Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dsignal_h.c51 TYPE(struct sigevent); in signal_h()
52 STRUCT_MEMBER(struct sigevent, int, sigev_notify); in signal_h()
53 STRUCT_MEMBER(struct sigevent, int, sigev_signo); in signal_h()
54 STRUCT_MEMBER(struct sigevent, union sigval, sigev_value); in signal_h()
55 STRUCT_MEMBER_FUNCTION_POINTER(struct sigevent, void (*f)(union sigval), sigev_notify_function); in signal_h()
57 STRUCT_MEMBER(struct sigevent, void*, sigev_notify_attributes); in signal_h()
59 STRUCT_MEMBER(struct sigevent, pthread_attr_t*, sigev_notify_attributes); in signal_h()
Dtime_h.c100 FUNCTION(timer_create, int (*f)(clockid_t, struct sigevent*, timer_t*)); in time_h()
/bionic/libc/bionic/
Dposix_timers.cpp40 extern "C" int __timer_create(clockid_t, sigevent*, __kernel_timer_t*);
106 int timer_create(clockid_t clock_id, sigevent* evp, timer_t* timer_id) { in timer_create()
165 sigevent se = *evp; in timer_create()
/bionic/libc/include/
Dtime.h44 struct sigevent;
101 int timer_create(clockid_t __clock, struct sigevent* __event, timer_t* __timer_ptr);
/bionic/libc/kernel/uapi/asm-generic/
Dsiginfo.h225 typedef struct sigevent { struct
/bionic/libc/
DSYSCALLS.TXT224 int __timer_create:timer_create(clockid_t clockid, struct sigevent* evp, __kernel_timer_t…