Searched refs:create_thread_common (Results  1 – 2 of 2) sorted by relevance
| /Zephyr-latest/tests/posix/common/src/ | 
| D | pthread_attr.c | 70 static void create_thread_common(const pthread_attr_t *attrp, bool expect_success, bool joinable)  in create_thread_common()  function 78 	create_thread_common(attrp, true, true);  in can_create_thread() 83 	create_thread_common(attrp, false, true);  in cannot_create_thread() 92 	create_thread_common(NULL, IS_ENABLED(CONFIG_DYNAMIC_THREAD) ? true : false, true);  in ZTEST() 456 	create_thread_common(&attr, true, false);  in ZTEST()
  | 
| /Zephyr-latest/tests/posix/xsi_threads_ext/src/ | 
| D | main.c | 72 static void create_thread_common(const pthread_attr_t *attrp, bool expect_success, bool joinable)  in create_thread_common()  function 80 	create_thread_common(attrp, true, true);  in can_create_thread()
  |