Home
last modified time | relevance | path

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

/third_party/NuttX/fs/driver/
Dfs_blockproxy.c45 static sem_t g_devno_sem; variable
82 while (sem_wait(&g_devno_sem) != 0) in unique_chardev()
95 (void)sem_post(&g_devno_sem); in unique_chardev()
162 (void)sem_init(&g_devno_sem, 0, 1); in block_proxy()
170 (void)sem_destroy(&g_devno_sem); in block_proxy()
216 (void)sem_destroy(&g_devno_sem); in block_proxy()
223 (void)sem_destroy(&g_devno_sem); in block_proxy()