MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / wake

Method wake

OgreMain/src/Threading/OgreWaitableEvent.cpp:52–58  ·  view source on GitHub ↗

-----------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

50 }
51 //-----------------------------------------------------------------------------------
52 void WaitableEvent::wake()
53 {
54 // In Windows' lingo:
55 // signaled = go
56 // not signaled = must wait.
57 SetEvent( mEvent );
58 }
59#else
60 WaitableEvent::WaitableEvent() : mWait( true )
61 {

Callers 7

shutdownMethod · 0.80
scheduleLoadRequestMethod · 0.80
_scheduleUpdateMethod · 0.80
scheduleLoadFromRamMethod · 0.80
_updateStreamingMethod · 0.80
_updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected