Searched refs:pthread (Results 1 – 4 of 4) sorted by relevance
149 size_t bit = get_posix_thread_idx(pthread); in to_posix_thread()152 if (!is_pthread_obj_initialized(pthread)) { in to_posix_thread()158 LOG_DBG("Invalid pthread (%x)", pthread); in to_posix_thread()822 int pthread_cancel(pthread_t pthread) in pthread_cancel() argument830 t = to_posix_thread(pthread); in pthread_cancel()873 t = to_posix_thread(pthread); in pthread_setschedparam()988 t = to_posix_thread(pthread); in pthread_getschedparam()1074 if (pthread == pthread_self()) { in pthread_timedjoin_internal()1080 t = to_posix_thread(pthread); in pthread_timedjoin_internal()1186 int pthread_detach(pthread_t pthread) in pthread_detach() argument[all …]
24 rsource "Kconfig.pthread"
52 int "Delay for reclaiming dynamic pthread stacks (ms)"137 pthread stack. Since Zephyr already supports both software-based stack
147 pthread.c
Completed in 23 milliseconds