Home
last modified time | relevance | path

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

/illumos-gate/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.c75 int cancel_state; in truncate() local
82 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in truncate()
87 (void) pthread_setcancelstate(cancel_state, NULL); in truncate()
H A Dttyslot.c61 int cancel_state; in ttyslot() local
67 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in ttyslot()
95 (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.c465 int cancel_state; in dbm_firstkey() local
470 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in dbm_firstkey()
472 (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()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dcuserid.c50 int cancel_state; in cuserid() local
56 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in cuserid()
69 (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()
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dpos4obj.c58 int cancel_state; in __open_nc() local
73 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in __open_nc()
75 (void) pthread_setcancelstate(cancel_state, NULL); in __open_nc()
83 int cancel_state; in __close_nc() local
86 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in __close_nc()
88 (void) pthread_setcancelstate(cancel_state, NULL); in __close_nc()
H A Dsigev_thread.c631 int cancel_state; in _aio_sigev_thread_init() local
640 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in _aio_sigev_thread_init()
643 (void) pthread_setcancelstate(cancel_state, NULL); in _aio_sigev_thread_init()
H A Dmqueue.c787 int cancel_state; in decrement_rblocked() local
789 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in decrement_rblocked()
792 (void) pthread_setcancelstate(cancel_state, NULL); in decrement_rblocked()
/illumos-gate/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.c760 int cancel_state; in vmem_nextfit_alloc() local
787 &cancel_state); in vmem_nextfit_alloc()
789 (void) pthread_setcancelstate(cancel_state, NULL); in vmem_nextfit_alloc()
857 int cancel_state; in vmem_xalloc() local
979 &cancel_state); in vmem_xalloc()
981 (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()
3352 int cancel_state; in umem_init() local
3355 PTHREAD_CANCEL_DISABLE, &cancel_state); in umem_init()
3359 cancel_state, NULL); in umem_init()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_barrier.c147 int cancel_state; in pthread_barrier_wait() local
160 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in pthread_barrier_wait()
165 (void) pthread_setcancelstate(cancel_state, NULL); in pthread_barrier_wait()
H A Dthr.c2697 int cancel_state; in thr_setmutator() local
2720 &cancel_state); in thr_setmutator()
2723 (void) pthread_setcancelstate(cancel_state, NULL); in thr_setmutator()
2744 int cancel_state; in thr_mutators_barrier() local
2751 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in thr_mutators_barrier()
2754 (void) pthread_setcancelstate(cancel_state, NULL); in thr_mutators_barrier()
2897 int cancel_state; in thr_wait_mutator() local
2900 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in thr_wait_mutator()
2903 (void) pthread_setcancelstate(cancel_state, NULL); in thr_wait_mutator()
2922 (void) pthread_setcancelstate(cancel_state, NULL); in thr_wait_mutator()
/illumos-gate/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()
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c154 int cancel_state; in __uaio_init() local
157 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in __uaio_init()
160 (void) pthread_setcancelstate(cancel_state, NULL); in __uaio_init()
276 int cancel_state; in _kaio_init() local
279 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in _kaio_init()
282 (void) pthread_setcancelstate(cancel_state, NULL); in _kaio_init()
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c128 int cancel_state; in handle_hold_subhandles() local
131 &cancel_state); in handle_hold_subhandles()
133 (void) pthread_setcancelstate(cancel_state, NULL); in handle_hold_subhandles()
1169 int cancel_state; in scf_handle_bind() local
1172 &cancel_state); in scf_handle_bind()
1174 (void) pthread_setcancelstate(cancel_state, NULL); in scf_handle_bind()