Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/tests/kernel/context/src/
Dmain.c613 k_tid_t self_thread_id; in ZTEST() local
619 self_thread_id = k_current_get(); in ZTEST()
627 zassert_equal(isr_info.data, (void *)self_thread_id, in ZTEST()
660 k_tid_t self_thread_id; in _test_kernel_thread() local
662 self_thread_id = k_current_get(); in _test_kernel_thread()
663 zassert_true((self_thread_id != _thread_id), "thread id matches parent thread"); in _test_kernel_thread()
672 zassert_false((isr_info.error || (isr_info.data != (void *)self_thread_id)), in _test_kernel_thread()
702 k_tid_t self_thread_id; in thread_helper() local
715 self_thread_id = k_current_get(); in thread_helper()
718 k_thread_priority_set(self_thread_id, self_thread_id->base.prio + 1); in thread_helper()
[all …]