HomeSort by relevance Sort by last modified time
    Searched refs:exit_thread (Results 1 - 8 of 8) sorted by null

  /external/valgrind/coregrind/
pub_core_scheduler.h 47 extern void VG_(exit_thread)(ThreadId tid);
  /external/autotest/client/tests/kvm/scripts/
virtio_console_guest.py 31 self.exit_thread = threading.Event()
185 self.exit_thread = event
196 while not self.exit_thread.isSet():
219 while not self.exit_thread.isSet():
229 self.exit_thread.isSet()):
239 while not self.exit_thread.isSet():
248 self.exit_thread.isSet()):
274 self.exit_thread = event
280 while not self.exit_thread.isSet():
557 s = self.Switch(in_f, out_f, self.exit_thread, cachesize, mode
    [all...]
  /device/htc/flounder/audio/visualizer/
nv_offload_visualizer.c 159 bool exit_thread; variable
191 exit_thread = false;
297 if (exit_thread) {
401 exit_thread = false;
447 exit_thread = true;
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 169 bool exit_thread; variable
213 exit_thread = false;
352 if (exit_thread) {
461 exit_thread = false;
507 exit_thread = true;
    [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 375 void VG_(exit_thread)(ThreadId tid) function
388 print_sched_event(tid, "release lock in VG_(exit_thread)");
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c 256 VG_(exit_thread)(tid);
    [all...]
syswrap-linux.c 209 VG_(exit_thread)(tid);
217 prevent a subtle race. If VG_(exit_thread)() had left the
220 Instead, VG_(exit_thread) leaves it as Zombie to prevent
    [all...]
syswrap-solaris.c 254 VG_(exit_thread)(tid);
261 prevent a subtle race. If VG_(exit_thread)() had left the
264 VG_(exit_thread) leaves it as Zombie to prevent reallocation. We
    [all...]

Completed in 1834 milliseconds