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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_key_create.c 2 * pthread_key_create.c
47 pthread_key_create (pthread_key_t * key, void (PTW32_CDECL *destructor) (void *)) function
  /external/libselinux/src/
selinux_internal.h 98 #pragma weak pthread_key_create macro
116 if (pthread_key_create != NULL) \
117 pthread_key_create(KEY, DESTRUCTOR); \
  /bionic/libc/bionic/
pthread_key.cpp 157 // because the destructor is free to call pthread_key_create
196 int pthread_key_create(pthread_key_t* key, void (*key_destructor)(void*)) { function
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h 1036 #define pthread_key_create macro
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h 1036 #define pthread_key_create macro
    [all...]

Completed in 188 milliseconds