Searched refs:cur_thread_placeholder (Results 1 – 2 of 2) sorted by relevance
414 extern THREADLOCAL char cur_thread_placeholder[];416 return reinterpret_cast<ThreadState *>(&cur_thread_placeholder); in cur_thread()
47 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(64); variable