/kernel/liteos_m/testsuites/sample/kernel/queue/ |
H A D | It_los_queue_004.c | 44 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 D | It_los_queue_021.c | 45 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 D | It_los_queue_016.c | 42 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 D | It_los_queue_020.c | 41 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 D | It_los_queue_029.c | 41 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 D | It_los_queue_032.c | 41 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 D | It_los_queue_034.c | 44 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 D | It_los_queue_head_025.c | 45 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 D | It_los_queue_head_024.c | 41 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 D | It_los_queue_022.c | 45 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 D | It_los_queue_head_016.c | 45 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 D | It_los_queue_head_015.c | 45 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 D | It_los_queue_090.c | 51 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 D | It_los_queue_021.c | 50 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 D | It_los_queue_020.c | 46 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 D | It_los_queue_010.c | 48 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 D | It_los_queue_029.c | 46 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 D | It_los_queue_032.c | 46 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 D | It_los_queue_head_025.c | 48 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 D | It_los_queue_head_024.c | 45 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 D | It_los_queue_022.c | 50 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 D | It_los_queue_head_016.c | 49 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 D | It_los_queue_head_015.c | 49 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 D | It_los_queue_002.c | 48 ret = LOS_QueueCreate("Q1", 3, &g_testQueueID01, 0, 0); // 3, Set the queue length. in Testcase()
|
H A D | It_los_queue_003.c | 46 ret = LOS_QueueCreate("Q1", 3, &g_testQueueID01, 0, 1); // 3, Set the queue length. in Testcase()
|