Home
last modified time | relevance | path

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

/rt/
A Daio_notify.c45 struct notify_func *const n = arg; in notify_func_wrapper() local
46 void (*func) (sigval_t) = n->func; in notify_func_wrapper()
47 sigval_t value = n->value; in notify_func_wrapper()
48 free (n); in notify_func_wrapper()
A Dtst-mqueue.h55 size_t n = 0; in do_cleanup() local
57 while ((rets = getline (&line, &n, f)) > 0) in do_cleanup()
A Dtst-mqueue3.c76 ssize_t n = TEMP_FAILURE_RETRY (mq_receive (m, buf, attr.mq_msgsize, NULL)); in fct() local
77 if (n != sizeof (message)) in fct()
80 __FUNCTION__, n, sizeof (message)); in fct()

Completed in 7 milliseconds