Home
last modified time | relevance | path

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

/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.h76 pid_t ts_holder; /* Current older (-1 if not held) */ member
Dfs_tmpfs.c205 if (me == sem->ts_holder) in tmpfs_lock_reentrant()
228 sem->ts_holder = me; in tmpfs_lock_reentrant()
257 DEBUGASSERT(sem->ts_holder == getpid()); in tmpfs_unlock_reentrant()
272 sem->ts_holder = TMPFS_NO_HOLDER; in tmpfs_unlock_reentrant()
497 tfo->tfo_exclsem.ts_holder = getpid(); in tmpfs_alloc_file()
641 tdo->tdo_exclsem.ts_holder = TMPFS_NO_HOLDER; in tmpfs_alloc_directory()
1691 fs->tfs_exclsem.ts_holder = TMPFS_NO_HOLDER; in tmpfs_mount()