Home
last modified time | relevance | path

Searched refs:interrupt_thread (Results 1 - 1 of 1) sorted by relevance

/third_party/node/test/addons/request-interrupt/
H A Dbinding.cc16 static std::thread interrupt_thread; variable
23 interrupt_thread = std::thread([=]() { in ScheduleInterrupt()
29 interrupt_thread.join(); in ScheduleInterrupt()
41 interrupt_thread = std::thread([=]() { in ScheduleInterruptWithJS()
47 interrupt_thread.join(); in ScheduleInterruptWithJS()

Completed in 1 milliseconds