Home
last modified time | relevance | path

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

/external/gemmlowp/profiling/
Dprofiler.h291 inline pthread_t& ProfilerThread() { in ProfilerThread() function
324 assert(ProfilerThread() == pthread_self()); in ProfilerThreadFunc()
354 pthread_create(&ProfilerThread(), nullptr, ProfilerThreadFunc, nullptr); in StartProfiling()
367 pthread_join(ProfilerThread(), nullptr); in FinishProfiling()