OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:backgrounded
(Results
1 - 9
of
9
) sorted by null
/external/chromium/base/
process.h
84
// A process is
backgrounded
when it's priority is lower than normal.
85
// Return true if this process is
backgrounded
, false otherwise.
88
// Set a process as
backgrounded
. If value is true, the priority
102
// Holds the priority that the process was set to when it was
backgrounded
.
103
// If the process wasn't
backgrounded
it will be kUnsetProcessPriority.
process_linux.cc
77
// Can't restore if we were never
backgrounded
.
123
// Can't restore if we were never
backgrounded
.
/external/dropbear/
runopts.h
108
int
backgrounded
;
member in struct:cli_runopts
cli-runopts.c
95
cli_opts.
backgrounded
= 0;
179
cli_opts.
backgrounded
= 1;
288
if (cli_opts.
backgrounded
&& cli_opts.cmd == NULL
cli-session.c
216
if (cli_opts.
backgrounded
) {
/external/chromium/chrome/browser/visitedlink/
visitedlink_unittest.cc
551
virtual void SetBackgrounded(bool
backgrounded
) {
552
backgrounded_ =
backgrounded
;
/external/chromium/chrome/browser/sessions/
session_restore.cc
208
// Without this call non-active tabs are not marked as
backgrounded
.
/system/core/sh/
jobs.c
312
case 1: /* newly created job or
backgrounded
job,
/external/mksh/src/
check.t
[
all
...]
Completed in 461 milliseconds