HomeSort by relevance Sort by last modified time
    Searched defs:pthread_key_create (Results 1 - 3 of 3) 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); \
  /external/bluetooth/glib/gthread/
gthread-posix.c 90 # define pthread_key_create(a, b) pthread_keycreate (a, b) macro
269 posix_check_cmd (pthread_key_create ((pthread_key_t *) result, destructor));
  /bionic/libc/bionic/
pthread.c 1911 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *)) function
    [all...]

Completed in 84 milliseconds