Home
last modified time | relevance | path

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

/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.h115 struct tmpfs_sem_s tdo_exclsem; member
Dfs_tmpfs.c641 tdo->tdo_exclsem.ts_holder = TMPFS_NO_HOLDER; in tmpfs_alloc_directory()
642 tdo->tdo_exclsem.ts_count = 0; in tmpfs_alloc_directory()
643 if (sem_init(&tdo->tdo_exclsem.ts_sem, 0, 1) != 0) in tmpfs_alloc_directory()
750 sem_destroy(&newtdo->tdo_exclsem.ts_sem); in tmpfs_create_directory()
1757 sem_destroy(&tdo->tdo_exclsem.ts_sem); in tmpfs_unmount()
2152 sem_destroy(&tdo->tdo_exclsem.ts_sem); in tmpfs_rmdir()