Searched refs:posix_sem_find (Results 1 – 1 of 1) sorted by relevance
101 static sem_t *posix_sem_find(const char* name) in posix_sem_find() function213 psem = posix_sem_find(name); in sem_unlink()347 if (posix_sem_find(name) != RT_NULL) in sem_open()378 sem = posix_sem_find(name); in sem_open()
Completed in 2 milliseconds