Home
last modified time | relevance | path

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

/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.h76 pid_t ts_holder; /* Current older (-1 if not held) */ member
H A Dfs_tmpfs.c206 if (me == sem->ts_holder) in tmpfs_lock_reentrant()
229 sem->ts_holder = me; in tmpfs_lock_reentrant()
258 DEBUGASSERT(sem->ts_holder == getpid()); in tmpfs_unlock_reentrant()
273 sem->ts_holder = TMPFS_NO_HOLDER; in tmpfs_unlock_reentrant()
498 tfo->tfo_exclsem.ts_holder = getpid(); in tmpfs_alloc_file()
642 tdo->tdo_exclsem.ts_holder = TMPFS_NO_HOLDER; in tmpfs_alloc_directory()
1701 fs->tfs_exclsem.ts_holder = TMPFS_NO_HOLDER; in tmpfs_mount()

Completed in 4 milliseconds