Searched refs:message_lock (Results 1 – 2 of 2) sorted by relevance
36 message_lock (void) in message_lock() function220 g_test_add_func ("/gdbus/message/lock", message_lock); in main()
151 CRITICAL_SECTION *message_lock; member1844 watch->message_lock = g_slice_new (CRITICAL_SECTION); in watch_start()1845 InitializeCriticalSection (watch->message_lock); in watch_start()1867 DeleteCriticalSection (watch->message_lock); in watch_start()1868 g_slice_free (CRITICAL_SECTION, watch->message_lock); in watch_start()1901 LeaveCriticalSection (watch->message_lock); in watch_stop_unlocked()1902 DeleteCriticalSection (watch->message_lock); in watch_stop_unlocked()1903 g_slice_free (CRITICAL_SECTION, watch->message_lock); in watch_stop_unlocked()1959 EnterCriticalSection (watch->message_lock); in watch_add_notify()1981 LeaveCriticalSection (watch->message_lock); in watch_add_notify()[all …]