OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pstatus
(Results
1 - 11
of
11
) sorted by null
/external/llvm/utils/
makellvm
3
set
pstatus
= 0
5
alias usage 'echo "USAGE: $0:t [-h] [-n] [-obj obj-root] [gmake-flags] [VAR=...] [toolname (default: opt)]"; set
pstatus
= 1; goto cleanup'
134
set
pstatus
= $?
145
exit($
pstatus
)
/external/swiftshader/third_party/LLVM/utils/
makellvm
3
set
pstatus
= 0
5
alias usage 'echo "USAGE: $0:t [-h] [-n] [-obj obj-root] [gmake-flags] [VAR=...] [toolname (default: opt)]"; set
pstatus
= 1; goto cleanup'
134
set
pstatus
= $?
145
exit($
pstatus
)
/external/selinux/libsemanage/src/
database_file.c
47
int
pstatus
= STATUS_SUCCESS;
local
77
pstatus
= rftable->parse(handle, parse_info, process_record);
80
if (
pstatus
< 0)
84
else if (
pstatus
== STATUS_NODATA)
95
} while (
pstatus
!= STATUS_NODATA);
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDrm.h
76
static sp<IDrm> CreateDrm(status_t *
pstatus
);
77
static sp<ICrypto> createCrypto(status_t *
pstatus
);
NuPlayerDrm.cpp
31
sp<IDrm> NuPlayerDrm::CreateDrm(status_t *
pstatus
)
33
status_t &status = *
pstatus
;
59
sp<ICrypto> NuPlayerDrm::createCrypto(status_t *
pstatus
)
61
status_t &status = *
pstatus
;
/external/valgrind/coregrind/m_coredump/
coredump-solaris.c
531
static void fill_pstatus(vki_pstatus_t *
pstatus
,
535
VG_(memset)(
pstatus
, 0, sizeof(*
pstatus
));
537
pstatus
->pr_flags = VKI_PR_PCINVAL;
538
pstatus
->pr_nlwp = VG_(count_living_threads)();
539
pstatus
->pr_pid = VG_(getpid)();
540
pstatus
->pr_ppid = VG_(getppid)();
541
pstatus
->pr_pgid = VG_(getpgrp)();
542
pstatus
->pr_sid = VG_(getpgrp)();
543
pstatus
->pr_brkbase = (uintptr_t) VG_(brk_base)
975
vki_
pstatus
_t
pstatus
;
local
[
all
...]
/external/valgrind/coregrind/
vgdb-invoker-solaris.c
175
pstatus_t
pstatus
;
local
176
bytes = read(status_fd, &
pstatus
, sizeof(
pstatus
));
177
if ((bytes < 0) || (bytes != sizeof(
pstatus
))) {
183
if (
pstatus
.pr_flags & PR_RLC) {
191
if (
pstatus
.pr_lwp.pr_flags & PR_STOPPED) {
/external/strace/
strace.c
[
all
...]
/external/libcups/cups/
http-support.c
1877
int
pstatus
; \/* Poll status *\/
local
[
all
...]
/toolchain/binutils/binutils-2.25/gold/
symtab.cc
[
all
...]
symtab.h
[
all
...]
Completed in 455 milliseconds