HomeSort by relevance Sort by last modified time
    Searched refs:syscall (Results 926 - 950 of 984) sorted by null

<<31323334353637383940

  /frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp 79 #include <sys/syscall.h>
hwcRects.cpp 98 #include <sys/syscall.h>
hwcStress.cpp 95 #include <sys/syscall.h>
  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.c 39 #include <sys/syscall.h>
52 /* External syscall prototypes */
168 m.hdr.pid = (unsigned)syscall(__NR_gettid);
240 (unsigned)syscall(__NR_gettid));
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 27 #include <sys/syscall.h>
43 return syscall(SYS_gettid);
148 int ret = syscall(241, rsc->mWorkers.mNativeThreadId[idx],
  /art/runtime/
utils.cc 22 #include <sys/syscall.h>
53 #include <sys/syscall.h>
71 return syscall(__NR_gettid);
    [all...]
  /external/chromium_org/components/breakpad/browser/
crash_handler_host_linux.cc 10 #include <sys/syscall.h>
267 // namespaces also have /proc/[pid]/syscall, so we can look through
269 // read syscall with the right arguments.
272 // /proc/[pid]/syscall is formatted as follows:
286 // leader. If procfs syscall is not supported by the kernel, then
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_sigsys_unittest.cc 25 syscall(sysno, 0, 0, 0, 0, 0, 0); \
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 35 #include <sys/syscall.h>
  /external/e2fsprogs/contrib/
spd_readdir.c 109 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
  /external/iptables/utils/
nfnl_osf.c 125 fprintf(osf_log_stream, "%s.%lu %ld ", str, tv.tv_usec, syscall(__NR_gettid));
  /external/jemalloc/src/
util.c 49 * Use syscall(2) rather than write(2) when possible in order to avoid
53 UNUSED int result = syscall(SYS_write, STDERR_FILENO, s, strlen(s));
  /external/qemu/target-i386/
helper.h 58 DEF_HELPER_2(syscall, void, env, int)
  /bionic/tests/
pthread_test.cpp 26 #include <sys/syscall.h>
824 ASSERT_EQ(getpid(), syscall(__NR_gettid));
  /external/chromium_org/sandbox/
seccomp_bpf.target.darwin-arm.mk 34 sandbox/linux/seccomp-bpf/syscall.cc \
seccomp_bpf.target.linux-arm.mk 34 sandbox/linux/seccomp-bpf/syscall.cc \
  /external/chromium_org/third_party/tcmalloc/vendor/
configure.ac 143 AC_CHECK_HEADERS(sys/syscall.h)
  /external/chromium_org/tools/traceline/svgui/
traceline.js 100 if ('syscall' in this.e) {
101 res += "<b>syscall:</b> " + this.e['syscall'];
577 // relative to start time) when a syscall never returned...
  /external/lldb/source/Host/common/
Host.cpp 34 #include <sys/syscall.h>
461 return lldb::tid_t(syscall(SYS_gettid));
    [all...]
  /external/valgrind/main/drd/
drd_pthread_intercepts.c 205 if (syscall(__NR_futex, (UWord)&sema->counter,
212 * Invoke sched_yield() on non-Linux systems, if the futex syscall has
215 * not support the futex syscall.
233 syscall(__NR_futex, (UWord)&sema->counter,
    [all...]
  /frameworks/rs/
rsContext.cpp 33 #include <sys/syscall.h>
51 return syscall(SYS_gettid);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
Makefile 378 LIB_OBJS += $(OUTPUT)tests/open-syscall.o
379 LIB_OBJS += $(OUTPUT)tests/open-syscall-all-cpus.o
380 LIB_OBJS += $(OUTPUT)tests/open-syscall-tp-fields.o
  /frameworks/av/services/audioflinger/
Tracks.cpp 24 #include <sys/syscall.h>
    [all...]
  /external/chromium_org/base/
logging.cc 24 #include <sys/syscall.h>
  /external/chromium_org/v8/src/
sampler.cc 17 #include <sys/syscall.h>

Completed in 649 milliseconds

<<31323334353637383940