Searched defs:fired (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.hpp117 // Exercise caution using reset() and fired() - they may require MEMBARs
119 int fired() { return _Event; } function in class:PlatformEvent
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.hpp299 // Use caution with reset() and fired() -- they may require MEMBARs
301 int fired() { return _Event; } function in class:PlatformEvent
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.hpp285 // Use caution with reset() and fired() -- they may require MEMBARs
287 int fired() { return _Event; } function in class:PlatformEvent
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp382 // Exercise caution using reset() and fired() -- they may require MEMBARs
384 int fired() { return _Event; } function in class:PlatformEvent

Completed in 35 milliseconds