Home
last modified time | relevance | path

Searched refs:SIGEV_THREAD (Results 1 – 18 of 18) sorted by relevance

/device/board/unionman/unionpi_tiger/hardware/bt/src/
Drtk_poll.c223 se.sigev_notify = SIGEV_THREAD; in poll_timer_flush()
Dupio.c393 se.sigev_notify = SIGEV_THREAD; in upio_set_lpm_mode()
Drtk_btservice.c115 sigev.sigev_notify = SIGEV_THREAD; in OsAllocateTimer()
Dhardware_usb.c66 sigev.sigev_notify = SIGEV_THREAD; in OsAllocateTimer()
Dhci_h5.c1910 sigev.sigev_notify = SIGEV_THREAD; in OsAllocateTimer()
Drtk_parse.c348 sigev.sigev_notify = SIGEV_THREAD; in OsAllocateTimer()
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Drtk_poll.c240 se.sigev_notify = SIGEV_THREAD; in poll_timer_flush()
Dupio.c443 se.sigev_notify = SIGEV_THREAD; in upio_set()
Drtk_btservice.c138 sigev.sigev_notify = SIGEV_THREAD; in OsAllocateTimer()
Dhardware_usb.c74 sigev.sigev_notify = SIGEV_THREAD; in OsAllocateTimer()
Dhci_h5.c2442 sigev.sigev_notify = SIGEV_THREAD; in OsAllocateTimer()
Drtk_parse.c362 sigev.sigev_notify = SIGEV_THREAD; in OsAllocateTimer()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
Dtime.c137 if (!evp || evp->sigev_notify != SIGEV_THREAD || evp->sigev_notify_attributes) { in timer_create()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dsignal.h202 #define SIGEV_THREAD 2 macro
/device/board/osware/imx8mm/drivers/bluetooth/source/src/
Dupio.c390 se.sigev_notify = SIGEV_THREAD; in upio_set()
Dhardware.c537 sigev.sigev_notify = SIGEV_THREAD; in OsAllocateTimer()
/device/board/kaihong/khdvk_3566b/kernel/bluetooth/src/
Dhardware.c532 sigev.sigev_notify = SIGEV_THREAD; in OsAllocateTimer()
/device/soc/esp/esp32/components/pthread/
Dpthread.c1394 if ((evp->sigev_notify != SIGEV_THREAD) || evp->sigev_notify_attributes) { in timer_create()