From b9268e985e4acfa5e9f459cabc79e54a4a936a4e Mon Sep 17 00:00:00 2001 From: dsandersoremutah Date: Fri, 16 Jun 2006 16:12:04 +0000 Subject: [PATCH] Added SynchronizeStart git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@577 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- ftk/src/ftknlm.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ftk/src/ftknlm.cpp b/ftk/src/ftknlm.cpp index 02f083d..a8d69ea 100644 --- a/ftk/src/ftknlm.cpp +++ b/ftk/src/ftknlm.cpp @@ -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. *********************************************************************/