/openbsd-src/lib/librthread/ |
H A D | rthread_sem.c | 58 _sem_wait(sem_t sem, int can_eintr, const struct timespec *abstime, in _sem_wait() 89 _sem_post(sem_t sem) in _sem_post() 103 sem_t sem; in sem_init() local 159 sem_t sem; in sem_destroy() local 189 sem_t sem; in sem_getvalue() local 204 sem_t sem; in sem_post() local 221 sem_t sem; in sem_wait() local 253 sem_t sem; in sem_timedwait() local 283 sem_t sem; in sem_trywait() local 318 sem_t sem, *semp; in sem_open() local [all …]
|
H A D | rthread_sem_compat.c | 57 _sem_wait(sem_t sem, int can_eintr, const struct timespec *abstime, in _sem_wait() 91 _sem_post(sem_t sem) in _sem_post() 115 sem_t sem; in sem_init() local 172 sem_t sem; in sem_destroy() local 202 sem_t sem; in sem_getvalue() local 219 sem_t sem; in sem_post() local 236 sem_t sem; in sem_wait() local 266 sem_t sem; in sem_timedwait() local 294 sem_t sem; in sem_trywait() local 333 sem_t sem, *semp; in sem_open() local [all …]
|
/openbsd-src/gnu/gcc/libgomp/config/posix/ |
H A D | sem.c | 41 void gomp_sem_init (gomp_sem_t *sem, int value) in gomp_sem_init() 56 void gomp_sem_wait (gomp_sem_t *sem) in gomp_sem_wait() 86 void gomp_sem_post (gomp_sem_t *sem) in gomp_sem_post() 105 void gomp_sem_destroy (gomp_sem_t *sem) in gomp_sem_destroy() 119 gomp_sem_wait (gomp_sem_t *sem) in gomp_sem_wait()
|
H A D | sem.h | 73 static inline void gomp_sem_init (gomp_sem_t *sem, int value) in gomp_sem_init() 80 static inline void gomp_sem_post (gomp_sem_t *sem) in gomp_sem_post() 85 static inline void gomp_sem_destroy (gomp_sem_t *sem) in gomp_sem_destroy()
|
/openbsd-src/gnu/gcc/libgomp/config/linux/ |
H A D | sem.h | 37 static inline void gomp_sem_init (gomp_sem_t *sem, int value) in gomp_sem_init() 43 static inline void gomp_sem_wait (gomp_sem_t *sem) in gomp_sem_wait() 50 static inline void gomp_sem_post (gomp_sem_t *sem) in gomp_sem_post() 56 static inline void gomp_sem_destroy (gomp_sem_t *sem) in gomp_sem_destroy()
|
H A D | sem.c | 37 gomp_sem_wait_slow (gomp_sem_t *sem) in gomp_sem_wait_slow() 52 gomp_sem_post_slow (gomp_sem_t *sem) in gomp_sem_post_slow()
|
/openbsd-src/sys/sys/ |
H A D | sem.h | 46 struct sem { struct 47 semvalsem global() argument 48 sempidsem global() argument 49 semncntsem global() argument 50 semzcntsem global() argument
|
/openbsd-src/regress/lib/libpthread/semaphore/sem_getvalue/ |
H A D | sem_getvalue.c | 10 sem_t sem; variable
|
/openbsd-src/regress/lib/libpthread/semaphore/sem_trywait/ |
H A D | sem_trywait.c | 11 sem_t sem; variable
|
/openbsd-src/regress/lib/libpthread/semaphore/sem_wait/ |
H A D | sem_wait.c | 25 sem_t sem; variable
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/ |
H A D | 971104-1.c | 16 static void up(int sem){ in up()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_mutex_test.cpp | 168 Semaphore *sem; member 180 Semaphore sem; in TEST() local
|
/openbsd-src/regress/lib/libpthread/semaphore/sem_timedwait/ |
H A D | sem_timedwait.c | 28 sem_t sem; variable
|
/openbsd-src/gnu/usr.bin/perl/win32/ |
H A D | win32thread.h | 6 typedef struct win32_cond { LONG waiters; HANDLE sem; } perl_cond; member
|
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_reset.h | 85 struct rwlock sem; member
|
/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | Scalar.cpp | 42 Scalar::PromotionKey Scalar::GetFloatPromoKey(const llvm::fltSemantics &sem) { in GetFloatPromoKey() 677 const llvm::fltSemantics &sem = in SetValueFromCString() local
|
/openbsd-src/sys/dev/ic/ |
H A D | iosf.c | 228 uint32_t sem; in iosf_mbi_sem_get() local
|
/openbsd-src/sys/dev/acpi/ |
H A D | dwiic_acpi.c | 173 uint64_t sem; in dwiic_acpi_attach() local
|
/openbsd-src/usr.bin/ipcs/ |
H A D | ipcs.c | 656 struct semid_ds sem, **sema; in ipcs_kvm() local
|
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | ia64-gen.c | 778 parse_semantics (char *sem) in parse_semantics()
|
/openbsd-src/gnu/usr.bin/binutils/opcodes/ |
H A D | ia64-gen.c | 767 parse_semantics (char *sem) in parse_semantics()
|
/openbsd-src/sys/dev/pci/ |
H A D | if_mwx.c | 2867 int i, rv, sem; in mt7921_load_firmware() local 3080 int rv, seq, sem; in mt7921_mcu_patch_sem_ctrl() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 16338 const fltSemantics &sem = DAG.EVTToAPFloatSemantics(N0.getValueType()); in FoldIntToFPToInt() local
|