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