Home
last modified time | relevance | path

Searched refs:futex_wait (Results 1 – 25 of 732) sorted by relevance

12345678910>>...30

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/futexes/
H A Dfutex_test.c53 static int futex_wait(volatile int *addr, int val, in futex_wait() function
64 static int futex_wait(volatile int *addr, int val, in futex_wait() function
95 static int futex_wait(volatile int *addr, int val, in futex_wait() function
106 static int futex_wait(volatile int *addr, int val, in futex_wait() function
120 int rc = futex_wait(&futex_value, futex_value + 1, NULL); in test_futex_wait_value_mismatch()
135 int rc = futex_wait(&futex_value, futex_value, &abstime); in test_futex_wait_timeout()
158 int rc = futex_wait(&futex_value, futex_value, bad_address); in test_futex_wait_efault()
162 rc = futex_wait(bad_address, futex_value, NULL); in test_futex_wait_efault()
183 int rc = futex_wait(thread->futex_value, *thread->futex_value, NULL); in wakeup_test_thread()
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys_common/thread_parker/
H A Dfutex.rs3 use crate::sys::futex::{futex_wait, futex_wake};
50 futex_wait(&self.state, PARKED, None); in park()
69 futex_wait(&self.state, PARKED, Some(timeout)); in park_timeout()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/util/
H A Dfutex.h47 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
71 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() function
101 static inline int futex_wait(uint32_t *ptr, int value, struct timespec *timeout) in futex_wait() function
134 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
/dports/lang/clover/mesa-21.3.6/src/util/
H A Dfutex.h47 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
71 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() function
101 static inline int futex_wait(uint32_t *ptr, int value, struct timespec *timeout) in futex_wait() function
134 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
/dports/graphics/libosmesa/mesa-21.3.6/src/util/
H A Dfutex.h47 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
71 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() function
101 static inline int futex_wait(uint32_t *ptr, int value, struct timespec *timeout) in futex_wait() function
134 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
/dports/graphics/mesa-libs/mesa-21.3.6/src/util/
H A Dfutex.h47 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
71 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() function
101 static inline int futex_wait(uint32_t *ptr, int value, struct timespec *timeout) in futex_wait() function
134 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/util/
H A Dfutex.h47 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
71 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() function
101 static inline int futex_wait(uint32_t *ptr, int value, struct timespec *timeout) in futex_wait() function
134 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/util/
H A Dfutex.h47 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
71 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() function
101 static inline int futex_wait(uint32_t *ptr, int value, struct timespec *timeout) in futex_wait() function
134 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/util/
H A Dfutex.h47 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
71 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() function
101 static inline int futex_wait(uint32_t *ptr, int value, struct timespec *timeout) in futex_wait() function
134 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/util/
H A Dfutex.h47 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
71 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() function
101 static inline int futex_wait(uint32_t *ptr, int value, struct timespec *timeout) in futex_wait() function
134 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/util/
H A Dfutex.h47 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
71 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() function
101 static inline int futex_wait(uint32_t *ptr, int value, struct timespec *timeout) in futex_wait() function
134 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/util/
H A Dfutex.h47 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
71 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() function
102 static inline int futex_wait(uint32_t *ptr, int value, struct timespec *timeout) in futex_wait() function
135 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
/dports/graphics/mesa-dri/mesa-21.3.6/src/util/
H A Dfutex.h47 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
71 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() function
101 static inline int futex_wait(uint32_t *ptr, int value, struct timespec *timeout) in futex_wait() function
134 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glslopt/glsl-optimizer/src/util/
H A Dfutex.h46 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
69 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() function
98 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/util/
H A Dfutex.h47 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
71 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() function
101 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/util/
H A Dfutex.h47 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
71 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() function
101 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/util/
H A Dfutex.h47 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
71 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() function
101 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
/dports/lang/gcc6-aux/gcc-6-20180516/libitm/config/linux/
H A Drwlock.cc76 futex_wait(&readers, 1); in read_lock()
142 futex_wait(&writers, 2); in write_lock_generic()
187 futex_wait(&writer_readers, 1); in write_lock_generic()
/dports/lang/gcc12-devel/gcc-12-20211205/libitm/config/linux/
H A Drwlock.cc76 futex_wait(&readers, 1); in read_lock()
142 futex_wait(&writers, 2); in write_lock_generic()
187 futex_wait(&writer_readers, 1); in write_lock_generic()
/dports/lang/gcc8/gcc-8.5.0/libitm/config/linux/
H A Drwlock.cc76 futex_wait(&readers, 1); in read_lock()
142 futex_wait(&writers, 2); in write_lock_generic()
187 futex_wait(&writer_readers, 1); in write_lock_generic()
/dports/lang/gcc48/gcc-4.8.5/libitm/config/linux/
H A Drwlock.cc76 futex_wait(&readers, 1); in read_lock()
141 futex_wait(&writers, 2); in write_lock_generic()
171 futex_wait(&writer_readers, 1); in write_lock_generic()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libitm/config/linux/
H A Drwlock.cc76 futex_wait(&readers, 1); in read_lock()
142 futex_wait(&writers, 2); in write_lock_generic()
187 futex_wait(&writer_readers, 1); in write_lock_generic()
/dports/lang/gcc11/gcc-11.2.0/libitm/config/linux/
H A Drwlock.cc76 futex_wait(&readers, 1); in read_lock()
142 futex_wait(&writers, 2); in write_lock_generic()
187 futex_wait(&writer_readers, 1); in write_lock_generic()
/dports/lang/gcc10/gcc-10.3.0/libitm/config/linux/
H A Drwlock.cc76 futex_wait(&readers, 1); in read_lock()
142 futex_wait(&writers, 2); in write_lock_generic()
187 futex_wait(&writer_readers, 1); in write_lock_generic()
/dports/lang/gcc11-devel/gcc-11-20211009/libitm/config/linux/
H A Drwlock.cc76 futex_wait(&readers, 1); in read_lock()
142 futex_wait(&writers, 2); in write_lock_generic()
187 futex_wait(&writer_readers, 1); in write_lock_generic()

12345678910>>...30