Home
last modified time | relevance | path

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

/btstack/platform/windows/
H A Dbtstack_run_loop_windows.c60 static HANDLE btstack_run_loop_windows_callbacks_mutex; variable
167 … DWORD dwWaitResult = WaitForSingleObject( btstack_run_loop_windows_callbacks_mutex, INFINITE); in btstack_run_loop_windows_process_callbacks_handler()
171 ReleaseMutex(btstack_run_loop_windows_callbacks_mutex); in btstack_run_loop_windows_process_callbacks_handler()
184 DWORD dwWaitResult = WaitForSingleObject( btstack_run_loop_windows_callbacks_mutex, INFINITE); in btstack_run_loop_windows_execute_on_main_thread()
189 ReleaseMutex(btstack_run_loop_windows_callbacks_mutex); in btstack_run_loop_windows_execute_on_main_thread()
216 btstack_run_loop_windows_callbacks_mutex = CreateMutex( in btstack_run_loop_windows_init()
220 if (btstack_run_loop_windows_callbacks_mutex == NULL){ in btstack_run_loop_windows_init()