Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/kernel/mem_slab/mslab/
DREADME.txt57 Starts helper_thread
59 (2) - Allocate 2 blocks in <helper_thread>
75 (4) - Free a block in <helper_thread> to unblock the other task from alloc timeout
77 helper_thread: About to free a memory block
81 (5) <helper_thread> freeing the next block
83 helper_thread: About to free another memory block
85 helper_thread: freed all blocks allocated by this task
86 PASS - helper_thread.
/Zephyr-Core-3.5.0/tests/kernel/early_sleep/src/
Dmain.c50 static void helper_thread(void *p1, void *p2, void *p3) in helper_thread() function
111 helper_thread, NULL, NULL, NULL, in ZTEST()
/Zephyr-Core-3.5.0/tests/kernel/usage/thread_runtime_stats/src/
Dtest_thread_runtime_stats.c24 static struct k_thread helper_thread; variable
74 tid = k_thread_create(&helper_thread, helper_stack, in ZTEST()
198 tid = k_thread_create(&helper_thread, helper_stack, in ZTEST()
418 tid = k_thread_create(&helper_thread, helper_stack, in ZTEST()
429 zassert_true(tid == &helper_thread); in ZTEST()
/Zephyr-Core-3.5.0/tests/kernel/mem_slab/mslab/src/
Dmain.c59 void helper_thread(void) in helper_thread() function
275 K_THREAD_DEFINE(HELPER, STACKSIZE, helper_thread, NULL, NULL, NULL,
/Zephyr-Core-3.5.0/tests/kernel/sleep/src/
Dmain.c174 static void helper_thread(int arg1, int arg2) in helper_thread() function
216 (k_thread_entry_t) helper_thread, in ZTEST()
/Zephyr-Core-3.5.0/tests/kernel/mem_slab/mslab_api/src/
Dtest_mslab_api.c145 static void helper_thread(void *p0, void *p1, void *p2) in helper_thread() function
314 helper_thread, NULL, NULL, NULL, in ZTEST()