Home
last modified time | relevance | path

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

/components/libc/posix/pthreads/
A Dpthread_cond.c102 char cond_name[RT_NAME_MAX]; in pthread_cond_init() local
111 rt_snprintf(cond_name, sizeof(cond_name), "cond%02d", cond_num++); in pthread_cond_init()
123 result = rt_sem_init(&cond->sem, cond_name, 0, RT_IPC_FLAG_FIFO); in pthread_cond_init()

Completed in 3 milliseconds