Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/threads/tls/src/
Dmain.c150 static void start_tls_test(uint32_t thread_options) in start_tls_test() argument
161 0, thread_options, K_NO_WAIT); in start_tls_test()
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_test.h113 uint32_t thread_options; member
417 .thread_options = t_options, \
438 .thread_options = t_options, \
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c650 const bool config_user_mode = FIELD_GET(K_USER, test->thread_options) != 0; in test_cb()