Home
last modified time | relevance | path

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

/aosp12/art/sigchainlib/
H A Dsigchain_test.cc68 return info->si_value.sival_ptr; in __anonbebdd2660102()
77 value.sival_ptr = &value; in RaiseHandled()
83 value.sival_ptr = nullptr; in RaiseUnhandled()
/aosp12/system/chre/platform/linux/
H A Dsystem_timer.cc40 SystemTimer *sysTimer = static_cast<SystemTimer *>(cookie.sival_ptr); in systemTimerNotifyCallback()
62 sigevt.sigev_value.sival_ptr = this; in init()
/aosp12/system/core/debuggerd/handler/
H A Ddebuggerd_fallback.cpp201 if (info->si_value.sival_ptr == kDebuggerdFallbackSivalPtrRequestDump) { in trace_handler()
277 siginfo.si_value.sival_ptr = kDebuggerdFallbackSivalPtrRequestDump; in trace_handler()
349 if (info->si_signo == BIONIC_SIGNAL_DEBUGGER && info->si_value.sival_ptr != nullptr) { in debuggerd_fallback_handler()
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dsiginfo.h25 void __user * sival_ptr; member
117 #define si_ptr _sifields._rt._sigval.sival_ptr
/aosp12/hardware/interfaces/vibrator/1.3/example/
H A DVibrator.cpp35 se.sigev_value.sival_ptr = this; in Vibrator()
203 static_cast<Vibrator*>(sigval.sival_ptr)->timeout(); in timerCallback()
/aosp12/frameworks/av/media/libwatchdog/
H A DWatchdog.cpp36 sev.sigev_value.sival_ptr = &mTimerId; in Watchdog()
/aosp12/packages/apps/Nfc/nci/jni/
H A DIntervalTimer.cpp76 se.sigev_value.sival_ptr = &mTimerId; in create()
/aosp12/bionic/libc/private/
H A Dbionic_inline_raise.h47 info.si_value.sival_ptr = value;
/aosp12/bionic/tests/
H A Dtime_test.cpp547 se.sigev_value.sival_ptr = this; in Counter()
579 Counter* cd = reinterpret_cast<Counter*>(value.sival_ptr); in CountNotifyFunction()
584 Counter* cd = reinterpret_cast<Counter*>(value.sival_ptr); in CountAndDisarmNotifyFunction()
719 TimerDeleteData* tdd = reinterpret_cast<TimerDeleteData*>(value.sival_ptr); in TimerDeleteCallback()
733 se.sigev_value.sival_ptr = &tdd; in TEST()
/aosp12/hardware/broadcom/libbt/src/
H A Dupio.c427 se.sigev_value.sival_ptr = &lpm_proc_cb.timer_id; in upio_set()
/aosp12/bionic/tests/headers/posix/
H A Dsignal_h.c68 STRUCT_MEMBER(union sigval, void*, sival_ptr); in signal_h()