OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syscall
(Results
51 - 61
of
61
) sorted by null
1
2
3
/external/strace/
stream.c
32
#include <sys/
syscall
.h>
system.c
70
#include <sys/
syscall
.h>
[
all
...]
process.c
53
#include <sys/
syscall
.h>
682
fprintf(stderr, "%s: unexpected
syscall
%d\n",
835
before the parent reported its
syscall
return. */
[
all
...]
syscall.c
33
* $Id:
syscall
.c,v 1.79 2005/06/08 20:45:28 roland Exp $
44
#include <sys/
syscall
.h>
120
#include "
syscall
-android.h"
121
#include "
syscall
.h"
806
*
syscall
is gone now. Fortunately, we don't want it. We
941
/* This version analyzes the opcode of a
syscall
instruction.
942
* (int 0x80 on i386 vs.
syscall
on x86-64)
950
/* sizeof(
syscall
) == sizeof(int 0x80) == 2 */
960
/* x86-64:
syscall
= 0x0f 0x05 */
967
"Unknown
syscall
opcode (0x%04X) while
[
all
...]
/frameworks/base/core/jni/
android_util_Process.cpp
49
pid_t gettid() { return
syscall
(__NR_gettid);}
/frameworks/base/media/libmediaplayerservice/
MediaPlayerService.cpp
72
pid_t gettid() { return
syscall
(__NR_gettid);}
[
all
...]
/dalvik/vm/
Thread.c
50
pid_t gettid() { return
syscall
(__NR_gettid);}
[
all
...]
/external/iproute2/doc/
ip-cref.tex
176
The kernel returned an error to some
syscall
. In this case \verb|ip|
178
prefixed with a comment and a
syscall
identifier.
[
all
...]
/external/netperf/
nettest_bsd.c
[
all
...]
/external/e2fsprogs/
configure
[
all
...]
/external/chromium/third_party/libevent/
configure
[
all
...]
Completed in 883 milliseconds
1
2
3