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

/external/libhevc/common/
H A Dithread.c155 pthread_t cur_thread = pthread_self(); local
163 return pthread_setaffinity_np(cur_thread, sizeof(cpu_set_t), &cpuset);
/external/libmpeg2/common/
H A Dithread.c162 pthread_t cur_thread = pthread_self(); local
170 return pthread_setaffinity_np(cur_thread, sizeof(cpu_set_t), &cpuset);
/external/libavc/common/
H A Dithread.c180 pthread_t cur_thread = pthread_self(); local
188 return pthread_setaffinity_np(cur_thread, sizeof(cpu_set_t), &cpuset);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h415 INLINE ThreadState *cur_thread() { function in namespace:__tsan
503 cur_thread()->ignore_interceptors++;
509 cur_thread()->ignore_interceptors--;

Completed in 151 milliseconds