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

  /external/chromium-trace/catapult/third_party/typ/typ/
pool.py 37 Interrupt = 'Interrupt'
39 values = [Request, Response, Close, Done, Error, Interrupt]
85 elif msg_type == _MessageType.Interrupt:
125 if msg_type == _MessageType.Interrupt:
172 responses.put((_MessageType.Interrupt, (worker_num, str(e))))
  /art/runtime/gc/
task_processor_test.cc 65 TEST_F(TaskProcessorTest, Interrupt) {
78 // Wait until all the tasks are done, but since we didn't interrupt, done_running should be 0.
85 // After the interrupt and wait, the WorkUntilInterruptedTasktask should have terminated and
92 // Self interrupt before any of the other tasks run, but since we added them we should keep on
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
miniport.h 173 } Interrupt;
ndis.h     [all...]
wdm.h 1036 IN struct _KINTERRUPT *Interrupt,
1042 IN struct _KINTERRUPT *Interrupt,
    [all...]
  /art/runtime/native/
java_lang_Thread.cc 127 thread->Interrupt(soa.Self());
  /art/runtime/
monitor_test.cc 235 // Interrupt the other thread.
236 monitor_test_->thread_->Interrupt(self);
292 int64_t c_millis, bool c_expected, bool interrupt, uint64_t use_sleep,
323 if (interrupt) {
370 // after which it will interrupt the create task and then wait another 10ms.
debugger.h 482 static JDWP::JdwpError Interrupt(JDWP::ObjectId thread_id)
    [all...]
thread.h 465 void Interrupt(Thread* self) REQUIRES(!*wait_mutex_);
    [all...]
debugger.cc     [all...]
thread.cc     [all...]
  /art/runtime/openjdkjvm/
OpenjdkJvm.cc 383 thread->Interrupt(soa.Self());
  /external/v8/src/runtime/
runtime.h 300 F(Interrupt, 0, 1) \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtctl.h     [all...]
agtsvr.h     [all...]
  /art/runtime/jdwp/
jdwp_handler.cc     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 477 milliseconds