HomeSort by relevance Sort by last modified time
    Searched defs:pthread_once (Results 1 - 6 of 6) sorted by null

  /bionic/libc/bionic/
pthread_once.cpp 41 int pthread_once(pthread_once_t* once_control, void (*init_routine)(void)) { function
  /external/selinux/libselinux/src/
selinux_internal.h 115 /* Make pthread_once optional */
116 #pragma weak pthread_once macro
124 if (pthread_once != NULL) \
125 pthread_once (&(ONCE_CONTROL), (INIT_FUNCTION)); \
  /external/libunwind/src/x86_64/
Gtrace.c 30 #pragma weak pthread_once macro
183 if (likely (pthread_once != NULL))
185 pthread_once(&trace_cache_once, &trace_cache_init_once);
  /external/dng_sdk/source/
dng_pthread.h 213 #define pthread_once dng_pthread_once macro
  /external/libxml2/
threads.c 57 #pragma weak pthread_once macro
662 pthread_once(&once_control, xmlOnceInit);
800 pthread_once(&once_control, xmlOnceInit);
863 if ((pthread_once != NULL) &&
946 * pthread_once() in association with the once_control variable to ensure
947 * that the function is only called once. See man pthread_once for more
  /external/ImageMagick/MagickCore/
vms.h 834 #define pthread_once macro
    [all...]

Completed in 188 milliseconds