Lines Matching refs:Thread
515 * This must only be called from the main thread during zygote init.
868 /* disables SIGQUIT handler thread while still blocking SIGQUIT */
869 /* (useful if we don't want thread but system still signals us) */
1121 * reaches the dump-stack-trace thread.
1298 * Do the last bits of Thread struct initialization we need to allow
1333 * the main thread (specifically, create a java.lang.Thread object to go
1334 * along with our Thread struct). Note we will probably be executing
1343 * thread should be starting with a clean slate.
1405 Thread* self;
1407 /* main thread is always first in list */
1449 * the HeapWorker thread.
1457 /* start signal catcher thread that dumps stacks on SIGQUIT */
1473 * Start JDWP thread. If the command-line debugger flags specified
1483 LOGV("thread
1544 LOGW("WARNING: debugger thread failed to initialize");
1605 * Initialize the heap, some basic thread control mutexes, and
1647 * thread not associated with the VM is running code in one.
1650 * called from any thread. (In practice, this will usually run in the
1651 * same thread that started the VM, a/k/a the main thread, but we don't
1683 /* shut down the compiler thread */
1847 * debuggerd dumps the stack trace of the main thread, whether or not
1848 * that was the thread that failed.
1851 * fault in the current thread, and get a useful log from debuggerd.