Lines Matching refs:handle_count
615 unsigned handle_count=0; in interruptible_wait() local
623 wait_handle_index=handle_count; in interruptible_wait()
624 handles[handle_count++]=handle_to_wait_for; in interruptible_wait()
629 interruption_index=handle_count; in interruptible_wait()
630 handles[handle_count++]=detail::get_current_thread_data()->interruption_handle; in interruptible_wait()
655 timeout_index=handle_count; in interruptible_wait()
656 handles[handle_count++]=timer_handle; in interruptible_wait()
676 if(handle_count) in interruptible_wait()
678 …unsigned long const notified_index=winapi::WaitForMultipleObjectsEx(handle_count,handles,false,sta… in interruptible_wait()
679 if(notified_index<handle_count) in interruptible_wait()
717 unsigned handle_count=0; in non_interruptible_wait() local
722 wait_handle_index=handle_count; in non_interruptible_wait()
723 handles[handle_count++]=handle_to_wait_for; in non_interruptible_wait()
747 timeout_index=handle_count; in non_interruptible_wait()
748 handles[handle_count++]=timer_handle; in non_interruptible_wait()
768 if(handle_count) in non_interruptible_wait()
770 …unsigned long const notified_index=winapi::WaitForMultipleObjectsEx(handle_count,handles,false,sta… in non_interruptible_wait()
771 if(notified_index<handle_count) in non_interruptible_wait()