Searched refs:sigevent (Results 1 – 6 of 6) 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 | 40 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/ |
D | time.h | 44 struct sigevent; 101 int timer_create(clockid_t __clock, struct sigevent* __event, timer_t* __timer_ptr);
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | siginfo.h | 225 typedef struct sigevent { struct
|
/bionic/libc/ |
D | SYSCALLS.TXT | 224 int __timer_create:timer_create(clockid_t clockid, struct sigevent* evp, __kernel_timer_t…
|