Searched refs:current_thread_tid (Results 1 – 2 of 2) sorted by relevance
21 static THREADLOCAL u32 current_thread_tid = kInvalidTid; variable22 u32 GetCurrentThread() { return current_thread_tid; } in GetCurrentThread()23 void SetCurrentThread(u32 tid) { current_thread_tid = tid; } in SetCurrentThread()
28 static THREADLOCAL u32 current_thread_tid = kInvalidTid; variable45 return current_thread_tid; in GetCurrentThread()49 current_thread_tid = tid; in SetCurrentThread()