Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dgdbus-message.c36 message_lock (void) in message_lock() function
220 g_test_add_func ("/gdbus/message/lock", message_lock); in main()
/third_party/glib/gio/
Dgregistrysettingsbackend.c151 CRITICAL_SECTION *message_lock; member
1844 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 …]