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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_key_delete.c 2 * pthread_key_delete.c
42 pthread_key_delete (pthread_key_t key) function
  /external/libselinux/src/
selinux_internal.h 99 #pragma weak pthread_key_delete macro
122 if (pthread_key_delete != NULL) \
123 pthread_key_delete(KEY); \
  /external/qemu/distrib/libselinux/src/
selinux_internal.h 99 #pragma weak pthread_key_delete macro
122 if (pthread_key_delete != NULL) \
123 pthread_key_delete(KEY); \
  /bionic/libc/bionic/
pthread_key.cpp 40 * pthread_getspecific() / pthread_setspecific() or pthread_key_delete()
54 * When pthread_key_delete() is called it will erase the key's bitmap bit
57 * the caller of pthread_key_delete() to properly reclaim the objects that
158 // and/or pthread_key_delete, we need to temporarily unlock
205 int pthread_key_delete(pthread_key_t key) { function
241 // due to pthread_key_delete() clearing the values for all threads.
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h 1037 #define pthread_key_delete macro
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h 1037 #define pthread_key_delete macro
    [all...]

Completed in 436 milliseconds