Searched defs:tsd_get (Results 1 – 10 of 10) sorted by relevance
42 tsd_get(UNUSED bool init) { in tsd_get() function
49 tsd_get(bool init) { in tsd_get() function
118 tsd_get(bool init) { in tsd_get() function
136 tsd_get(bool init) { in tsd_get() function
148 #define tsd_get(key) osd_thread_get(curthread, (key)) macro
351 #define tsd_get(k) pthread_getspecific(k) macro