OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_daemon
(Results
1 - 4
of
4
) sorted by null
/system/core/adb/
adb.h
258
int adb_main(int
is_daemon
, int server_port);
commandline.c
928
int
is_daemon
= 0;
local
972
is_daemon
= 1;
[
all
...]
adb.c
[
all
...]
/art/runtime/
thread.cc
229
void Thread::CreateNativeThread(JNIEnv* env, jobject java_peer, size_t stack_size, bool
is_daemon
) {
250
Thread* child_thread = new Thread(
is_daemon
);
682
bool
is_daemon
= false;
local
688
is_daemon
= soa.DecodeField(WellKnownClasses::java_lang_Thread_daemon)->GetBoolean(thread->opeer_);
711
if (
is_daemon
) {
[
all
...]
Completed in 184 milliseconds