Searched refs:sigev (Results 1 - 2 of 2) sorted by relevance
/vendor/hihope/dayu210/bluetooth/src/ |
H A D | hardware.c | 477 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 D | hardware.c | 525 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 5 milliseconds