HomeSort by relevance Sort by last modified time
    Searched defs:cur_thread (Results 1 - 2 of 2) sorted by null

  /external/libhevc/common/
ithread.c 421 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/
tsan_rtl.h 400 INLINE ThreadState *cur_thread() { function in namespace:__tsan
485 cur_thread()->ignore_interceptors++;
491 cur_thread()->ignore_interceptors--;

Completed in 599 milliseconds