Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/common/
H A Dosunixxf.c182 typedef void* (*PTHREAD_CALLBACK) (void *); typedef
1640 ret = pthread_create (&thread, NULL, (PTHREAD_CALLBACK) Function, Context); in AcpiOsExecute()