hotspot/src/os/windows/vm/os_windows.cpp
void Parker::unpark() {
{- -------------------------------------------
(1) 対象のイベントオブジェクトに対して, SetEvent() でシグナルを送るだけ.
---------------------------------------- -}
guarantee (_ParkEvent != NULL, "invariant") ;
SetEvent(_ParkEvent);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.