Home
last modified time | relevance | path

Searched refs:impl_current_thread (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/c11/impl/
H A Dthreads_win32.c73 static thread_local struct thrd_state impl_current_thread = { 0 }; variable
80 impl_current_thread.thrd = pack_p->thrd; in impl_thrd_routine()
81 impl_current_thread.handle_need_close = false; in impl_thrd_routine()
283 struct thrd_state *state = &impl_current_thread; in __threads_win32_tls_callback()
337 struct thrd_state *state = &impl_current_thread; in thrd_current()