Searched refs:ProfilerThread (Results 1 – 1 of 1) sorted by relevance
291 inline pthread_t& ProfilerThread() { in ProfilerThread() function324 assert(ProfilerThread() == pthread_self()); in ProfilerThreadFunc()354 pthread_create(&ProfilerThread(), nullptr, ProfilerThreadFunc, nullptr); in StartProfiling()367 pthread_join(ProfilerThread(), nullptr); in FinishProfiling()