Searched refs:wake_up_semaphore (Results 1 – 1 of 1) sorted by relevance
148 HANDLE wake_up_semaphore; member384 CloseHandle (context->wake_up_semaphore); in g_main_context_unref()415 if (context->wake_up_semaphore != NULL) in g_main_context_init_pipe()417 context->wake_up_semaphore = CreateSemaphore (NULL, 0, 100, NULL); in g_main_context_init_pipe()418 if (context->wake_up_semaphore == NULL) in g_main_context_init_pipe()421 context->wake_up_rec.fd = (gintptr) context->wake_up_semaphore; in g_main_context_init_pipe()425 g_print ("wake-up semaphore: %p\n", context->wake_up_semaphore); in g_main_context_init_pipe()479 context->wake_up_semaphore = NULL; in g_main_context_new()3045 ReleaseSemaphore (context->wake_up_semaphore, 1, NULL); in g_main_context_wakeup_unlocked()