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

/openjdk7/jdk/src/share/transport/shmem/
H A DshmemBase.c52 #define CHECK_ERROR(expr) do { \ macro
313 CHECK_ERROR(leaveMutex(stream));
316 CHECK_ERROR(enterMutex(stream, connection->shutdown));
341 CHECK_ERROR(leaveMutex(stream));
344 CHECK_ERROR(enterMutex(stream, connection->shutdown));
366 CHECK_ERROR(enterMutex(stream, NULL));
384 CHECK_ERROR(leaveMutex(stream));
386 CHECK_ERROR(enterMutex(stream, NULL));
391 CHECK_ERROR(leaveMutex(stream));
444 CHECK_ERROR(sysIPMutexOpe
[all...]

Completed in 1976 milliseconds