Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c650 const bool config_user_mode = FIELD_GET(K_USER, test->thread_options) != 0; in test_cb() local
658 if (IS_ENABLED(CONFIG_USERSPACE) && config_user_mode) { in test_cb()