Searched defs:cur_thread (Results 1 - 2 of 2) sorted by relevance

/external/libhevc/common/
H A Dithread.c421 pthread_t cur_thread = pthread_self(); local
429 return pthread_setaffinity_np(cur_thread, sizeof(cpu_set_t), &cpuset);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h400 INLINE ThreadState *cur_thread() { function in namespace:__tsan
485 cur_thread()->ignore_interceptors++;
491 cur_thread()->ignore_interceptors--;

Completed in 151 milliseconds