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

  /external/qemu/memcheck/
memcheck_proc_management.c 339 const ThreadDesc* cur_thread = get_current_thread(); local
340 if (cur_thread != NULL) {
341 current_process = cur_thread->process;
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 456 INLINE ThreadState *cur_thread() { function in namespace:__tsan

Completed in 51 milliseconds