Searched refs:pArgs (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/
H A DThread.cpp1637 InternalStartArgs* pArgs; local
1647 pArgs = (InternalStartArgs*) malloc(sizeof(*pArgs));
1648 pArgs->func = func;
1649 pArgs->funcArg = funcArg;
1650 pArgs->name = strdup(name); // storage will be owned by new thread
1651 pArgs->group = systemGroup;
1652 pArgs->isDaemon = true;
1653 pArgs->pThread = &newThread;
1654 pArgs
[all...]
H A DThread.h502 bool dvmAttachCurrentThread(const JavaVMAttachArgs* pArgs, bool isDaemon);

Completed in 128 milliseconds