Searched defs:Func (Results 1 – 4 of 4) sorted by relevance
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/ |
D | It_posix_pthread.h | 53 #define LOS_HwiCreate(ID, prio, mode, Func, arg) (-1) argument
|
/kernel/liteos_m/testsuites/include/ |
D | osTest.h | 341 #define TEST_HwiCreate(ID, prio, mode, Func, irqParam) LOS_HwiCreate(ID, prio, mode, Func, irqParam) argument
|
/kernel/liteos_a/testsuites/kernel/include/ |
D | osTest.h | 157 #define TEST_HwiCreate(ID, prio, mode, Func, arg) LOS_HwiCreate(ID, prio, mode, Func, arg) argument
|
/kernel/liteos_a/testsuites/unittest/common/include/ |
D | osTest.h | 142 #define TEST_HwiCreate(ID, prio, mode, Func, arg) LOS_HwiCreate(ID, prio, mode, Func, arg) argument
|