Home
last modified time | relevance | path

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

/sysdeps/pthread/
A Dmtx_init.c41 case mtx_timed | mtx_recursive: in __mtx_init()
45 case mtx_timed: /* No difference between both in standard */ in __mtx_init()
A Dtst-mtx-trylock.c71 if (mtx_init (&mutex, mtx_timed) != thrd_success) in do_test()
A Dtst-mtx-timedlock.c73 if (mtx_init (&mutex, mtx_timed) != thrd_success) in do_test()
A Dthreads.h56 mtx_timed = 2 enumerator

Completed in 4 milliseconds