Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/spinlock/src/
Dspinlock_fairness.c27 static inline struct k_thread *get_thread(uint8_t core_id) in get_thread() function
87 struct k_thread *thread = get_thread(core_id); in test_init()
130 struct k_thread *thread = get_thread(core_id); in ZTEST()
136 struct k_thread *thread = get_thread(core_id); in ZTEST()
/Zephyr-latest/scripts/tracing/
Dparse_ctf.py50 def get_thread(name): function
101 th = get_thread(thread_name)
105 th = get_thread(thread_id)