Home
last modified time | relevance | path

Searched refs:gx_win32_lock_mutex (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dthreadx_stub.c22 HANDLE gx_win32_lock_mutex; variable
42 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()