Home
last modified time | relevance | path

Searched defs:waitForAny (Results 1 – 8 of 8) sorted by relevance

/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/system/
H A Dsystem_event_win.h170 inline int waitForAny(Event eventList[], DWORD count, DWORD timeoutMilliSec) in waitForAny() function
180 inline int waitForAny(Event eventList[], DWORD count) in waitForAny() function
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/system/
H A Dsystem_event_win.h170 inline int waitForAny(Event eventList[], DWORD count, DWORD timeoutMilliSec) in waitForAny() function
180 inline int waitForAny(Event eventList[], DWORD count) in waitForAny() function
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/system/
H A Dsystem_event.h170 inline int waitForAny(Event eventList[], DWORD count, DWORD timeoutMilliSec) in waitForAny() function
180 inline int waitForAny(Event eventList[], DWORD count) in waitForAny() function
/dports/biology/seqan1/seqan-1.3.1/seqan/system/
H A Dsystem_event.h137 inline int waitForAny(Event eventList[], DWORD count, DWORD timeout_millis) in waitForAny() function
147 inline int waitForAny(Event eventList[], DWORD count) in waitForAny() function
/dports/devel/arcanist/arcanist-b2e715f/src/channel/
H A DPhutilChannel.php99 public static function waitForAny(array $channels, array $options = array()) { function in PhutilChannel
/dports/devel/arcanist-lib/arcanist-b2e715f/src/channel/
H A DPhutilChannel.php99 public static function waitForAny(array $channels, array $options = array()) { function in PhutilChannel
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context.support/src/main/java/org/springframework/scheduling/commonj/
H A DWorkManagerTaskExecutor.java191 public Collection waitForAny(Collection workItems, long timeout) in waitForAny() method in WorkManagerTaskExecutor
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/flow/
H A Dgenericactors.actor.h963 Future<Void> waitForAny( std::vector<Future<T>> const& results ) { in waitForAny() function