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