Home
last modified time | relevance | path

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

/linux-4.1.27/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c74 typedef void *(*PTHREAD_CALLBACK) (void *); typedef
1278 pthread_create(&thread, NULL, (PTHREAD_CALLBACK) function, context); in acpi_os_execute()