Home
last modified time | relevance | path

Searched refs:sigevent (Results 1 – 8 of 8) 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.cpp42 extern "C" int __timer_create(clockid_t, sigevent*, __kernel_timer_t*);
121 int timer_create(clockid_t clock_id, sigevent* evp, timer_t* timer_id) { in timer_create()
186 sigevent se = *evp; in timer_create()
Dlibc_init_common.cpp115 struct sigevent event = {}; in __libc_init_mte_late()
/bionic/libc/include/
Dtime.h69 struct sigevent;
391 int timer_create(clockid_t __clock, struct sigevent* _Nullable __event, timer_t _Nonnull * _Nonnull…
/bionic/libc/kernel/uapi/asm-generic/
Dsiginfo.h215 typedef struct sigevent { struct
/bionic/tests/
Dtime_test.cpp640 sigevent se; in TEST()
669 sigevent se; in TEST()
697 sigevent se;
825 sigevent se = {}; in TEST()
912 sigevent se; in TEST()
/bionic/libc/
DSYSCALLS.TXT236 int __timer_create:timer_create(clockid_t clockid, struct sigevent* evp, __kernel_timer_t…