Home
last modified time | relevance | path

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

/freebsd-9-stable/cddl/contrib/opensolaris/head/
Dsynch.h56 } sema_t; typedef
122 int sema_init(sema_t *, unsigned int, int, void *);
123 int sema_destroy(sema_t *);
124 int sema_wait(sema_t *);
125 int sema_timedwait(sema_t *, const timespec_t *);
126 int sema_reltimedwait(sema_t *, const timespec_t *);
127 int sema_post(sema_t *);
128 int sema_trywait(sema_t *);
/freebsd-9-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
Dbarrier.h40 typedef sem_t sema_t; typedef
51 sema_t bar_sem; /* where everyone waits */
/freebsd-9-stable/sys/gnu/fs/xfs/FreeBSD/support/
Dsema.h43 typedef struct sema sema_t; typedef
/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_log_priv.h428 sema_t l_flushsema; /* iclog flushing semaphore */
Dxfs_inode.h267 sema_t i_flock; /* inode flush lock */
Dxfs_mount.h379 sema_t m_growlock; /* growfs mutex */
Dxfs_trans.h351 sema_t t_sema; /* sema for commit completion */