Searched refs:posix_cond_pool (Results 1 – 1 of 1) sorted by relevance
20 static struct k_condvar posix_cond_pool[CONFIG_MAX_PTHREAD_COND_COUNT]; variable33 return cv - posix_cond_pool; in posix_cond_to_offset()64 return &posix_cond_pool[bit]; in get_posix_cond()85 cv = &posix_cond_pool[bit]; in to_posix_cond()218 err = k_condvar_init(&posix_cond_pool[i]); in pthread_cond_pool_init()