#include <latch.h>
Data Fields | |
sig_atomic_t | is_set |
bool | is_shared |
int | owner_pid |
Definition at line 95 of file latch.h.
Definition at line 97 of file latch.h.
Referenced by InitLatch(), InitSharedLatch(), ResetLatch(), SetLatch(), and WaitLatchOrSocket().
Definition at line 98 of file latch.h.
Referenced by DisownLatch(), InitLatch(), InitSharedLatch(), and OwnLatch().
int Latch::owner_pid |
Definition at line 99 of file latch.h.
Referenced by DisownLatch(), InitLatch(), InitSharedLatch(), OwnLatch(), ResetLatch(), SetLatch(), and WaitLatchOrSocket().