HomeSort by: relevance | last modified time | path
    Searched refs:PTHREAD_ONCE_INIT (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/include/isc/
once.h 38 #define ISC_ONCE_INIT { PTHREAD_ONCE_INIT }
43 #define ISC_ONCE_INIT PTHREAD_ONCE_INIT
  /src/external/mpl/bind/dist/lib/isc/include/isc/
once.h 26 #define ISC_ONCE_INIT PTHREAD_ONCE_INIT
  /src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/
once.h 28 #define ISC_ONCE_INIT PTHREAD_ONCE_INIT
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
pthread.h 13 #define PTHREAD_ONCE_INIT \
101 #define PTHREAD_ONCE_INIT {{0, 0, 0, PTHREAD_ONCE_NOTDONE}}
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
pthread.h 13 #define PTHREAD_ONCE_INIT \
101 #define PTHREAD_ONCE_INIT {{0, 0, 0, PTHREAD_ONCE_NOTDONE}}
  /src/tests/usr.bin/c++/
t_pthread_once.sh 93 pthread_once_t flag = PTHREAD_ONCE_INIT;
107 pthread_once_t flag = PTHREAD_ONCE_INIT;
133 pthread_once_t flag = PTHREAD_ONCE_INIT;
152 pthread_once_t flag = PTHREAD_ONCE_INIT;
189 pthread_once_t flag = PTHREAD_ONCE_INIT;
214 pthread_once_t flag = PTHREAD_ONCE_INIT;
251 pthread_once_t flag = PTHREAD_ONCE_INIT;
275 pthread_once_t flag = PTHREAD_ONCE_INIT;
301 pthread_once_t flag = PTHREAD_ONCE_INIT;
324 pthread_once_t flag = PTHREAD_ONCE_INIT;
    [all...]
  /src/lib/libpthread/
threads.h 50 #define ONCE_FLAG_INIT PTHREAD_ONCE_INIT
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
gthread.d 42 enum GTHREAD_ONCE_INIT = PTHREAD_ONCE_INIT;
  /src/external/gpl3/gcc/dist/libgcc/
generic-morestack-thread.c 68 static pthread_once_t create_key_once = PTHREAD_ONCE_INIT;
gthr-posix.h 67 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
200 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
  /src/external/gpl3/gcc.old/dist/libgcc/
generic-morestack-thread.c 68 static pthread_once_t create_key_once = PTHREAD_ONCE_INIT;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_fdr_logging.cc 145 static pthread_once_t OnceInit = PTHREAD_ONCE_INIT;
209 static pthread_once_t HeaderOnce = PTHREAD_ONCE_INIT;
424 static pthread_once_t OnceProbe = PTHREAD_ONCE_INIT;
569 static pthread_once_t Once = PTHREAD_ONCE_INIT;
599 static pthread_once_t Once = PTHREAD_ONCE_INIT;
681 static pthread_once_t OnceInit = PTHREAD_ONCE_INIT;
xray_basic_logging.cc 93 static pthread_once_t DetectOnce = PTHREAD_ONCE_INIT;
119 static pthread_once_t OnceInit = PTHREAD_ONCE_INIT;
384 static pthread_once_t OnceInit = PTHREAD_ONCE_INIT;
504 static pthread_once_t DynamicOnce = PTHREAD_ONCE_INIT;
  /src/crypto/external/bsd/openssl.old/dist/crypto/
threads_pthread.c 184 static pthread_once_t fork_once_control = PTHREAD_ONCE_INIT;
  /src/external/gpl3/gcc/dist/libgcc/config/
gthr-rtems.h 50 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
  /src/external/gpl3/gcc/dist/libgcc/config/s390/
gthr-tpf.h 59 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
  /src/external/gpl3/gcc.old/dist/libgcc/config/
gthr-rtems.h 50 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
  /src/external/gpl3/gcc.old/dist/libgcc/config/s390/
gthr-tpf.h 59 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
  /src/tests/lib/libpthread/
t_once.c 48 static pthread_once_t once = PTHREAD_ONCE_INIT;
234 static pthread_once_t once0 = PTHREAD_ONCE_INIT;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
pthread.d 53 PTHREAD_ONCE_INIT
137 enum PTHREAD_ONCE_INIT = pthread_once_t.init;
176 enum PTHREAD_ONCE_INIT = pthread_once_t(0x30b1bcba);
217 enum PTHREAD_ONCE_INIT = null;
254 enum PTHREAD_ONCE_INIT = pthread_once_t(PTHREAD_MUTEX_INITIALIZER);
294 enum PTHREAD_ONCE_INIT = pthread_once_t.init;
333 enum PTHREAD_ONCE_INIT = pthread_once_t.init;
365 enum PTHREAD_ONCE_INIT = pthread_once_t.init;
376 enum PTHREAD_ONCE_INIT = pthread_once_t.init;
393 enum PTHREAD_ONCE_INIT = pthread_once_t.init
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
emutls.c 122 static pthread_once_t once = PTHREAD_ONCE_INIT;
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_mac.cc 44 static pthread_once_t key_once = PTHREAD_ONCE_INIT;
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common_mac.cpp 60 static pthread_once_t key_once = PTHREAD_ONCE_INIT;
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common_mac.cpp 43 static pthread_once_t key_once = PTHREAD_ONCE_INIT;
  /src/external/lgpl3/mpfr/dist/src/
mpfr-thread.h 146 #define MPFR_ONCE_INIT_VALUE PTHREAD_ONCE_INIT

Completed in 22 milliseconds

1 2 3