Searched refs:hmtx_emx_init (Results 1 – 1 of 1) sorted by relevance
4808 static HMTX hmtx_emx_init = NULLHANDLE; in check_emx_runtime() local4824 if (!hmtx_emx_init) in check_emx_runtime()4825 rc = DosCreateMutexSem(NULL, &hmtx_emx_init, 0, TRUE); /*Create owned*/ in check_emx_runtime()4830 hmtx_emx_init = NULLHANDLE; in check_emx_runtime()4839 rc = DosRequestMutexSem(hmtx_emx_init, in check_emx_runtime()4852 DosReleaseMutexSem(hmtx_emx_init); in check_emx_runtime()4909 if (hmtx_emx_init) in check_emx_runtime()4910 DosReleaseMutexSem(hmtx_emx_init); in check_emx_runtime()