Searched defs:cur_thread (Results 1 - 5 of 5) 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/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cc76 ThreadState *cur_thread() { function in namespace:__tsan
137 ThreadState *thr = cur_thread();
142 ThreadState *thr = cur_thread();
H A Dtsan_rtl.h415 ThreadState *cur_thread();
420 INLINE ThreadState *cur_thread() { function in namespace:__tsan
512 cur_thread()->ignore_interceptors++;
518 cur_thread()->ignore_interceptors--;
/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);

Completed in 256 milliseconds