Searched refs:timer_mutex (Results 1 – 2 of 2) sorted by relevance
46 HANDLE timer_mutex = NULL; variable227 timer_mutex = CreateMutex(NULL, FALSE, NULL); in wince_init()228 if (timer_mutex == NULL) { in wince_init()273 if (timer_mutex) { in wince_init()274 CloseHandle(timer_mutex); in wince_init()275 timer_mutex = NULL; in wince_init()329 if (timer_mutex) { in wince_exit()330 CloseHandle(timer_mutex); in wince_exit()331 timer_mutex = NULL; in wince_exit()910 WaitForSingleObject(timer_mutex, INFINITE); in wince_clock_gettime_threaded()[all …]
110 HANDLE timer_mutex = NULL; variable877 timer_mutex = CreateMutex(NULL, FALSE, NULL); in windows_init()878 if (timer_mutex == NULL) { in windows_init()923 if (timer_mutex) { in windows_init()924 CloseHandle(timer_mutex); in windows_init()925 timer_mutex = NULL; in windows_init()1728 if (timer_mutex) { in windows_exit()1729 CloseHandle(timer_mutex); in windows_exit()1730 timer_mutex = NULL; in windows_exit()2206 WaitForSingleObject(timer_mutex, INFINITE); in windows_clock_gettime_threaded()[all …]