Searched refs:LOCK (Results 1 – 5 of 5) sorted by relevance
29 #ifndef LOCK30 # define LOCK(m) pthread_mutex_lock (m) macro45 int e = LOCK (&m1); in tf()52 e = LOCK (&m2); in tf()201 e = LOCK (&m1); in do_test()213 e = LOCK (&m2); in do_test()273 e = LOCK (&m1); in do_test()292 e = LOCK (&m2); in do_test()
2 #define LOCK(m) pthread_mutex_trylock (m) macro
19 #define LOCK(m) pthread_mutex_timedlock (m, &tmo) macro
22 1: LOCK
23 1: LOCK
Completed in 6 milliseconds