Searched defs:otherProcess (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/transport/shmem/
H A Dshmem_md.c259 sysEventWait(sys_process_t otherProcess, sys_event_t event, long timeout) argument
273 handles[1] = otherProcess;
275 count = (otherProcess == NULL) ? 1 : 2;
/openjdk7/jdk/src/share/transport/shmem/
H A DshmemBase.c151 sys_process_t otherProcess; member in struct:SharedMemoryConnection
314 error = sysEventWait(connection->otherProcess, stream->hasSpace, 0);
342 error = sysEventWait(connection->otherProcess, stream->hasData, 0);
506 if (connection->otherProcess) {
507 sysProcessClose(connection->otherProcess);
564 error = sysProcessOpen(otherPID, &connection->otherProcess);
634 error = sysProcessOpen(otherPID, &connection->otherProcess);

Completed in 34 milliseconds