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