Home
last modified time | relevance | path

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

/lib/posix/options/
A 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()
1443 if (thread >= ARRAY_SIZE(posix_thread_pool)) { in pthread_setname_np()
1447 kthread = &posix_thread_pool[thread].thread; in pthread_setname_np()
1467 if (thread >= ARRAY_SIZE(posix_thread_pool)) { in pthread_getname_np()
1476 kthread = &posix_thread_pool[thread].thread; in pthread_getname_np()
1544 ARRAY_FOR_EACH_PTR(posix_thread_pool, th) { in posix_thread_pool_init()

Completed in 7 milliseconds