Home
last modified time | relevance | path

Searched refs:LOCK (Results 1 – 5 of 5) sorted by relevance

/sysdeps/pthread/
A Dtst-robust1.c29 #ifndef LOCK
30 # define LOCK(m) pthread_mutex_lock (m) macro
45 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()
A Dtst-robust2.c2 #define LOCK(m) pthread_mutex_trylock (m) macro
A Dtst-robust3.c19 #define LOCK(m) pthread_mutex_timedlock (m, &tmo) macro
/sysdeps/x86_64/nptl/
A Dpthread_spin_lock.S22 1: LOCK
/sysdeps/i386/nptl/
A Dpthread_spin_lock.S23 1: LOCK

Completed in 18 milliseconds