Home
last modified time | relevance | path

Searched refs:sigev_notify_attributes (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Dposix_timers.cpp139 if (evp->sigev_notify_attributes == nullptr) { in timer_create()
142 thread_attributes = *reinterpret_cast<pthread_attr_t*>(evp->sigev_notify_attributes); in timer_create()
/bionic/tests/headers/posix/
Dsignal_h.c57 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()
/bionic/libc/kernel/uapi/asm-generic/
Dsiginfo.h236 #define sigev_notify_attributes _sigev_un._sigev_thread._attribute macro