Added SynchronizeStart
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@577 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -3976,6 +3976,17 @@ extern "C" void * f_nlmMainStub(
|
||||
}
|
||||
#endif
|
||||
|
||||
/********************************************************************
|
||||
Desc: Signals the f_nlmEntryPoint thread to release the console.
|
||||
*********************************************************************/
|
||||
void SynchronizeStart( void)
|
||||
{
|
||||
if (gv_lFlmSyncSem)
|
||||
{
|
||||
(void)kSemaphoreSignal( gv_lFlmSyncSem);
|
||||
}
|
||||
}
|
||||
|
||||
/********************************************************************
|
||||
Desc: Startup routine for the NLM.
|
||||
*********************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user