HomeSort by: relevance | last modified time | path
    Searched defs:ub_thread_key_get (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
locks.c 146 void* ub_thread_key_get(ub_thread_key_type key) function
217 void* ub_thread_key_get(ub_thread_key_type key) function
locks.h 179 #define ub_thread_key_get(key) pthread_getspecific(key) macro
217 void* ub_thread_key_get(ub_thread_key_type key);
255 void* ub_thread_key_get(ub_thread_key_type key);
296 #define ub_thread_key_get(key) (key) macro
  /src/external/bsd/unbound/dist/testcode/
checklocks.h 362 #define ub_thread_key_get(key) pthread_getspecific(key) macro

Completed in 13 milliseconds