Searched refs:thread_complete_gate (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/acpi/acpica/
H A Ddbexec.c577 (void)acpi_os_wait_semaphore(info->thread_complete_gate,
587 (void)acpi_os_signal_semaphore(info->thread_complete_gate, 1);
729 acpi_mutex thread_complete_gate; local
759 status = acpi_os_create_semaphore(1, 1, &thread_complete_gate);
775 (void)acpi_os_delete_semaphore(thread_complete_gate);
791 (void)acpi_os_delete_semaphore(thread_complete_gate);
803 acpi_gbl_db_method_info.thread_complete_gate = thread_complete_gate;
870 (void)acpi_os_delete_semaphore(thread_complete_gate);
H A Daclocal.h1196 acpi_handle thread_complete_gate; member in struct:acpi_db_method_info

Completed in 126 milliseconds