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

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

Completed in 385 milliseconds