Searched refs:pthread_cleanup_push (Results 1 – 25 of 35) sorted by relevance
12
/sysdeps/pthread/ |
A D | tst-cleanup0.c | 54 pthread_cleanup_push (ch, (void *) 1l); in do_test() 56 pthread_cleanup_push (ch, (void *) 2l); in do_test() 58 pthread_cleanup_push (ch, (void *) 3l); in do_test()
|
A D | tst-cleanup3.c | 47 pthread_cleanup_push (ch, (void *) 1l); in tf() 49 pthread_cleanup_push (ch, (void *) 2l); in tf() 51 pthread_cleanup_push (ch, (void *) 3l); in tf()
|
A D | tst-cleanup1.c | 49 pthread_cleanup_push (ch, (void *) 1l); in tf() 51 pthread_cleanup_push (ch, (void *) 2l); in tf() 53 pthread_cleanup_push (ch, (void *) 3l); in tf()
|
A D | tst-cancel4.c | 99 pthread_cleanup_push (cl, NULL); in tf_read() 131 pthread_cleanup_push (cl, NULL); in tf_readv() 164 pthread_cleanup_push (cl, NULL); in tf_write() 201 pthread_cleanup_push (cl, NULL); in tf_writev() 222 pthread_cleanup_push (cl, NULL); in tf_sleep() 240 pthread_cleanup_push (cl, NULL); in tf_usleep() 258 pthread_cleanup_push (cl, NULL); in tf_nanosleep() 294 pthread_cleanup_push (cl, NULL); in tf_select() 329 pthread_cleanup_push (cl, NULL); in tf_pselect() 362 pthread_cleanup_push (cl, NULL); in tf_poll() [all …]
|
A D | tst-cancel20.c | 43 pthread_cleanup_push (cl, (void *) 1L); in sh_body() 59 pthread_cleanup_push (cl, (void *) 2L); in sh() 72 pthread_cleanup_push (cl, (void *) 3L); in tf_body() 96 pthread_cleanup_push (cl, (void *) 4L); in tf()
|
A D | tst-cancel21.c | 44 pthread_cleanup_push (cl, (void *) 1L); in sh_body() 60 pthread_cleanup_push (cl, (void *) 2L); in sh() 73 pthread_cleanup_push (cl, (void *) 3L); in tf_body() 208 pthread_cleanup_push (cl, (void *) 4L); in do_one_test()
|
A D | tst-cancel-self.c | 31 pthread_cleanup_push (cleanup, &should_fail); in do_test()
|
A D | tst-cancel-self-testcancel.c | 31 pthread_cleanup_push (cleanup, &should_fail); in do_test()
|
A D | tst-cancel-self-canceltype.c | 31 pthread_cleanup_push (cleanup, &should_fail); in do_test()
|
A D | tst-once4.c | 74 pthread_cleanup_push (cl, NULL); in tf1() 89 pthread_cleanup_push (cl, NULL); in tf2()
|
A D | tst-cancel-self-cancelstate.c | 32 pthread_cleanup_push (cleanup, (void *) &should_fail); in do_test()
|
A D | tst-cancel28.c | 46 pthread_cleanup_push (cl, NULL); in thread_handler()
|
A D | tst-cancel12.c | 48 pthread_cleanup_push (cleanup, NULL); in tf()
|
A D | tst-cancel13.c | 48 pthread_cleanup_push (cleanup, NULL); in tf()
|
A D | tst-cancel10.c | 43 pthread_cleanup_push (cleanup, arg); in tf()
|
A D | tst-cancel11.c | 48 pthread_cleanup_push (cleanup, NULL); in tf()
|
A D | tst-cancel9.c | 52 pthread_cleanup_push (cleanup, NULL); in tf()
|
A D | tst-cond8.c | 86 pthread_cleanup_push (ch, NULL); in tf1() 126 pthread_cleanup_push (ch, NULL); in tf2()
|
A D | tst-cancel14.c | 49 pthread_cleanup_push (cleanup, NULL); in tf()
|
A D | tst-cancel15.c | 51 pthread_cleanup_push (cleanup, NULL); in tf()
|
A D | tst-cancel8.c | 52 pthread_cleanup_push (cleanup, NULL); in tf()
|
A D | tst-cond-except.c | 65 pthread_cleanup_push (clean, (void *) &mutex); in thr()
|
A D | tst-once3.c | 78 pthread_cleanup_push (cl, NULL) in tf()
|
/sysdeps/htl/ |
A D | pt-once.c | 43 pthread_cleanup_push (clear_once_control, once_control); in __pthread_once()
|
A D | sem-timedwait.c | 66 pthread_cleanup_push (__sem_wait_cleanup, isem); in __sem_timedwait_internal() 116 pthread_cleanup_push (__sem_wait_cleanup, isem); in __sem_timedwait_internal()
|
Completed in 31 milliseconds
12