Home
last modified time | relevance | path

Searched defs:LOS_HwiCreate (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/
Dposix_mqueue_test.cpp45 int LOS_HwiCreate(int hwiNum, int hwiPrio, int hwiMode, HWI_PROC_FUNC hwiHandler, int *irqParam) in LOS_HwiCreate() function
/kernel/liteos_m/arch/include/
Dlos_interrupt.h164 #define LOS_HwiCreate ArchHwiCreate macro
/kernel/liteos_a/arch/arm/arm/src/
Dlos_hwi.c307 LITE_OS_SEC_TEXT_INIT UINT32 LOS_HwiCreate(HWI_HANDLE_T hwiNum, in LOS_HwiCreate() function
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/
DIt_posix_pthread.h53 #define LOS_HwiCreate(ID, prio, mode, Func, arg) (-1) macro