Searched refs:evp (Results 1 – 3 of 3) sorted by relevance
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/ |
D | time.c | 127 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() argument 137 if (!evp || evp->sigev_notify != SIGEV_THREAD || evp->sigev_notify_attributes) { in timer_create() 142 ret = LOS_SwtmrCreate(1, LOS_SWTMR_MODE_ONCE, (SWTMR_PROC_FUNC)evp->sigev_notify_function, in timer_create() 143 &swtmrID, (UINT32)(UINTPTR)evp->sigev_value.sival_ptr); in timer_create()
|
/device/soc/esp/esp32/components/pthread/ |
D | pthread.c | 1384 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() argument 1389 if (!timerID || (clockID != CLOCK_REALTIME) || !evp) { in timer_create() 1394 if ((evp->sigev_notify != SIGEV_THREAD) || evp->sigev_notify_attributes) { in timer_create() 1399 ret = LOS_SwtmrCreate(1, LOS_SWTMR_MODE_ONCE, (SWTMR_PROC_FUNC)evp->sigev_notify_function, in timer_create() 1400 &swtmrID, (UINT32)(UINTPTR)evp->sigev_value.sival_ptr in timer_create()
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/release/ |
D | sdk_src_files.txt | 967 components/wolfssl/wolfcrypt/src/evp.c
|