Searched defs:thread_flags (Results 1 – 2 of 2) sorted by relevance
266 int thread_flags = K_USER | K_INHERIT_PERMS; in ZTEST_USER() local268 int thread_flags = 0; in ZTEST_USER() local292 int thread_flags = K_USER | K_INHERIT_PERMS; in ZTEST_USER() local294 int thread_flags = 0; in ZTEST_USER() local338 int thread_flags = K_USER | K_INHERIT_PERMS; in ZTEST_USER() local340 int thread_flags = 0; in ZTEST_USER() local513 int thread_flags = K_USER | K_INHERIT_PERMS; in ZTEST_USER() local515 int thread_flags = 0; in ZTEST_USER() local
50 void load_and_run_extension(int thread_flags, struct k_thread *thread, in load_and_run_extension()