HomeSort by: relevance | last modified time | path
    Searched refs:pthread_setcancelstate (Results 1 - 18 of 18) sorted by relevancy

  /src/tests/lib/libpthread/
h_cancel.c 49 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL);
53 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL);
cancelpoint.h 58 RL(pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL));
69 RL(pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL));
t_cancellation.c 986 RZ(pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL));
989 RZ(pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL));
1032 RZ(pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL));
1036 RZ(pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL));
1072 RZ(pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &state));
1115 RZ(pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL));
1125 RZ(pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL));
1213 RZ(pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL));
1223 RZ(pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL)); /* cancel */
1268 RZ(pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL))
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
error.c 235 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state),
260 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0);
295 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state),
328 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
error.c 235 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state),
260 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0);
295 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state),
330 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0);
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
error.c 235 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state),
260 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0);
295 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state),
328 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0);
  /src/external/gpl2/xcvs/dist/lib/
error.c 200 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state),
226 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0);
261 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state),
297 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0);
  /src/external/gpl3/binutils/dist/gprofng/src/
DbeThread.cc 47 pthread_setcancelstate (PTHREAD_CANCEL_ENABLE, NULL);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DbeThread.cc 47 pthread_setcancelstate (PTHREAD_CANCEL_ENABLE, NULL);
  /src/lib/libpthread/
pthread.h 155 int pthread_setcancelstate(int, int *);
455 #define pthread_setcancelstate __libc_thr_setcancelstate macro
Makefile 271 MLINKS+= pthread_testcancel.3 pthread_setcancelstate.3
pthread.c 149 __strong_alias(__libc_thr_setcancelstate,pthread_setcancelstate)
891 * pthread_setcancelstate and pthread__testcancel.
915 pthread_setcancelstate(int state, int *oldstate) function
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iolib.c 585 pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &old_cstate);
687 pthread_setcancelstate (old_cstate, NULL);
1072 pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &old_cstate);
1083 pthread_setcancelstate (old_cstate, NULL);
1115 pthread_setcancelstate (old_cstate, NULL);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iolib.c 585 pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &old_cstate);
687 pthread_setcancelstate (old_cstate, NULL);
1072 pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &old_cstate);
1083 pthread_setcancelstate (old_cstate, NULL);
1115 pthread_setcancelstate (old_cstate, NULL);
  /src/external/cddl/osnet/lib/libzfs/
thread_pool.c 188 (void) pthread_setcancelstate(PTHREAD_CANCEL_ENABLE,
  /src/external/bsd/libpcap/dist/rpcapd/
rpcapd.c 1291 if (pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL))
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_proc.c 533 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
pthread.d 101 int pthread_setcancelstate(int, int*);
754 int pthread_setcancelstate(int, int*);

Completed in 42 milliseconds