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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_once.c 2 * pthread_once.c
41 pthread_once (pthread_once_t * once_control, void (PTW32_CDECL *init_routine) (void)) function
79 } /* pthread_once */
  /bionic/libc/bionic/
pthread_once.cpp 40 int pthread_once(pthread_once_t* once_control, void (*init_routine)(void)) { function
  /external/libselinux/src/
selinux_internal.h 96 /* Make pthread_once optional */
97 #pragma weak pthread_once macro
105 if (pthread_once != NULL) \
106 pthread_once (&(ONCE_CONTROL), (INIT_FUNCTION)); \
  /external/qemu/distrib/libselinux/src/
selinux_internal.h 96 /* Make pthread_once optional */
97 #pragma weak pthread_once macro
105 if (pthread_once != NULL) \
106 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/bison/lib/glthread/
lock.h 133 # pragma weak pthread_once macro
367 ? pthread_once (ONCE_CONTROL, INITFUNCTION) \
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h 1053 #define pthread_once macro
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h 1053 #define pthread_once macro
    [all...]

Completed in 372 milliseconds