Searched refs:sigevent (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/posix/
H A Dtime.h13 struct sigevent; /* defined in <signal.h> */
109 int timer_create(clockid_t clockID, struct sigevent* event,
H A Dsignal.h23 /* macros specifying the event notification type (sigevent::sigev_notify) */
34 struct sigevent { struct
/haiku/src/system/libroot/posix/time/
H A Dtimer_support.cpp87 timer_create(clockid_t clockID, struct sigevent* event, timer_t* _timer)
/haiku/src/system/kernel/
H A DUserTimer.cpp1232 uint32 flags, const struct sigevent& event,
1355 // If no sigevent structure was given, use the timer ID.
1420 struct sigevent event = {0};
1442 struct sigevent event = {0};
1691 const struct sigevent* userEvent,
1694 // copy the sigevent structure from userland
1695 struct sigevent event = {0};
/haiku/headers/private/kernel/
H A DUserTimer.h266 uint32 flags, const struct sigevent* event,
/haiku/headers/private/system/
H A Dsyscalls.h421 uint32 flags, const struct sigevent* event,

Completed in 53 milliseconds