Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/thread/src/win32/
Dthread.cpp620 unsigned timeout_index=~0U; in interruptible_wait() local
655 timeout_index=handle_count; in interruptible_wait()
663 bool const using_timer=timeout_index!=~0u; in interruptible_wait()
692 else if(notified_index==timeout_index) in interruptible_wait()
719 unsigned timeout_index=~0U; in non_interruptible_wait() local
747 timeout_index=handle_count; in non_interruptible_wait()
755 bool const using_timer=timeout_index!=~0u; in non_interruptible_wait()
777 else if(notified_index==timeout_index) in non_interruptible_wait()
/external/autotest/client/common_lib/
Dpexpect.py1410 index = searcher.timeout_index
1613 self.timeout_index = -1
1620 self.timeout_index = n
1633 if self.timeout_index >= 0:
1634 ss.append ((self.timeout_index,' %d: TIMEOUT' % self.timeout_index))
1711 self.timeout_index = -1
1718 self.timeout_index = n
1731 if self.timeout_index >= 0:
1732 ss.append ((self.timeout_index,' %d: TIMEOUT' % self.timeout_index))