Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DTimer.cpp49 void *timer_stack = ::pthread_getspecific (g_key); in GetTimerStackForCurrentThread() local
50 if (timer_stack == NULL) in GetTimerStackForCurrentThread()
53 timer_stack = ::pthread_getspecific (g_key); in GetTimerStackForCurrentThread()
55 return (TimerStack *)timer_stack; in GetTimerStackForCurrentThread()