Home
last modified time | relevance | path

Searched refs:cancel_state (Results 1 – 19 of 19) sorted by relevance

/titanic_50/usr/src/lib/libc/port/gen/
H A Datexit.c143 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 Dtruncate.c77 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 Dttyslot.c63 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 Dgetutx.c488 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 Dndbm.c463 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 Dnss_common.c765 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 Dcuserid.c52 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 Dsystem.c75 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 Dpos4obj.c60 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 Dsigev_thread.c633 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 Dmqueue.c789 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 Dumem_update_thread.c104 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 Dvmem.c758 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 Dumem.c993 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 Dpthr_barrier.c149 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 Dthr.c2615 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 Dwordexp.c120 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 Daio.c156 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 Dlowlevel.c124 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()