Searched refs:create_thread_common_entry (Results  1 – 2 of 2) sorted by relevance
| /Zephyr-latest/tests/posix/xsi_threads_ext/src/ | 
| D | main.c | 38 static void create_thread_common_entry(const pthread_attr_t *attrp, bool expect_success,  in create_thread_common_entry()  function 74 	create_thread_common_entry(attrp, expect_success, joinable, thread_entry,  in create_thread_common()
  | 
| /Zephyr-latest/tests/posix/common/src/ | 
| D | pthread_attr.c | 36 static void create_thread_common_entry(const pthread_attr_t *attrp, bool expect_success,  in create_thread_common_entry()  function 72 	create_thread_common_entry(attrp, expect_success, joinable, thread_entry,  in create_thread_common() 371 	create_thread_common_entry(&attr, true, true, inheritsched_entry,  in test_pthread_attr_setinheritsched_common()
  |