Home
last modified time | relevance | path

Searched refs:notified_index (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/thread/src/win32/
Dthread.cpp678 …unsigned long const notified_index=winapi::WaitForMultipleObjectsEx(handle_count,handles,false,sta… in interruptible_wait() local
679 if(notified_index<handle_count) in interruptible_wait()
681 if(notified_index==wait_handle_index) in interruptible_wait()
686 else if(notified_index==interruption_index) in interruptible_wait()
692 else if(notified_index==timeout_index) in interruptible_wait()
770 …unsigned long const notified_index=winapi::WaitForMultipleObjectsEx(handle_count,handles,false,sta… in non_interruptible_wait() local
771 if(notified_index<handle_count) in non_interruptible_wait()
773 if(notified_index==wait_handle_index) in non_interruptible_wait()
777 else if(notified_index==timeout_index) in non_interruptible_wait()