Home
last modified time | relevance | path

Searched refs:m (Results 1 – 4 of 4) sorted by relevance

/nptl/
A Dtst-mutex8.c27 static pthread_mutex_t *m; variable
36 if (pthread_mutex_unlock (m) != 0) in cl()
47 if (pthread_mutex_lock (m) != 0) in tf()
73 if (pthread_cond_wait (&c, m) != 0) in tf()
83 if (pthread_mutex_unlock (m) != 0) in tf()
122 e = pthread_mutex_init (m, ma); in check_type()
148 if (pthread_mutex_lock (m) != 0) in check_type()
158 e = pthread_mutex_destroy (m); in check_type()
225 if (pthread_mutex_lock (m) != 0) in check_type()
300 if (pthread_mutex_lock (m) != 0) in check_type()
[all …]
A Dtst-cond22.c8 static pthread_mutex_t m = PTHREAD_MUTEX_INITIALIZER; variable
14 pthread_mutex_unlock (&m); in cl()
21 if (pthread_mutex_lock (&m) != 0) in tf()
38 if (pthread_cond_wait (&c, &m) != 0) in tf()
45 if (pthread_mutex_unlock (&m) != 0) in tf()
77 if (pthread_mutex_lock (&m) != 0) in do_test()
92 if (pthread_mutex_unlock (&m) != 0) in do_test()
129 if (pthread_mutex_lock (&m) != 0) in do_test()
139 if (pthread_mutex_unlock (&m) != 0) in do_test()
A Dtst-default-attr.c45 static pthread_mutex_t m = PTHREAD_MUTEX_INITIALIZER; variable
78 pthread_mutex_lock (&m); in thr()
81 pthread_mutex_unlock (&m); in thr()
106 pthread_mutex_lock (&m); in run_threads()
108 pthread_mutex_unlock (&m); in run_threads()
121 pthread_mutex_lock (&m); in run_threads()
124 pthread_mutex_unlock (&m); in run_threads()
127 pthread_cond_wait (&c, &m); in run_threads()
128 pthread_mutex_unlock (&m); in run_threads()
A Dtst-cancel24.cc30 monitor m; in tf() local

Completed in 7 milliseconds