Searched refs:mtx (Results 1 – 9 of 9) 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 (); \
60 pthread_mutex_t mtx; in do_test() local61 xpthread_mutex_init (&mtx, &attr); in do_test()67 TEST_COMPARE (pthread_mutex_clocklock (&mtx, clocks[c].clk, &tmo), in do_test()70 TEST_COMPARE (pthread_mutex_unlock (&mtx), 0); in do_test()72 xpthread_mutex_destroy (&mtx); in do_test()
58 static pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; in second() local61 xpthread_mutex_lock (&mtx); in second()66 xpthread_mutex_unlock (&mtx); in second()
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 \137 tst-mtx-timedlock-time64 \
316 extern int __pthread_mutex_checklocked (pthread_mutex_t *mtx);
14847 * nptl/tst-mtx-basic.c: Move to...14848 * sysdeps/pthread/tst-mtx-basic.c: ... here.14849 * nptl/tst-mtx-recursive.c: Move to...14850 * sysdeps/pthread/tst-mtx-recursive.c: ... here.14851 * nptl/tst-mtx-timedlock.c: Move to...14852 * sysdeps/pthread/tst-mtx-timedlock.c: ... here.14853 * nptl/tst-mtx-trylock.c: Move to...14854 * sysdeps/pthread/tst-mtx-trylock.c: ... here.
15061 * nptl/tst-mtx-timedlock.c (do_test): Implement carry from15233 * nptl/tst-mtx-basic.c: Likewise.15234 * nptl/tst-mtx-recursive.c: Likewise.15235 * nptl/tst-mtx-timedlock.c: Likewise.15236 * nptl/tst-mtx-trylock.c: Likewise.
11547 * sysdeps/pthread/tst-mtx-recursive.c: Modified.
9721 * sysdeps/pthread/tst-mtx-timedlock-time64.c: New file.