Searched refs:pArgs (Results 1 – 2 of 2) sorted by relevance
1637 InternalStartArgs* pArgs; in dvmCreateInternalThread() local1647 pArgs = (InternalStartArgs*) malloc(sizeof(*pArgs)); in dvmCreateInternalThread()1648 pArgs->func = func; in dvmCreateInternalThread()1649 pArgs->funcArg = funcArg; in dvmCreateInternalThread()1650 pArgs->name = strdup(name); // storage will be owned by new thread in dvmCreateInternalThread()1651 pArgs->group = systemGroup; in dvmCreateInternalThread()1652 pArgs->isDaemon = true; in dvmCreateInternalThread()1653 pArgs->pThread = &newThread; in dvmCreateInternalThread()1654 pArgs->pCreateStatus = &createStatus; in dvmCreateInternalThread()1660 pArgs) != 0) in dvmCreateInternalThread()[all …]
498 bool dvmAttachCurrentThread(const JavaVMAttachArgs* pArgs, bool isDaemon);