Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/msgq/msgq_api/src/
Dmain.c30 extern k_tid_t tids[2];
43 for (int i = 0; i < ARRAY_SIZE(tids); i++) { in test_end_threads_join()
44 if (tids[i] != NULL) { in test_end_threads_join()
45 k_thread_join(tids[i], K_FOREVER); in test_end_threads_join()
46 tids[i] = NULL; in test_end_threads_join()
Dtest_msgq_contexts.c17 ZTEST_BMEM k_tid_t tids[2]; variable
98 tids[0] = k_thread_create(&tdata, tstack, STACK_SIZE, in msgq_thread()
103 k_thread_abort(tids[0]); in msgq_thread()
135 tids[0] = k_thread_create(&tdata, tstack, STACK_SIZE, in msgq_thread_overflow()
145 k_thread_abort(tids[0]); in msgq_thread_overflow()
186 tids[0] = k_thread_create(&tdata2, tstack2, STACK_SIZE, in msgq_thread_data_passing()
190 tids[1] = k_thread_create(&tdata1, tstack1, STACK_SIZE, in msgq_thread_data_passing()
195 k_thread_abort(tids[0]); in msgq_thread_data_passing()
196 k_thread_abort(tids[1]); in msgq_thread_data_passing()
403 tids[0] = k_thread_create(&tdata2, tstack2, STACK_SIZE, in ZTEST()
[all …]
Dtest_msgq_purge.c11 extern k_tid_t tids[2];
33 tids[0] = k_thread_create(&tdata, tstack, STACK_SIZE, in purge_when_put()
47 k_thread_abort(tids[0]); in purge_when_put()
/Zephyr-latest/tests/subsys/logging/log_immediate/src/
Dlog_immediate_test.c31 static k_tid_t tids[NUM_THREADS]; variable
64 tids[i] = k_thread_create(&threads[i], stacks[i], STACK_SIZE, in ZTEST()
72 k_thread_abort(tids[i]); in ZTEST()
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztress.c38 static k_tid_t tids[CONFIG_ZTRESS_MAX_THREADS]; variable
366 tids[i] = k_thread_create(&threads[i], stacks[i], CONFIG_ZTRESS_STACK_SIZE, in ztress_execute()
370 (void)k_thread_name_set(tids[i], thread_names[i]); in ztress_execute()
382 k_thread_join(tids[i], K_FOREVER); in ztress_execute()
/Zephyr-latest/tests/lib/mpsc_pbuf/src/
Dmain.c986 static k_tid_t tids[2]; variable
1020 tids[i] = k_thread_create(&threads[i], stacks[i], 1024, t_entry, in start_threads()
1029 k_ticks_t t = k_thread_timeout_remaining_ticks(tids[i]); in start_threads()
1070 zassert_equal(t->data, tids[ARRAY_SIZE(tids) - 1 - i]); in ZTEST()
/Zephyr-latest/doc/releases/
Dmigration-guide-4.1.rst420 * The :dtcompatible:`we,wsen-tids` driver has been renamed to
421 :dtcompatible:`we,wsen-tids-2521020222501`.
427 tids:tids-2521020222501@3F {
428 compatible = "we,wsen-tids-2521020222501";
Drelease-notes-4.1.rst869 * :dtcompatible:`we,wsen-tids-2521020222501`
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi654 compatible = "we,wsen-tids-2521020222501";