Home
last modified time | relevance | path

Searched refs:mtx (Results 1 – 2 of 2) sorted by relevance

/sysdeps/mach/hurd/htl/
A Dpt-mutex.h65 #define mtx_owned_p(mtx, pt, flags) \ argument
66 ((mtx)->__owner_id == (pt)->thread \
68 || (mtx)->__shpid == __getpid ()))
71 #define mtx_set_owner(mtx, pt, flags) \ argument
74 (mtx)->__owner_id = (pt)->thread; \
76 (mtx)->__shpid = __getpid (); \
/sysdeps/pthread/
A DMakefile52 tests += tst-cnd-basic tst-mtx-trylock tst-cnd-broadcast \
53 tst-cnd-timedwait tst-thrd-detach tst-mtx-basic tst-thrd-sleep \
54 tst-mtx-recursive tst-tss-basic tst-call-once tst-mtx-timedlock \
135 tst-mtx-timedlock-time64 \

Completed in 4 milliseconds