Searched defs:sem (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-current/tools/regression/pthread/unwind/
H A Dsem_wait_cancel.cpp10 static sem_t sem; variable
/freebsd-current/tests/sys/fs/fusefs/
H A Dstatfs.cc101 sem_t sem; local
H A Dforget.cc66 sem_t sem; local
H A Drmdir.cc78 sem_t sem; local
133 sem_t sem; local
150 sem_t sem; local
[all...]
H A Dopen.cc115 sem_t sem; local
H A Dopendir.cc92 sem_t sem; local
H A Dsymlink.cc178 sem_t sem; local
H A Dgetattr.cc175 sem_t sem; local
273 sem_t sem; local
[all...]
H A Ddestroy.cc77 sem_t sem; local
H A Dunlink.cc199 sem_t sem; local
H A Dmknod.cc259 sem_t sem; local
H A Dlast_local_modify.cc110 sem_t *sem = (sem_t*) arg; local
130 sem_t *sem = (sem_t*) arg; local
152 sem_t *sem = (sem_t*) arg; local
172 sem_t *sem local
219 static sem_t sem; local
373 static sem_t sem; local
[all...]
/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_killable.h43 static inline int __must_check down_interruptible_killable(struct semaphore *sem) argument
/freebsd-current/tools/test/stress2/testcases/lockf/
H A Dlockf.c50 int r, sem; local
75 int r, sem; local
136 int sem = 0; local
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dsemaphore.h51 linux_sema_init(struct semaphore *sem, int val) argument
59 init_MUTEX(struct semaphore *sem) argument
/freebsd-current/lib/libthr/thread/
H A Dthr_sem.c75 _sem_init_compat(sem_t *sem, int pshared, unsigned int value) argument
81 _sem_destroy_compat(sem_t *sem) argument
87 _sem_getvalue_compat(sem_t * __restrict sem, int * __restrict sval) argument
93 _sem_trywait_compat(sem_t *sem) argument
99 _sem_wait_compat(sem_t *sem) argument
105 _sem_timedwait_compat(sem_t * __restrict sem, const struct timespec * __restrict abstime) argument
112 _sem_post_compat(sem_t *sem) argument
[all...]
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_reset.c51 u32 sem; local
/freebsd-current/contrib/netbsd-tests/lib/semaphore/
H A Dsem.c36 sem_t sem; local
63 sem_t sem; local
84 sem_t sem; local
304 sem_t *sem; local
[all...]
/freebsd-current/contrib/ofed/librdmacm/
H A Dcma.h54 sem_t sem; member in struct:__anon5778
/freebsd-current/contrib/netbsd-tests/lib/libpthread/
H A Dt_sem.c113 static sem_t sem; variable
/freebsd-current/contrib/netbsd-tests/lib/librt/
H A Dt_sem.c250 sem_t sem; local
307 sem_t sem; local
331 sem_t sem; local
355 sem_t sem; local
388 sem_t sem; local
[all...]
/freebsd-current/lib/libc/gen/
H A Dsem_new.c75 sem_t *sem; member in struct:sem_nameinfo
113 sem_check_validity(sem_t *sem) argument
123 _sem_init(sem_t *sem, int pshared, unsigned int value) argument
145 sem_t *sem, tmp; local
257 _sem_close(sem_t *sem) argument
311 _sem_destroy(sem_t *sem) argument
326 _sem_getvalue(sem_t * __restrict sem, int * __restrict sval) argument
337 usem_wake(struct _usem2 *sem) argument
344 usem_wait(struct _usem2 *sem, clockid_t clock_id, int flags, const struct timespec *rqtp, struct timespec *rmtp) argument
375 _sem_trywait(sem_t *sem) argument
391 _sem_clockwait_np(sem_t * __restrict sem, clockid_t clock_id, int flags, const struct timespec *rqtp, struct timespec *rmtp) argument
431 _sem_timedwait(sem_t * __restrict sem, const struct timespec * __restrict abstime) argument
440 _sem_wait(sem_t *sem) argument
453 _sem_post(sem_t *sem) argument
[all...]
H A Dsem.c79 struct sem { struct
124 sem_check_validity(sem_t *sem) argument
136 sem_free(sem_t sem) argument
146 sem_t sem; local
168 _libc_sem_init_compat(sem_t *sem, int pshared, unsigned int value) argument
192 _libc_sem_destroy_compat(sem_t *sem) argument
222 sem_t *sem; local
283 _libc_sem_close_compat(sem_t *sem) argument
356 sem_t *sem = arg; local
364 _libc_sem_timedwait_compat(sem_t * __restrict sem, const struct timespec * __restrict abstime) argument
408 _libc_sem_wait_compat(sem_t *sem) argument
414 _libc_sem_trywait_compat(sem_t *sem) argument
433 _libc_sem_post_compat(sem_t *sem) argument
450 _libc_sem_getvalue_compat(sem_t * __restrict sem, int * __restrict sval) argument
[all...]
/freebsd-current/sys/cam/ctl/
H A Dctl_frontend_ioctl.c68 struct cv sem; member in struct:ctl_fe_ioctl_params
/freebsd-current/sys/dev/ocs_fc/
H A Docs_xport.c47 ocs_sem_t sem; member in struct:__anon64
668 ocs_sem_t *sem = arg; local
782 ocs_sem_t sem; local
[all...]

Completed in 297 milliseconds

123