Home
last modified time | relevance | path

Searched refs:posix_thread_pool (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dpthread.c94 static __pinned_bss struct posix_thread posix_thread_pool[CONFIG_POSIX_THREAD_THREADS_MAX]; variable
137 return t - posix_thread_pool; in posix_thread_to_offset()
157 if (bit >= ARRAY_SIZE(posix_thread_pool)) { in to_posix_thread()
162 t = &posix_thread_pool[bit]; in to_posix_thread()
178 return &posix_thread_pool[bit]; in to_posix_thread()
1445 if (thread >= ARRAY_SIZE(posix_thread_pool)) { in pthread_setname_np()
1449 kthread = &posix_thread_pool[thread].thread; in pthread_setname_np()
1469 if (thread >= ARRAY_SIZE(posix_thread_pool)) { in pthread_getname_np()
1478 kthread = &posix_thread_pool[thread].thread; in pthread_getname_np()
1546 ARRAY_FOR_EACH_PTR(posix_thread_pool, th) { in posix_thread_pool_init()