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.c91 static struct posix_thread posix_thread_pool[CONFIG_MAX_PTHREAD_COUNT]; variable
133 return t - posix_thread_pool; in posix_thread_to_offset()
153 if (bit >= ARRAY_SIZE(posix_thread_pool)) { in to_posix_thread()
158 t = &posix_thread_pool[bit]; in to_posix_thread()
174 return &posix_thread_pool[bit]; in to_posix_thread()
1441 if (thread >= ARRAY_SIZE(posix_thread_pool)) { in pthread_setname_np()
1445 kthread = &posix_thread_pool[thread].thread; in pthread_setname_np()
1465 if (thread >= ARRAY_SIZE(posix_thread_pool)) { in pthread_getname_np()
1474 kthread = &posix_thread_pool[thread].thread; in pthread_getname_np()
1541 ARRAY_FOR_EACH_PTR(posix_thread_pool, th) { in posix_thread_pool_init()