Home
last modified time | relevance | path

Searched refs:thread_local (Results 1 – 25 of 28) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/util/
Du_qsort.cpp27 thread_local int (*tl_qsort_r_compar)(const void *, const void *, void *);
28 thread_local void *tl_qsort_r_arg;
Du_thread.h54 #define __THREAD_INITIAL_EXEC thread_local __attribute__((tls_model("initial-exec")))
57 #define __THREAD_INITIAL_EXEC thread_local
Du_call_once.c14 static thread_local struct util_call_once_context_t call_once_context;
Dos_misc.c155 static thread_local char os_android_option_value[PROPERTY_VALUE_MAX]; in os_get_android_option()
/hardware/google/gfxstream/guest/mesa/src/c11/impl/
Dthreads_win32_tls_callback.cpp18 static thread_local tls_callback tls_callback_instance;
Dthreads_win32.c73 static thread_local struct thrd_state impl_current_thread = { 0 };
/hardware/google/gfxstream/guest/mesa/src/c11/
Dthreads.h77 # ifndef thread_local
78 # define thread_local _Thread_local macro
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglThreadInfo.cpp19 static thread_local EglThreadInfo thread_eglInfo;
DThreadInfo.cpp34 static thread_local ThreadInfo s_threadInfo;
DEglOsApi_wgl.cpp777 static thread_local ConfigMap configMap; in getInternalDC()
/hardware/google/gfxstream/guest/OpenglSystemCommon/
DThreadInfo.cpp21 static thread_local EGLThreadInfo sEglThreadInfoThreadLocal;
/hardware/google/gfxstream/host/vulkan/
DRenderThreadInfoVk.cpp22 static thread_local RenderThreadInfoVk* tlThreadInfo = nullptr;
/hardware/google/gfxstream/host/
DRenderThreadInfoMagma.cpp19 static thread_local RenderThreadInfoMagma* tlThreadInfo = nullptr;
DRenderThreadInfo.cpp31 static thread_local RenderThreadInfo* s_threadInfoPtr;
DRenderThreadInfoGl.cpp37 static thread_local RenderThreadInfoGl* tlThreadInfo = nullptr;
/hardware/google/gfxstream/host/apigen-codec-common/
DChecksumCalculatorThreadInfo.cpp35 static thread_local ChecksumCalculatorThreadInfo* tls = new ChecksumCalculatorThreadInfo; in getChecksumCalculatorThreadInfo()
/hardware/google/aemu/host-common/
Dlogging.cpp65 static thread_local std::string thread_id = getThreadID(); in getCachedThreadID()
/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/
DAndroidThread_pthread.cpp194 thread_local pid_t tid = -1; in getCurrentThreadId()
/hardware/google/gfxstream/guest/magma/
Dmagma.cpp92 static thread_local std::unique_lock<std::mutex>* t_lock;
111 thread_local std::unique_lock<std::mutex>* MagmaClientContext::t_lock;
/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_fuchsia.cpp37 static thread_local zx_koid_t tid = GetKoid(zx_thread_self());
/hardware/google/gfxstream/host/gl/
DDisplaySurfaceGl.cpp43 static thread_local ThreadState sThreadState;
/hardware/google/aemu/base/include/aemu/base/
DHealthMonitor.h233 static thread_local ThreadTasks threadTasks; in getMonitoredThreadTasks()
/hardware/google/aemu/base/
DSystem.cpp289 static thread_local ThreadLocalTimerState tl_timerInfo; in sleepToUs()
/hardware/google/gfxstream/guest/mesa/src/util/perf/
Dgpuvis_trace_utils.h62 #define THREAD_LOCAL thread_local
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp223 thread_local ImGuiContext* __MesaImGui;

12