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

  /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.c 1915 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *)) function
    [all...]

Completed in 167 milliseconds