Home
last modified time | relevance | path

Searched refs:LOS_QueueCreate (Results 1 - 25 of 334) sorted by relevance

12345678910>>...14

/kernel/liteos_m/testsuites/sample/kernel/queue/
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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_MSGSIZE); in Testcase()
H A 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_MSGSIZE); in Testcase()
H A 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()
H A 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_MSGSIZE); in Testcase()
H A 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_MSGSIZE); in Testcase()
H A 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()
H A 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()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/queue/full/
H A 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 size of the queue. in Testcase()
63 ret = LOS_QueueCreate("Q1", 3, &queueID[index], 0, 8); // 3, Set the queue length; 8, Set the node size of the queue. in Testcase()
H A 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()
H A 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()
H A 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()
H A DIt_los_queue_032.c46 ret = LOS_QueueCreate("Q1", 3, &g_testQueueID01, 0, 8); // 3, Set the queue length; 8, Set the node size of the queue. in Testcase()
49 ret = LOS_QueueCreate("Q2", 3, &g_testQueueID02, 0, 8); // 3, Set the queue length; 8, Set the node size of the queue. in Testcase()
H A DIt_los_queue_head_025.c48 ret = LOS_QueueCreate(NULL, 3, &queueID[index], 0, 8); // 3, Set the queue length; 8, Set the node size of the queue. in Testcase()
52 ret = LOS_QueueCreate("Q1", 3, &queueID[LOSCFG_BASE_IPC_QUEUE_CONFIG], 0, 8); // 3, Set the queue length; 8, Set the node size of the queue. in Testcase()
H A DIt_los_queue_head_024.c45 ret = LOS_QueueCreate("Q1", 3, &g_testQueueID01, 0, 8); // 3, Set the queue length; 8, Set the node size of the queue. in Testcase()
48 ret = LOS_QueueCreate("Q2", 3, &g_testQueueID02, 0, 8); // 3, Set the queue length; 8, Set the node size of the queue. in Testcase()
H A DIt_los_queue_022.c50 ret = LOS_QueueCreate(NULL, 3, &queueID[index], 0, 8); // 3, Set the queue length; 8, Set the node size of the queue. in Testcase()
54 ret = LOS_QueueCreate("Q1", 3, &queueID[LOSCFG_BASE_IPC_QUEUE_CONFIG], 0, 8); // 3, Set the queue length; 8, Set the node size of the queue. in Testcase()
H A DIt_los_queue_head_016.c49 ret = LOS_QueueCreate(NULL, 3, &queueID[index], 0, 8); // 3, Set the queue length; 8, Set the node size of the queue. in Testcase()
53 ret = LOS_QueueCreate("Q1", 3, &queueID[LOSCFG_BASE_IPC_QUEUE_CONFIG], 0, 8); // 3, Set the queue length; 8, Set the node size of the queue. in Testcase()
H A 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 size of the queue. in Testcase()
H A DIt_los_queue_002.c48 ret = LOS_QueueCreate("Q1", 3, &g_testQueueID01, 0, 0); // 3, Set the queue length. in Testcase()
H A DIt_los_queue_003.c46 ret = LOS_QueueCreate("Q1", 3, &g_testQueueID01, 0, 1); // 3, Set the queue length. in Testcase()

Completed in 7 milliseconds

12345678910>>...14