Home
last modified time | relevance | path

Searched refs:sigev (Results 1 - 2 of 2) sorted by relevance

/vendor/hihope/dayu210/bluetooth/src/
H A Dhardware.c477 struct sigevent sigev; in OsAllocateTimer() local
480 (void)memset_s(&sigev, sizeof(struct sigevent), 0, sizeof(struct sigevent)); in OsAllocateTimer()
482 sigev.sigev_notify = SIGEV_THREAD; in OsAllocateTimer()
483 sigev.sigev_notify_function = timer_callback; in OsAllocateTimer()
484 sigev.sigev_value.sival_ptr = &timerid; in OsAllocateTimer()
488 if (timer_create(CLOCK_REALTIME, &sigev, &timerid) == 0) { in OsAllocateTimer()
/vendor/hihope/rk3568/bluetooth/src/
H A Dhardware.c525 struct sigevent sigev; in OsAllocateTimer() local
528 (void)memset_s(&sigev, sizeof(struct sigevent), 0, sizeof(struct sigevent)); in OsAllocateTimer()
530 sigev.sigev_notify = SIGEV_THREAD; in OsAllocateTimer()
531 sigev.sigev_notify_function = timer_callback; in OsAllocateTimer()
532 sigev.sigev_value.sival_ptr = &timerid; in OsAllocateTimer()
536 if (timer_create(CLOCK_REALTIME, &sigev, &timerid) == 0) { in OsAllocateTimer()

Completed in 4 milliseconds