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

/openjdk7/jdk/src/share/transport/shmem/
H A DsysShmem.h45 int sysEventWait(sys_process_t otherProcess, sys_event_t event, long timeout);
H A DshmemBase.c314 error = sysEventWait(connection->otherProcess, stream->hasSpace, 0);
342 error = sysEventWait(connection->otherProcess, stream->hasData, 0);
370 /* wake up waitForData() if it is in sysEventWait() */
373 /* wake up waitForSpace() if it is in sysEventWait() */
837 CHECK_ERROR(sysEventWait(NULL, transport->attachEvent, timeout));
871 CHECK_ERROR(sysEventWait(NULL, transport->acceptEvent, timeout));
/openjdk7/jdk/src/windows/transport/shmem/
H A Dshmem_md.c259 sysEventWait(sys_process_t otherProcess, sys_event_t event, long timeout) function

Completed in 34 milliseconds