Searched refs:PTHREAD_CALLBACK (Results 1 – 1 of 1) sorted by relevance
37 typedef void *(*PTHREAD_CALLBACK) (void *); typedef1276 pthread_create(&thread, NULL, (PTHREAD_CALLBACK) function, context); in acpi_os_execute()