Searched refs:posix_cond_pool (Results 1 – 1 of 1) sorted by relevance
21 static struct k_condvar posix_cond_pool[CONFIG_MAX_PTHREAD_COND_COUNT]; variable35 return cv - posix_cond_pool; in posix_cond_to_offset()66 return &posix_cond_pool[bit]; in get_posix_cond()87 cv = &posix_cond_pool[bit]; in to_posix_cond()221 err = k_condvar_init(&posix_cond_pool[i]); in pthread_cond_pool_init()