Searched refs:pending (Results 1 – 10 of 10) sorted by relevance
| /tests/kernel/pending/ |
| A D | testcase.yaml | 2 kernel.pending: 4 kernel.pending.minimallibc:
|
| A D | CMakeLists.txt | 5 project(pending) project
|
| /tests/drivers/tee/optee/src/ |
| A D | main.c | 38 int pending; member 147 t_call.pending = 1; in ZTEST() 169 t_call.pending = 0; in ZTEST() 183 t_call.pending = 1; in ZTEST() 216 t_call.pending = 0; in ZTEST() 229 t_call.pending = 1; in ZTEST() 246 t_call.pending = 0; in ZTEST() 302 t_call.pending = 1; in ZTEST() 318 t_call.pending = 0; in ZTEST() 328 t_call.pending = 1; in ZTEST() [all …]
|
| /tests/net/lib/lwm2m/lwm2m_engine/src/ |
| A D | main.c | 48 static struct lwm2m_message *find_msg_custom_fake(struct coap_pending *pending, in find_msg_custom_fake() argument 265 struct coap_pending pending; in ZTEST() local 271 msg.pending = &pending; in ZTEST() 398 struct coap_pending pending; in ZTEST() local 406 msg.pending = &pending; in ZTEST()
|
| /tests/subsys/mgmt/mcumgr/mcumgr_client/src/ |
| A D | main.c | 177 zassert_equal(false, image_info[1].flags.pending, "Expected to receive %d response %d", in ZTEST() 178 false, image_info[1].flags.pending); in ZTEST() 189 zassert_equal(true, image_info[1].flags.pending, "Expected to receive %d response %d", in ZTEST() 190 true, image_info[1].flags.pending); in ZTEST()
|
| A D | img_gr_stub.c | 129 ZCBOR_ENCODE_FLAG(zse, "pending", image_dummy_info[i].flags.pending) && in img_read_response() 206 image_dummy_info[1].flags.pending = true; in img_state_write_verify() 297 image_dummy_info[i].flags.pending = false; in img_gr_stub_data_init()
|
| /tests/kernel/pending/src/ |
| A D | main.c | 296 ZTEST(pending, test_pending_fifo) in ZTEST() argument 363 ZTEST(pending, test_pending_lifo) in ZTEST() argument 430 ZTEST(pending, test_pending_timer) in ZTEST() argument 479 ZTEST_SUITE(pending, NULL, NULL,
|
| /tests/net/lib/coap/src/ |
| A D | main.c | 777 struct coap_pending *pending; in ZTEST() local 791 pending = coap_pending_next_unused(pendings, NUM_PENDINGS); in ZTEST() 792 zassert_not_null(pending, "No free pending"); in ZTEST() 794 r = coap_pending_init(pending, &cpkt, (struct sockaddr *) &dummy_addr, in ZTEST() 799 zassert_true(coap_pending_cycle(pending), "Pending expired too early"); in ZTEST() 802 zassert_true(coap_pending_cycle(pending), "Pending expired too early"); in ZTEST() 811 zassert_equal_ptr(pending, rsp_pending, in ZTEST() 813 rsp_pending, pending); in ZTEST() 1799 struct coap_pending *pending; in ZTEST() local 1828 pending = coap_pending_next_unused(pendings, NUM_PENDINGS); in ZTEST() [all …]
|
| /tests/kernel/workq/work_queue/ |
| A D | README.txt | 98 - Cancel pending delayed work from coop thread
|
| /tests/arch/arm/arm_thread_swap/ |
| A D | README.txt | 26 to pending state), as well as when the thread itself triggers its
|
Completed in 34 milliseconds