Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgthread-win32.c401 } GThreadWin32; typedef
406 GThreadWin32 *wt = (GThreadWin32 *) thread; in g_system_thread_free()
409 g_slice_free (GThreadWin32, wt); in g_system_thread_free()
421 GThreadWin32 *self = data; in g_thread_win32_proxy()
450 GThreadWin32 *thread; in g_system_thread_new()
456 thread = g_slice_new0 (GThreadWin32); in g_system_thread_new()
523 g_slice_free (GThreadWin32, thread); in g_system_thread_new()
537 GThreadWin32 *wt = (GThreadWin32 *) thread; in g_system_thread_wait()