Home
last modified time | relevance | path

Searched refs:cl (Results 1 – 7 of 7) sorted by relevance

/nptl/
A Dtst-clock2.c78 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 Dtst-cancel17.c34 cl (void *arg) in cl() function
50 pthread_cleanup_push (cl, NULL); in tf()
74 pthread_cleanup_push (cl, NULL); in tf2()
A Dtst-cond22.c12 cl (void *arg) in cl() function
32 pthread_cleanup_push (cl, NULL); in tf()
A Dperf.c133 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 Dtst-cancel4_1.c78 pthread_cleanup_push (cl, NULL); in tf_sendmmsg()
A Dtst-cancel4_2.c77 pthread_cleanup_push (cl, NULL); in tf_recvmmsg()
A Dtst-mutex8.c34 cl (void *arg) in cl() function
71 pthread_cleanup_push (cl, NULL); in tf()

Completed in 8 milliseconds