Searched refs:sigevent (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/headers/posix/ |
D | signal_h.c | 51 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()
|
D | time_h.c | 100 FUNCTION(timer_create, int (*f)(clockid_t, struct sigevent*, timer_t*)); in time_h()
|
/bionic/libc/bionic/ |
D | posix_timers.cpp | 42 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()
|
D | libc_init_common.cpp | 115 struct sigevent event = {}; in __libc_init_mte_late()
|
/bionic/libc/include/ |
D | time.h | 69 struct sigevent; 391 int timer_create(clockid_t __clock, struct sigevent* _Nullable __event, timer_t _Nonnull * _Nonnull…
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | siginfo.h | 215 typedef struct sigevent { struct
|
/bionic/tests/ |
D | time_test.cpp | 640 sigevent se; in TEST() 669 sigevent se; in TEST() 697 sigevent se; 825 sigevent se = {}; in TEST() 912 sigevent se; in TEST()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 236 int __timer_create:timer_create(clockid_t clockid, struct sigevent* evp, __kernel_timer_t…
|