Searched refs:cl (Results 1 – 7 of 7) sorted by relevance
/nptl/ |
A D | tst-clock2.c | 78 clockid_t cl[N + 1]; in do_test() local 80 if (pthread_getcpuclockid (pthread_self (), &cl[0]) != 0) in do_test() 86 cl[0] = CLOCK_THREAD_CPUTIME_ID; in do_test() 124 if (pthread_getcpuclockid (th[i], &cl[i + 1]) != 0) in do_test() 139 if (clock_gettime (cl[i], &t[i]) != 0) in do_test() 172 if (clock_settime (cl[i], &ts) != 0) in do_test() 174 printf ("clock_settime(%d) round %d failed\n", cl[i], i); in do_test() 180 if (clock_gettime (cl[i], &ts) != 0) in do_test()
|
A D | tst-cancel17.c | 34 cl (void *arg) in cl() function 50 pthread_cleanup_push (cl, NULL); in tf() 74 pthread_cleanup_push (cl, NULL); in tf2()
|
A D | tst-cond22.c | 12 cl (void *arg) in cl() function 32 pthread_cleanup_push (cl, NULL); in tf()
|
A D | perf.c | 133 static clockid_t cl; variable 229 if (clock_gettime (cl, &end_time) == 0) in thread_function() 380 if (clock_getcpuclockid (0, &cl) != 0 in main() 381 || clock_gettime (cl, &start_time) != 0) in main() 494 if (clock_gettime (cl, &end_time) == 0) in main()
|
A D | tst-cancel4_1.c | 78 pthread_cleanup_push (cl, NULL); in tf_sendmmsg()
|
A D | tst-cancel4_2.c | 77 pthread_cleanup_push (cl, NULL); in tf_recvmmsg()
|
A D | tst-mutex8.c | 34 cl (void *arg) in cl() function 71 pthread_cleanup_push (cl, NULL); in tf()
|
Completed in 8 milliseconds