Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DTimer.cpp50 void *timer_stack = Host::ThreadLocalStorageGet(g_key); in GetTimerStackForCurrentThread()
54 timer_stack = Host::ThreadLocalStorageGet(g_key); in GetTimerStackForCurrentThread()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/
DHost.h294 ThreadLocalStorageGet(lldb::thread_key_t key);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
DHost.cpp703 Host::ThreadLocalStorageGet(lldb::thread_key_t key) in ThreadLocalStorageGet() function in Host