Home
last modified time | relevance | path

Searched refs:sival_ptr (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/private/
Dbionic_inline_raise.h47 info.si_value.sival_ptr = value;
/bionic/libc/kernel/uapi/asm-generic/
Dsiginfo.h25 void __user * sival_ptr; member
117 #define si_ptr _sifields._rt._sigval.sival_ptr
/bionic/tests/
Dtime_test.cpp446 se.sigev_value.sival_ptr = this; in Counter()
478 Counter* cd = reinterpret_cast<Counter*>(value.sival_ptr); in CountNotifyFunction()
483 Counter* cd = reinterpret_cast<Counter*>(value.sival_ptr); in CountAndDisarmNotifyFunction()
618 TimerDeleteData* tdd = reinterpret_cast<TimerDeleteData*>(value.sival_ptr); in TimerDeleteCallback()
632 se.sigev_value.sival_ptr = &tdd; in TEST()
/bionic/tests/headers/posix/
Dsignal_h.c68 STRUCT_MEMBER(union sigval, void*, sival_ptr); in signal_h()