HomeSort by relevance Sort by last modified time
    Searched refs:futex (Results 1 - 15 of 15) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/bin/
futex-contention-report 4 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py
  /bionic/libc/private/
bionic_futex.h 32 #include <linux/futex.h>
  /cts/tests/tests/security/jni/
android_security_cts_NativeCodeTest.cpp 18 #include <linux/futex.h>
266 * Test for vulnerability to CVE-2014-3153, a bug in the futex() syscall that can
274 int futex = 1; local
278 * that's what we're checking for - they're both &futex. Patched systems will
281 ret = futex_syscall(&futex, FUTEX_CMP_REQUEUE_PI, 1, NULL, &futex, 0);
  /external/chromium_org/components/nacl/loader/nonsfi/
irt_futex.cc 6 #include <linux/futex.h>
40 // futex syscall takes relative timeout, but the ABI for IRT's
nonsfi_sandbox.cc 9 #include <linux/futex.h>
nonsfi_sandbox_unittest.cc 13 #include <linux/futex.h>
  /art/runtime/base/
mutex-inl.h 37 #include "linux/futex.h"
42 static inline int futex(volatile int *uaddr, int op, int val, const struct timespec *timeout, volatile int *uaddr2, int val3) { function in namespace:art
164 if (futex(state_.Address(), FUTEX_WAIT, cur_state, NULL, NULL, 0) != 0) {
166 PLOG(FATAL) << "futex wait failed for " << name_;
199 futex(state_.Address(), FUTEX_WAKE, -1, NULL, NULL, 0);
mutex.cc 330 if (futex(state_.Address(), FUTEX_WAIT, 1, NULL, NULL, 0) != 0) {
334 PLOG(FATAL) << "futex wait failed for " << name_;
423 futex(state_.Address(), FUTEX_WAKE, 1, NULL, NULL, 0);
506 if (futex(state_.Address(), FUTEX_WAIT, cur_state, NULL, NULL, 0) != 0) {
510 PLOG(FATAL) << "futex wait failed for " << name_;
547 futex(state_.Address(), FUTEX_WAKE, -1, NULL, NULL, 0);
582 if (futex(state_.Address(), FUTEX_WAIT, cur_state, &rel_ts, NULL, 0) != 0) {
590 PLOG(FATAL) << "timed futex wait failed for " << name_;
724 done = futex(sequence_.Address(), FUTEX_CMP_REQUEUE, 0,
729 PLOG(FATAL) << "futex cmp requeue failed for " << name_
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc 10 #include <linux/futex.h>
baseline_policy_unittest.cc 9 #include <linux/futex.h>
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 77 // <linux/futex.h> is broken on some linux distributions.
445 internal_syscall(SYSCALL(futex), (uptr)m, FUTEX_WAIT, MtxSleeping, 0, 0, 0);
458 internal_syscall(SYSCALL(futex), (uptr)m, FUTEX_WAKE, 1, 0, 0, 0);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 17 #include <linux/futex.h>
310 { .name = "futex", .errmsg = true,
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linux_syscall_support.h     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linux_syscall_support.h     [all...]
  /external/chromium_org/sandbox/linux/bpf_dsl/
bpf_dsl_more_unittest.cc 25 #include <linux/futex.h>
    [all...]

Completed in 985 milliseconds