Home
last modified time | relevance | path

Searched defs:sem (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/lib/librthread/
H A Drthread_sem.c58 _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 Drthread_sem_compat.c57 _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 Dsem.c41 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 Dsem.h73 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 Dsem.h37 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 Dsem.c37 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 Dsem.h46 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 Dsem_getvalue.c10 sem_t sem; variable
/openbsd-src/regress/lib/libpthread/semaphore/sem_trywait/
H A Dsem_trywait.c11 sem_t sem; variable
/openbsd-src/regress/lib/libpthread/semaphore/sem_wait/
H A Dsem_wait.c25 sem_t sem; variable
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/
H A D971104-1.c16 static void up(int sem){ in up()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mutex_test.cpp168 Semaphore *sem; member
180 Semaphore sem; in TEST() local
/openbsd-src/regress/lib/libpthread/semaphore/sem_timedwait/
H A Dsem_timedwait.c28 sem_t sem; variable
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32thread.h6 typedef struct win32_cond { LONG waiters; HANDLE sem; } perl_cond; member
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_reset.h85 struct rwlock sem; member
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DScalar.cpp42 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 Diosf.c228 uint32_t sem; in iosf_mbi_sem_get() local
/openbsd-src/sys/dev/acpi/
H A Ddwiic_acpi.c173 uint64_t sem; in dwiic_acpi_attach() local
/openbsd-src/usr.bin/ipcs/
H A Dipcs.c656 struct semid_ds sem, **sema; in ipcs_kvm() local
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dia64-gen.c778 parse_semantics (char *sem) in parse_semantics()
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dia64-gen.c767 parse_semantics (char *sem) in parse_semantics()
/openbsd-src/sys/dev/pci/
H A Dif_mwx.c2867 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 DDAGCombiner.cpp16338 const fltSemantics &sem = DAG.EVTToAPFloatSemantics(N0.getValueType()); in FoldIntToFPToInt() local