Searched refs:current_thread_context (Results 1 – 1 of 1) sorted by relevance
35 Context *current_thread_context = in GetContextForThisThreadImpl() local37 if (current_thread_context == nullptr) { in GetContextForThisThreadImpl()38 current_thread_context = in GetContextForThisThreadImpl()40 new (current_thread_context) Context(); in GetContextForThisThreadImpl()41 pthread_setspecific(context_key, current_thread_context); in GetContextForThisThreadImpl()44 return *current_thread_context; in GetContextForThisThreadImpl()