Searched refs:mtx (Results 1 – 2 of 2) sorted by relevance
65 #define mtx_owned_p(mtx, pt, flags) \ argument66 ((mtx)->__owner_id == (pt)->thread \68 || (mtx)->__shpid == __getpid ()))71 #define mtx_set_owner(mtx, pt, flags) \ argument74 (mtx)->__owner_id = (pt)->thread; \76 (mtx)->__shpid = __getpid (); \
52 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