Searched refs:sigevent (Results 1 - 4 of 4) sorted by relevance

/system/bt/osi/src/
H A Dalarm.cc662 struct sigevent sigevent; local
671 memset(&sigevent, 0, sizeof(sigevent));
672 sigevent.sigev_notify = SIGEV_THREAD;
673 sigevent.sigev_notify_function = (void (*)(union sigval))timer_callback;
674 sigevent.sigev_notify_attributes = &thread_attr;
675 if (timer_create(clock_id, &sigevent, timer) == -1) {
/system/chre/platform/linux/
H A Dsystem_timer.cc60 struct sigevent sigevt = {};
/system/bt/tools/mcap_tool/
H A Dmcap_tool.cc513 struct sigevent sigevent; local
514 memset(&sigevent, 0, sizeof(sigevent));
515 sigevent.sigev_notify = SIGEV_THREAD;
516 sigevent.sigev_notify_function = (void (*)(union sigval))cb;
517 sigevent.sigev_value.sival_ptr = data;
518 timer_create(CLOCK_MONOTONIC, &sigevent, &timer);
/system/nfc/halimpl/pn54x/tml/
H A DphOsalNfc_Timer.c74 static struct sigevent se;

Completed in 1592 milliseconds