Searched defs:SigEvt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dtimer-posix.cpp571 struct sigevent SigEvt; local
572 SigEvt.sigev_notify = SIGEV_SIGNAL;
573 SigEvt.sigev_signo = RT_TIMER_SIGNAL;
574 SigEvt.sigev_value.sival_ptr = pTimer; /* sigev_value gets copied to siginfo. */
575 int err = timer_create(CLOCK_REALTIME, &SigEvt, &pTimer->NativeTimer);

Completed in 43 milliseconds