Home
last modified time | relevance | path

Searched refs:pthread_setcancelstate (Results 1 – 25 of 48) sorted by relevance

12

/titanic_41/usr/src/lib/libc/port/stdio/
H A Dcuserid.c58 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in cuserid()
71 (void) pthread_setcancelstate(cancel_state, NULL); in cuserid()
H A Dsystem.c77 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in reapchild()
82 (void) pthread_setcancelstate(cancel_state, NULL); in reapchild()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dtruncate.c84 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in truncate()
89 (void) pthread_setcancelstate(cancel_state, NULL); in truncate()
H A Dttyslot.c69 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in ttyslot()
97 (void) pthread_setcancelstate(cancel_state, NULL); in ttyslot()
H A Datexit.c142 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in __cxa_finalize()
165 (void) pthread_setcancelstate(cancel_state, NULL); in __cxa_finalize()
330 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in _preexec_exit_handlers()
362 (void) pthread_setcancelstate(cancel_state, NULL); in _preexec_exit_handlers()
H A Dgetutx.c568 (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.c468 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in dbm_firstkey()
470 (void) pthread_setcancelstate(cancel_state, NULL); in dbm_firstkey()
/titanic_41/usr/src/lib/libc/port/rt/
H A Dpos4obj.c75 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in __open_nc()
77 (void) pthread_setcancelstate(cancel_state, NULL); in __open_nc()
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.c642 (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.c791 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in decrement_rblocked()
794 (void) pthread_setcancelstate(cancel_state, NULL); in decrement_rblocked()
/titanic_41/usr/src/lib/libumem/common/
H A Dumem_update_thread.c109 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, in umem_update_thread()
113 (void) pthread_setcancelstate(cancel_state, NULL); in umem_update_thread()
H A Dstub_stand.c71 pthread_setcancelstate(int state, int *oldstate) in pthread_setcancelstate() function
H A Dvmem.c784 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, in vmem_nextfit_alloc()
787 (void) pthread_setcancelstate(cancel_state, NULL); in vmem_nextfit_alloc()
976 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, in vmem_xalloc()
979 (void) pthread_setcancelstate(cancel_state, NULL); in vmem_xalloc()
/titanic_41/usr/src/lib/libc/port/threads/
H A Dpthr_barrier.c162 (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 Ddoor_calls.c531 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); in door_xcreate_startf()
817 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); in door_create_func()
H A Dthr.c2636 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, in thr_setmutator()
2640 (void) pthread_setcancelstate(cancel_state, NULL); in thr_setmutator()
2668 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in thr_mutators_barrier()
2671 (void) pthread_setcancelstate(cancel_state, NULL); in thr_mutators_barrier()
2817 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in thr_wait_mutator()
2820 (void) pthread_setcancelstate(cancel_state, NULL); in thr_wait_mutator()
2839 (void) pthread_setcancelstate(cancel_state, NULL); in thr_wait_mutator()
H A Dcancel.c92 pthread_setcancelstate(int state, int *oldstate) in pthread_setcancelstate() function
/titanic_41/usr/src/lib/libc/port/regex/
H A Dwordexp.c174 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in wordexp()
385 (void) pthread_setcancelstate(cancel_state, NULL); in wordexp()
/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.c65 (void) pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in fmd_thread_start()
/titanic_41/usr/src/lib/libc/i386/sys/
H A Duadmin.c211 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, in uadmin()
/titanic_41/usr/src/lib/libc/amd64/sys/
H A Duadmin.c211 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, in uadmin()
/titanic_41/usr/src/head/
H A Dpthread.h228 extern int pthread_setcancelstate(int, int *);
/titanic_41/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c623 (void) pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in envthr()
696 (void) pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in pmthr()
/titanic_41/usr/src/lib/libc/port/aio/
H A Daio.c159 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in __uaio_init()
162 (void) pthread_setcancelstate(cancel_state, NULL); in __uaio_init()
281 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); in _kaio_init()
284 (void) pthread_setcancelstate(cancel_state, NULL); in _kaio_init()
/titanic_41/usr/src/cmd/idmap/idmapd/
H A Didmapd.c92 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); in idmapd_door_thread_start()

12