Searched refs:c (Results 1 – 9 of 9) sorted by relevance
/nptl/ |
A D | tst-cond22.c | 82 if (pthread_cond_signal (&c) != 0) in do_test() 110 c.__data.__wseq.__value32.__high, in do_test() 111 c.__data.__wseq.__value32.__low, in do_test() 114 c.__data.__g_signals[0], c.__data.__g_refs[0], c.__data.__g_size[0], in do_test() 115 c.__data.__g_signals[1], c.__data.__g_refs[1], c.__data.__g_size[1], in do_test() 116 c.__data.__g1_orig_size, c.__data.__wrefs); in do_test() 134 if (pthread_cond_signal (&c) != 0) in do_test() 157 c.__data.__wseq.__value32.__low, in do_test() 160 c.__data.__g_signals[0], c.__data.__g_refs[0], c.__data.__g_size[0], in do_test() 161 c.__data.__g_signals[1], c.__data.__g_refs[1], c.__data.__g_size[1], in do_test() [all …]
|
A D | tst-mutexpi10.c | 52 for (int c = 0; c < array_length (clocks); c++) in do_test() local 64 struct timespec tmo = timespec_add (xclock_now (clocks[c].clk), in do_test() 67 TEST_COMPARE (pthread_mutex_clocklock (&mtx, clocks[c].clk, &tmo), in do_test() 68 clocks[c].r); in do_test() 69 if (clocks[c].r == 0) in do_test()
|
A D | tst-tls5modc.c | 4 static __thread int c; variable 5 TLS_REGISTER (c)
|
A D | Makefile | 228 CFLAGS-unwind.c += -fexceptions 243 CFLAGS-pthread_exit.c += -fexceptions 247 CFLAGS-forward.c += -fexceptions 252 CFLAGS-pthread_testcancel.c += -fexceptions 379 CPPFLAGS-tst-pthread-gdb-attach-static.c := \ 435 CFLAGS-ftrylockfile.c += $(libio-mtsafe) 436 CFLAGS-funlockfile.c += $(libio-mtsafe) 487 CFLAGS-tst-cancelx7.c += -fexceptions 488 CFLAGS-tst-cancelx17.c += -fexceptions 489 CFLAGS-tst-cleanupx4.c += -fexceptions [all …]
|
A D | tst-mutex8.c | 29 static pthread_cond_t c; variable 62 if (pthread_cond_wait (&c, m) != 0) in tf() 73 if (pthread_cond_wait (&c, m) != 0) in tf() 256 if (pthread_cond_signal (&c) != 0) in check_type() 370 if (pthread_cond_init (&c, NULL) != 0) in do_test()
|
A D | tst-thread_local1.cc | 45 to_string (const counter &c) in to_string() argument 49 c.constructed, c.destructed); in to_string()
|
A D | tst-cleanup4.c | 66 char c; in fn_read() local 67 read (fds[0], &c, 1); in fn_read()
|
A D | tst-cancel7.c | 186 cmdline_process (int c) in cmdline_process() argument 188 switch (c) in cmdline_process()
|
A D | tst-default-attr.c | 46 static pthread_cond_t c = PTHREAD_COND_INITIALIZER; variable 80 pthread_cond_signal (&c); in thr() 127 pthread_cond_wait (&c, &m); in run_threads()
|
Completed in 10 milliseconds