Home
last modified time | relevance | path

Searched refs:LOS_QueueCreate (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/kernel/liteos_m/testsuites/sample/kernel/queue/
DIt_los_queue_004.c44 ret = LOS_QueueCreate("Q1", 1, &g_testQueueID01, 0, 0xFFFE); in Testcase()
49 ret = LOS_QueueCreate("Q1", 1, &g_testQueueID01, 0, 0x4000); in Testcase()
52 ret = LOS_QueueCreate("Q1", 1, &g_testQueueID01, 0, 0x8000); in Testcase()
DIt_los_queue_021.c45 ret = LOS_QueueCreate(NULL, QUEUE_BASE_NUM, &queueID[index], 0, QUEUE_BASE_MSGSIZE); in Testcase()
54 ret = LOS_QueueCreate("Q1", QUEUE_BASE_NUM, &queueID[index], 0, QUEUE_BASE_MSGSIZE); in Testcase()
57 ret = LOS_QueueCreate("Q1", QUEUE_BASE_NUM, &queueID[index], 0, QUEUE_BASE_MSGSIZE); in Testcase()
DIt_los_queue_016.c42 ret = LOS_QueueCreate("Q1", QUEUE_BASE_NUM, NULL, 0, QUEUE_BASE_MSGSIZE); in Testcase()
47 ret = LOS_QueueCreate("Q1", QUEUE_BASE_NUM, &queueID[index], 0, QUEUE_BASE_MSGSIZE); in Testcase()
DIt_los_queue_head_024.c41 ret = LOS_QueueCreate("Q1", QUEUE_BASE_NUM, &g_testQueueID01, 0, QUEUE_BASE_MSGSIZE); in Testcase()
44 ret = LOS_QueueCreate("Q2", QUEUE_BASE_NUM, &g_testQueueID02, 0, QUEUE_BASE_MSGSIZE); in Testcase()
DIt_los_queue_029.c41 ret = LOS_QueueCreate("Q1", QUEUE_BASE_NUM, &g_testQueueID01, 0, QUEUE_BASE_MSGSIZE); in Testcase()
44 ret = LOS_QueueCreate("Q2", QUEUE_BASE_NUM, &g_testQueueID02, 0, QUEUE_BASE_MSGSIZE); in Testcase()
DIt_los_queue_020.c41 ret = LOS_QueueCreate("Q1", QUEUE_BASE_NUM, &g_testQueueID01, 0, QUEUE_BASE_MSGSIZE); in Testcase()
44 ret = LOS_QueueCreate("Q2", QUEUE_BASE_NUM, &g_testQueueID02, 0, QUEUE_BASE_MSGSIZE); in Testcase()
DIt_los_queue_032.c41 ret = LOS_QueueCreate("Q1", QUEUE_BASE_NUM, &g_testQueueID01, 0, QUEUE_BASE_MSGSIZE); in Testcase()
44 ret = LOS_QueueCreate("Q2", QUEUE_BASE_NUM, &g_testQueueID02, 0, QUEUE_BASE_MSGSIZE); in Testcase()
DIt_los_queue_head_025.c45 ret = LOS_QueueCreate(NULL, QUEUE_BASE_NUM, &queueID[index], 0, QUEUE_BASE_MSGSIZE); in Testcase()
49 …ret = LOS_QueueCreate("Q1", QUEUE_BASE_NUM, &queueID[LOSCFG_BASE_IPC_QUEUE_LIMIT], 0, QUEUE_BASE_M… in Testcase()
DIt_los_queue_034.c44 ret = LOS_QueueCreate(NULL, QUEUE_BASE_NUM, &queueID[index], 0, QUEUE_BASE_MSGSIZE); in Testcase()
48 …ret = LOS_QueueCreate("Q1", QUEUE_BASE_NUM, &queueID[LOSCFG_BASE_IPC_QUEUE_LIMIT], 0, QUEUE_BASE_M… in Testcase()
DIt_los_queue_head_016.c45 ret = LOS_QueueCreate(NULL, QUEUE_BASE_NUM, &queueID[index], 0, QUEUE_BASE_MSGSIZE); in Testcase()
49 …ret = LOS_QueueCreate("Q1", QUEUE_BASE_NUM, &queueID[LOSCFG_BASE_IPC_QUEUE_LIMIT], 0, QUEUE_BASE_M… in Testcase()
DIt_los_queue_022.c45 ret = LOS_QueueCreate(NULL, QUEUE_BASE_NUM, &queueID[index], 0, QUEUE_BASE_MSGSIZE); in Testcase()
49 …ret = LOS_QueueCreate("Q1", QUEUE_BASE_NUM, &queueID[LOSCFG_BASE_IPC_QUEUE_LIMIT], 0, QUEUE_BASE_M… in Testcase()
DIt_los_queue_head_015.c45 ret = LOS_QueueCreate(NULL, QUEUE_BASE_NUM, &queueID[index], 0, QUEUE_BASE_MSGSIZE); in Testcase()
55 ret = LOS_QueueCreate("Q1", QUEUE_BASE_NUM, &queueID[index], 0, QUEUE_BASE_MSGSIZE); in Testcase()
DIt_los_queue_090.c51 ret = LOS_QueueCreate(NULL, len, &queueID[index], 0, count); in Testcase()
60 ret = LOS_QueueCreate("Q1", len, &queueID[LOSCFG_BASE_IPC_QUEUE_LIMIT + 1], 0, count); in Testcase()
DIt_los_queue_head_005.c41 ret = LOS_QueueCreate("Q1", QUEUE_BASE_NUM, &g_testQueueID01, 0, 0); in Testcase()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/queue/full/
DIt_los_queue_021.c50 … ret = LOS_QueueCreate(NULL, 3, &queueID[index], 0, sizeof(UINTPTR)); // 3, Set the queue length. in Testcase()
60 …ret = LOS_QueueCreate("Q1", 3, &queueID[index], 0, 8); // 3, Set the queue length; 8, Set the node… in Testcase()
63 …ret = LOS_QueueCreate("Q1", 3, &queueID[index], 0, 8); // 3, Set the queue length; 8, Set the node… in Testcase()
DIt_los_queue_032.c46 …ret = LOS_QueueCreate("Q1", 3, &g_testQueueID01, 0, 8); // 3, Set the queue length; 8, Set the nod… in Testcase()
49 …ret = LOS_QueueCreate("Q2", 3, &g_testQueueID02, 0, 8); // 3, Set the queue length; 8, Set the nod… in Testcase()
DIt_los_queue_head_024.c45 …ret = LOS_QueueCreate("Q1", 3, &g_testQueueID01, 0, 8); // 3, Set the queue length; 8, Set the nod… in Testcase()
48 …ret = LOS_QueueCreate("Q2", 3, &g_testQueueID02, 0, 8); // 3, Set the queue length; 8, Set the nod… in Testcase()
DIt_los_queue_020.c46 … ret = LOS_QueueCreate("Q1", 3, &g_testQueueID01, 0, sizeof(UINTPTR)); // 3, Set the queue length. in Testcase()
49 … ret = LOS_QueueCreate("Q2", 3, &g_testQueueID02, 0, sizeof(UINTPTR)); // 3, Set the queue length. in Testcase()
DIt_los_queue_029.c46 … ret = LOS_QueueCreate("Q1", 3, &g_testQueueID01, 0, sizeof(UINTPTR)); // 3, Set the queue length. in Testcase()
49 … ret = LOS_QueueCreate("Q2", 3, &g_testQueueID02, 0, sizeof(UINTPTR)); // 3, Set the queue length. in Testcase()
DIt_los_queue_010.c48 ret = LOS_QueueCreate("Q1", 0xFF, &g_testQueueID01, 0, sizeof(UINTPTR)); in Testcase()
50 ret = LOS_QueueCreate("Q1", 0xFFFF, &g_testQueueID01, 0, sizeof(UINTPTR)); in Testcase()
DIt_los_queue_head_025.c48 …ret = LOS_QueueCreate(NULL, 3, &queueID[index], 0, 8); // 3, Set the queue length; 8, Set the node… in Testcase()
52 …ret = LOS_QueueCreate("Q1", 3, &queueID[LOSCFG_BASE_IPC_QUEUE_CONFIG], 0, 8); // 3, Set the queue … in Testcase()
DIt_los_queue_head_016.c49 …ret = LOS_QueueCreate(NULL, 3, &queueID[index], 0, 8); // 3, Set the queue length; 8, Set the node… in Testcase()
53 …ret = LOS_QueueCreate("Q1", 3, &queueID[LOSCFG_BASE_IPC_QUEUE_CONFIG], 0, 8); // 3, Set the queue … in Testcase()
DIt_los_queue_022.c50 …ret = LOS_QueueCreate(NULL, 3, &queueID[index], 0, 8); // 3, Set the queue length; 8, Set the node… in Testcase()
54 …ret = LOS_QueueCreate("Q1", 3, &queueID[LOSCFG_BASE_IPC_QUEUE_CONFIG], 0, 8); // 3, Set the queue … in Testcase()
DIt_los_queue_head_015.c49 … ret = LOS_QueueCreate(NULL, 3, &queueID[index], 0, sizeof(UINTPTR)); // 3, Set the queue length. in Testcase()
59 …ret = LOS_QueueCreate("Q1", 3, &queueID[index], 0, 8); // 3, Set the queue length; 8, Set the node… in Testcase()
DIt_los_queue_head_005.c47 ret = LOS_QueueCreate("Q1", 3, &g_testQueueID01, 0, 0); // 3, Set the queue length. in Testcase()

12345678910>>...13