/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | truncate.c | 84 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); 89 (void) pthread_setcancelstate(cancel_state, NULL);
|
H A D | ttyslot.c | 69 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); 97 (void) pthread_setcancelstate(cancel_state, NULL);
|
H A D | atexit.c | 127 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); 138 (void) pthread_setcancelstate(cancel_state, NULL); 294 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); 315 (void) pthread_setcancelstate(cancel_state, NULL);
|
H A D | getutx.c | 567 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); 571 (void) pthread_setcancelstate(cancel_state, NULL);
|
H A D | ndbm.c | 465 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); 467 (void) pthread_setcancelstate(cancel_state, NULL);
|
/osnet-11/usr/src/lib/libc/port/stdio/ |
H A D | cuserid.c | 58 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); 71 (void) pthread_setcancelstate(cancel_state, NULL);
|
H A D | system.c | 75 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); 80 (void) pthread_setcancelstate(cancel_state, NULL);
|
/osnet-11/usr/src/lib/libumem/common/ |
H A D | stub_stand.c | 67 pthread_setcancelstate(int state, int *oldstate) function
|
H A D | umem_update_thread.c | 109 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, 113 (void) pthread_setcancelstate(cancel_state, NULL);
|
H A D | vmem.c | 783 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, 786 (void) pthread_setcancelstate(cancel_state, NULL); 975 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, 978 (void) pthread_setcancelstate(cancel_state, NULL);
|
/osnet-11/usr/src/lib/libc/port/threads/ |
H A D | pthr_barrier.c | 162 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); 167 (void) pthread_setcancelstate(cancel_state, NULL);
|
H A D | door_calls.c | 531 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); 817 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL);
|
H A D | cancel.c | 85 * pthread_setcancelstate: sets the state ENABLED or DISABLED. 89 * Otherwise, pthread_setcancelstate() is not a cancellation point. 92 pthread_setcancelstate(int state, int *oldstate) function
|
H A D | thr.c | 2623 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, 2627 (void) pthread_setcancelstate(cancel_state, NULL); 2655 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); 2658 (void) pthread_setcancelstate(cancel_state, NULL); 2804 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); 2807 (void) pthread_setcancelstate(cancel_state, NULL); 2826 (void) pthread_setcancelstate(cancel_state, NULL);
|
/osnet-11/usr/src/lib/libparted/common/lib/ |
H A D | error.c | 291 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), 316 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); 351 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), 384 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0);
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | error.c | 291 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), 316 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); 351 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), 384 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0);
|
/osnet-11/usr/src/lib/libc/port/rt/ |
H A D | pos4obj.c | 66 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); 68 (void) pthread_setcancelstate(cancel_state, NULL); 79 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); 81 (void) pthread_setcancelstate(cancel_state, NULL);
|
H A D | sigev_thread.c | 642 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); 645 (void) pthread_setcancelstate(cancel_state, NULL);
|
H A D | mqueue.c | 850 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); 853 (void) pthread_setcancelstate(cancel_state, NULL);
|
/osnet-11/usr/src/lib/libc/amd64/sys/ |
H A D | uadmin.c | 208 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE,
|
/osnet-11/usr/src/lib/libc/i386/sys/ |
H A D | uadmin.c | 208 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE,
|
/osnet-11/usr/src/lib/libuvfs/common/ |
H A D | door.c | 196 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL);
|
/osnet-11/usr/src/lib/libc/port/regex/ |
H A D | wordexp.c | 155 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); 400 (void) pthread_setcancelstate(cancel_state, NULL);
|
/osnet-11/usr/src/lib/libc/port/aio/ |
H A D | aio.c | 156 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); 159 (void) pthread_setcancelstate(cancel_state, NULL); 277 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cancel_state); 280 (void) pthread_setcancelstate(cancel_state, NULL);
|
/osnet-11/usr/src/lib/libc/port/tpool/ |
H A D | thread_pool.c | 203 (void) pthread_setcancelstate(PTHREAD_CANCEL_ENABLE,
|