Searched refs:k_threads (Results 1 – 3 of 3) sorted by relevance
32 bool "Test k_threads"35 Run tests for k_threads
9 (k_threads) API, highlighting the overhead of the POSIX. Ideally, this overhead would shrink over34 - CONFIG_TEST_KTHREADS - Exercise k_threads in the test app.
39 static struct k_thread k_threads[NUM_CPUS]; variable142 k_thread_create(&k_threads[i], thread_stacks[i], STACK_SIZE, k_thread_fun, in k_thread_create_wrapper()151 return k_thread_join(&k_threads[i], K_FOREVER); in k_thread_join_wrapper()