Searched refs:create_thread (Results 1 – 5 of 5) sorted by relevance
65 void create_thread(bool is_front, bool is_user) in create_thread() function102 create_thread(true, false); in ZTEST()116 create_thread(false, false); in ZTEST()130 create_thread(true, true); in ZTEST()144 create_thread(false, true); in ZTEST()
19 static bool create_thread; variable52 if (create_thread) { in thread_callback_unlocked()58 create_thread = false; in thread_callback_unlocked()165 create_thread = true; in ZTEST()
303 static void create_thread(struct config *conf, const char *name) in create_thread() function321 create_thread(&smp_udp_configs.ipv4, "smp_udp4"); in smp_udp_open()331 create_thread(&smp_udp_configs.ipv6, "smp_udp6"); in smp_udp_open()
41 void (*create_thread)(const struct device *dev); member
88 .create_thread = create_thread_##inst, \395 config->create_thread(dev); in usbc_subsys_init()