Searched refs:get_pthread_key (Results 1 – 3 of 3) sorted by relevance
32 static pthread_key_t get_pthread_key() {45 return static_cast<MemoryPool*>(pthread_getspecific(get_pthread_key()));49 pthread_setspecific(get_pthread_key(), poolData);
320 static pthread_key_t get_pthread_key() { in get_pthread_key() function333 DSLWriter* instance = static_cast<DSLWriter*>(pthread_getspecific(get_pthread_key())); in Instance()339 delete static_cast<DSLWriter*>(pthread_getspecific(get_pthread_key())); in SetInstance()340 pthread_setspecific(get_pthread_key(), instance.release()); in SetInstance()
102 static pthread_key_t get_pthread_key() { in get_pthread_key() function115 return static_cast<ThreadInfo*>(pthread_getspecific(get_pthread_key())); in get_thread_local_info()119 pthread_setspecific(get_pthread_key(), threadInfo); in set_thread_local_info()