Searched refs:nf (Results 1 – 1 of 1) sorted by relevance
81 struct notify_func *nf = malloc (sizeof *nf); in __aio_notify_only() local82 if (nf == NULL) in __aio_notify_only()86 nf->func = sigev->sigev_notify_function; in __aio_notify_only()87 nf->value = sigev->sigev_value; in __aio_notify_only()88 if (__pthread_create (&tid, pattr, notify_func_wrapper, nf) < 0) in __aio_notify_only()90 free (nf); in __aio_notify_only()
Completed in 4 milliseconds