Searched refs:tids (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/tests/kernel/msgq/msgq_api/src/ |
D | main.c | 30 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()
|
D | test_msgq_contexts.c | 17 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 …]
|
D | test_msgq_purge.c | 11 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/ |
D | log_immediate_test.c | 31 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/ |
D | ztress.c | 38 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/ |
D | main.c | 986 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/ |
D | migration-guide-4.1.rst | 420 * 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";
|
D | release-notes-4.1.rst | 869 * :dtcompatible:`we,wsen-tids-2521020222501`
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 654 compatible = "we,wsen-tids-2521020222501";
|