Searched refs:gx_win32_lock_mutex (Results 1 – 1 of 1) sorted by relevance
22 HANDLE gx_win32_lock_mutex; variable42 gx_win32_lock_mutex = CreateMutex(NULL, FALSE, NULL); in gx_generic_rtos_initialize()180 WaitForSingleObject(gx_win32_lock_mutex, INFINITE); in gx_generic_system_mutex_lock()185 ReleaseMutex(gx_win32_lock_mutex); in gx_generic_system_mutex_unlock()