Home
last modified time | relevance | path

Searched refs:LOS_QueueCreateStatic (Results 1 – 9 of 9) sorted by relevance

/kernel/liteos_m/testsuites/sample/kernel/queue/
DIt_los_queue_static_002.c46 ret = LOS_QueueCreateStatic("Q1", QUEUE_BASE_NUM, &g_testQueueID01, (UINT8 *)buff3, 0, 0); in Testcase()
DIt_los_queue_static_003.c42 ret = LOS_QueueCreateStatic("Q1", QUEUE_BASE_NUM, &g_testQueueID01, (UINT8 *)buff3, 0, 1); in Testcase()
DIt_los_queue_static_001.c42 …ret = LOS_QueueCreateStatic("Q1", QUEUE_BASE_NUM, &g_testQueueID01, (UINT8 *)buff3, 0, QUEUE_BASE_… in Testcase()
DIt_los_queue_static_005.c45 …ret = LOS_QueueCreateStatic("Q1", QUEUE_OVERSIZE_NUM, &g_testQueueID01, (UINT8 *)buff3, 0, 0xFFFF); in Testcase()
DIt_los_queue_static_006.c46 ret = LOS_QueueCreateStatic("Q1", QUEUE_BASE_NUM, NULL, (UINT8 *)buff3, 0, QUEUE_BASE_MSGSIZE); in Testcase()
DIt_los_queue_static_004.c44 …ret = LOS_QueueCreateStatic("Q1", QUEUE_BASE_NUM, &g_testQueueID01, (UINT8 *)buff3, 0, QUEUE_BASE_… in Testcase()
/kernel/liteos_m/kernel/include/
Dlos_queue.h435 extern UINT32 LOS_QueueCreateStatic(const CHAR *queueName,
/kernel/liteos_m/kernel/src/
Dlos_queue.c219 LITE_OS_SEC_TEXT_INIT UINT32 LOS_QueueCreateStatic(const CHAR *queueName, in LOS_QueueCreateStatic() function
/kernel/liteos_m/kal/cmsis/
Dcmsis_liteos2.c1272 ret = LOS_QueueCreateStatic((const CHAR *)queueName, (UINT16)msg_count, &queueId, \ in osMessageQueueNew()