Searched defs:hand (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp788 // On the other hand, NPTL does not have such a limit, sysconf()
2668 // Bsd(POSIX) specific hand shaking semaphore.
4202 sa_handler_t hand; local
4209 hand = actp->sa_handler;
4224 (*hand)(sig);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp662 // On the other hand, NPTL does not have such a limit, sysconf()
2529 // Linux(POSIX) specific hand shaking semaphore.
4048 sa_handler_t hand; local
4055 hand = actp->sa_handler;
4070 (*hand)(sig);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp4679 sa_handler_t hand; local
4686 hand = actp->sa_handler;
4701 (*hand)(sig);

Completed in 86 milliseconds