Searched refs:pthread_detach (Results 1 – 10 of 10) sorted by relevance
64 switch (pthread_detach(thr)) { in thrd_detach()
223 pthread_detach(pthread_self()); in nct_exit_and_cleanup()317 pthread_detach(pthread_self()); in nct_cleanup_handler()
104 zassert_not_null(pthread_detach); in ZTEST()
132 #define pthread_detach(...) zap_pthread_detach(__VA_ARGS__) macro
216 zassert_ok(pthread_detach(self), "failed to set detach state"); in thread_top_term()217 zassert_equal(pthread_detach(self), EINVAL, "re-detached thread!"); in thread_top_term()
71 ret = pthread_detach(pthread_self()); in zephyr_thread_wrapper()
407 pthread_detach(pthread_self()); in mq_notify_thread()
1184 int pthread_detach(pthread_t pthread) in pthread_detach() function
436 int pthread_detach(pthread_t thread);
584 pthread_detach(),yes