Searched refs:sigval_t (Results 1 – 14 of 14) sorted by relevance
35 void (*func) (sigval_t);36 sigval_t value;44 void (*func) (sigval_t) = n->func; in notify_func_wrapper()45 sigval_t value = n->value; in notify_func_wrapper()
35 void (*thrfunc) (sigval_t);36 sigval_t sival;47 void (*thrfunc) (sigval_t) = td->thrfunc; in timer_sigev_thread()48 sigval_t sival = td->sival; in timer_sigev_thread()
61 void (*thrfunc) (sigval_t);62 sigval_t sival;
37 void (*func) (sigval_t);38 sigval_t value;46 void (*func) (sigval_t) = n->func; in notify_func_wrapper()47 sigval_t value = n->value; in notify_func_wrapper()
32 thrfct (sigval_t arg) in thrfct()
31 thrfct (sigval_t arg) in thrfct()
32 callback (sigval_t s) in callback()
16 typedef __sigval_t sigval_t; typedef
32 bits/types/sigset_t.h bits/types/sigval_t.h \
37580 * signal/bits/types/sigval_t.h: Include <bits/types/__sigval_t.h>37581 and define sigval_t using __sigval_t.37585 (struct sigevent): Use __sigval_t instead of sigval_t.37588 (siginfo_t): Use __sigval_t instead of sigval_t.37591 (struct sigevent): Use __sigval_t instead of sigval_t.37594 (siginfo_t): Use __sigval_t instead of sigval_t.37595 * signal/signal.h [__USE_MISC]: Include <bits/types/sigval_t.h>.
10902 * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.10904 * sysdeps/generic/bits/siginfo.h: Define sigval_t. Arrange to work
5001 match the fact that sigval_t is 64 bit.
4672 * signal/Makefile (headers): Add bits/types/sigval_t.h.4701 * signal/bits/types/sigval_t.h:4710 * include/bits/types/sigval_t.h: