Searched refs:thread_local (Results 1 – 25 of 28) sorted by relevance
12
27 thread_local int (*tl_qsort_r_compar)(const void *, const void *, void *);28 thread_local void *tl_qsort_r_arg;
54 #define __THREAD_INITIAL_EXEC thread_local __attribute__((tls_model("initial-exec")))57 #define __THREAD_INITIAL_EXEC thread_local
14 static thread_local struct util_call_once_context_t call_once_context;
155 static thread_local char os_android_option_value[PROPERTY_VALUE_MAX]; in os_get_android_option()
18 static thread_local tls_callback tls_callback_instance;
73 static thread_local struct thrd_state impl_current_thread = { 0 };
77 # ifndef thread_local78 # define thread_local _Thread_local macro
19 static thread_local EglThreadInfo thread_eglInfo;
34 static thread_local ThreadInfo s_threadInfo;
777 static thread_local ConfigMap configMap; in getInternalDC()
21 static thread_local EGLThreadInfo sEglThreadInfoThreadLocal;
22 static thread_local RenderThreadInfoVk* tlThreadInfo = nullptr;
19 static thread_local RenderThreadInfoMagma* tlThreadInfo = nullptr;
31 static thread_local RenderThreadInfo* s_threadInfoPtr;
37 static thread_local RenderThreadInfoGl* tlThreadInfo = nullptr;
35 static thread_local ChecksumCalculatorThreadInfo* tls = new ChecksumCalculatorThreadInfo; in getChecksumCalculatorThreadInfo()
65 static thread_local std::string thread_id = getThreadID(); in getCachedThreadID()
194 thread_local pid_t tid = -1; in getCurrentThreadId()
92 static thread_local std::unique_lock<std::mutex>* t_lock;111 thread_local std::unique_lock<std::mutex>* MagmaClientContext::t_lock;
37 static thread_local zx_koid_t tid = GetKoid(zx_thread_self());
43 static thread_local ThreadState sThreadState;
233 static thread_local ThreadTasks threadTasks; in getMonitoredThreadTasks()
289 static thread_local ThreadLocalTimerState tl_timerInfo; in sleepToUs()
62 #define THREAD_LOCAL thread_local
223 thread_local ImGuiContext* __MesaImGui;