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:
dsandersoremutah
2006-06-16 16:12:04 +00:00
parent cd3612fbf5
commit b9268e985e

View File

@@ -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.
*********************************************************************/