Searched refs:nf (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/resolv/ |
D | gai_notify.c | 79 struct notify_func *nf = malloc (sizeof *nf); in __gai_notify_only() local 80 if (nf == NULL) in __gai_notify_only() 84 nf->func = sigev->sigev_notify_function; in __gai_notify_only() 85 nf->value = sigev->sigev_value; in __gai_notify_only() 86 if (__pthread_create (&tid, pattr, notify_func_wrapper, nf) < 0) in __gai_notify_only() 88 free (nf); in __gai_notify_only()
|
/glibc-2.36/rt/ |
D | aio_notify.c | 81 struct notify_func *nf = malloc (sizeof *nf); in __aio_notify_only() local 82 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()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-socket-timestamp.c | 146 struct support_next_to_fault nf = in do_test_slack_space() local 148 void *msgbuf = nf.buffer + slack_max_size; in do_test_slack_space() 160 memset (nf.buffer, 0x55, nf.length); in do_test_slack_space() 168 memset (nf.buffer, 0x55, nf.length); in do_test_slack_space() 191 support_next_to_fault_free (&nf); in do_test_slack_space()
|
/glibc-2.36/sysdeps/hppa/ |
D | dl-trampoline.S | 259 L(nf): 296 b,l L(nf),%r2
|