Home
last modified time | relevance | path

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

/external/bluetooth/glib/gthread/
Dgthread-win32.c48 #define win32_check_for_error(what) G_STMT_START{ \ macro
145 win32_check_for_error (handle = CreateMutex (NULL, FALSE, NULL)); in g_mutex_new_win32_impl()
154 win32_check_for_error (CloseHandle (*(HANDLE *) mutex)); in g_mutex_free_win32_impl()
171 win32_check_for_error (WAIT_FAILED != in g_mutex_trylock_win32_impl()
230 win32_check_for_error (event = CreateEvent (0, FALSE, FALSE, NULL)); in g_cond_wait_internal()
244 win32_check_for_error (WAIT_FAILED != in g_cond_wait_internal()
258 win32_check_for_error (WAIT_FAILED != in g_cond_wait_internal()
387 win32_check_for_error (SetThreadPriority (target->thread, in g_thread_set_priority_win32_impl()
402 win32_check_for_error (DuplicateHandle (process, handle, process, in g_thread_self_win32_impl()
405 win32_check_for_error (TlsSetValue (g_thread_self_tls, self)); in g_thread_self_win32_impl()
[all …]