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

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

Completed in 265 milliseconds