/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | atexit.c | 143 int cancel_state; in __cxa_finalize() local 146 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in __cxa_finalize() 169 (void) pthread_setcancelstate(cancel_state, NULL); in __cxa_finalize() 331 int cancel_state; in _preexec_exit_handlers() local 334 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in _preexec_exit_handlers() 366 (void) pthread_setcancelstate(cancel_state, NULL); in _preexec_exit_handlers() 421 int cancel_state; in quick_exit() local 423 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in quick_exit() 435 (void) pthread_setcancelstate(cancel_state, NULL); in quick_exit()
|
H A D | truncate.c | 77 int cancel_state; in truncate() local 84 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in truncate() 89 (void) pthread_setcancelstate(cancel_state, NULL); in truncate()
|
H A D | ttyslot.c | 63 int cancel_state; in ttyslot() local 69 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in ttyslot() 97 (void) pthread_setcancelstate(cancel_state, NULL); in ttyslot()
|
H A D | getutx.c | 488 int cancel_state; in invoke_utmp_update() local 568 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in invoke_utmp_update() 572 (void) pthread_setcancelstate(cancel_state, NULL); in invoke_utmp_update()
|
H A D | ndbm.c | 463 int cancel_state; in dbm_firstkey() local 468 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in dbm_firstkey() 470 (void) pthread_setcancelstate(cancel_state, NULL); in dbm_firstkey()
|
H A D | nss_common.c | 765 int cancel_state; in nss_get_backend_u() local 821 &cancel_state); in nss_get_backend_u() 823 (void) pthread_setcancelstate(cancel_state, NULL); in nss_get_backend_u()
|
/titanic_50/usr/src/lib/libc/port/stdio/ |
H A D | cuserid.c | 52 int cancel_state; in cuserid() local 58 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in cuserid() 71 (void) pthread_setcancelstate(cancel_state, NULL); in cuserid()
|
H A D | system.c | 75 int cancel_state; in reapchild() local 77 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in reapchild() 82 (void) pthread_setcancelstate(cancel_state, NULL); in reapchild()
|
/titanic_50/usr/src/lib/libc/port/rt/ |
H A D | pos4obj.c | 60 int cancel_state; in __open_nc() local 75 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in __open_nc() 77 (void) pthread_setcancelstate(cancel_state, NULL); in __open_nc() 85 int cancel_state; in __close_nc() local 88 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in __close_nc() 90 (void) pthread_setcancelstate(cancel_state, NULL); in __close_nc()
|
H A D | sigev_thread.c | 633 int cancel_state; in _aio_sigev_thread_init() local 642 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in _aio_sigev_thread_init() 645 (void) pthread_setcancelstate(cancel_state, NULL); in _aio_sigev_thread_init()
|
H A D | mqueue.c | 789 int cancel_state; in decrement_rblocked() local 791 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in decrement_rblocked() 794 (void) pthread_setcancelstate(cancel_state, NULL); in decrement_rblocked()
|
/titanic_50/usr/src/lib/libumem/common/ |
H A D | umem_update_thread.c | 104 int cancel_state; in umem_update_thread() local 110 &cancel_state); in umem_update_thread() 113 (void) pthread_setcancelstate(cancel_state, NULL); in umem_update_thread()
|
H A D | vmem.c | 758 int cancel_state; in vmem_nextfit_alloc() local 785 &cancel_state); in vmem_nextfit_alloc() 787 (void) pthread_setcancelstate(cancel_state, NULL); in vmem_nextfit_alloc() 855 int cancel_state; in vmem_xalloc() local 977 &cancel_state); in vmem_xalloc() 979 (void) pthread_setcancelstate(cancel_state, NULL); in vmem_xalloc()
|
H A D | umem.c | 993 int cancel_state; in umem_remove_updates() local 1007 &cancel_state); in umem_remove_updates() 1009 (void) pthread_setcancelstate(cancel_state, NULL); in umem_remove_updates() 3339 int cancel_state; in umem_init() local 3342 PTHREAD_CANCEL_DISABLE, &cancel_state); in umem_init() 3346 cancel_state, NULL); in umem_init()
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | pthr_barrier.c | 149 int cancel_state; in pthread_barrier_wait() local 162 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in pthread_barrier_wait() 167 (void) pthread_setcancelstate(cancel_state, NULL); in pthread_barrier_wait()
|
H A D | thr.c | 2615 int cancel_state; in thr_setmutator() local 2638 &cancel_state); in thr_setmutator() 2641 (void) pthread_setcancelstate(cancel_state, NULL); in thr_setmutator() 2662 int cancel_state; in thr_mutators_barrier() local 2669 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in thr_mutators_barrier() 2672 (void) pthread_setcancelstate(cancel_state, NULL); in thr_mutators_barrier() 2815 int cancel_state; in thr_wait_mutator() local 2818 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in thr_wait_mutator() 2821 (void) pthread_setcancelstate(cancel_state, NULL); in thr_wait_mutator() 2840 (void) pthread_setcancelstate(cancel_state, NULL); in thr_wait_mutator()
|
/titanic_50/usr/src/lib/libc/port/regex/ |
H A D | wordexp.c | 120 int cancel_state; in wordexp() local 174 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in wordexp() 385 (void) pthread_setcancelstate(cancel_state, NULL); in wordexp()
|
/titanic_50/usr/src/lib/libc/port/aio/ |
H A D | aio.c | 156 int cancel_state; in __uaio_init() local 159 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in __uaio_init() 162 (void) pthread_setcancelstate(cancel_state, NULL); in __uaio_init() 278 int cancel_state; in _kaio_init() local 281 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in _kaio_init() 284 (void) pthread_setcancelstate(cancel_state, NULL); in _kaio_init()
|
/titanic_50/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 124 int cancel_state; in handle_hold_subhandles() local 127 &cancel_state); in handle_hold_subhandles() 129 (void) pthread_setcancelstate(cancel_state, NULL); in handle_hold_subhandles() 1145 int cancel_state; in scf_handle_bind() local 1148 &cancel_state); in scf_handle_bind() 1150 (void) pthread_setcancelstate(cancel_state, NULL); in scf_handle_bind()
|