Home
last modified time | relevance | path

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

/tests/kernel/fpu_sharing/float_disable/src/
A Dk_float_disable.c26 struct k_thread usr_fp_thread; variable
85 (usr_fp_thread.base.user_options & K_FP_OPTS) != 0, in ZTEST()
87 usr_fp_thread.base.user_options); in ZTEST()
96 (usr_fp_thread.base.user_options & K_FP_OPTS) != 0, in ZTEST()
99 zassert_true((k_float_disable(&usr_fp_thread) == 0), in ZTEST()
104 (usr_fp_thread.base.user_options & K_FP_OPTS) == 0, in ZTEST()
106 usr_fp_thread.base.user_options); in ZTEST()
134 (usr_fp_thread.base.user_options & K_FP_OPTS) != 0, in ZTEST()
136 usr_fp_thread.base.user_options); in ZTEST()
145 (usr_fp_thread.base.user_options & K_FP_OPTS) == 0, in ZTEST()
[all …]

Completed in 8 milliseconds