Searched refs:pArgs (Results 1 – 2 of 2) sorted by relevance
1580 InternalStartArgs* pArgs; in dvmCreateInternalThread() local1590 pArgs = (InternalStartArgs*) malloc(sizeof(*pArgs)); in dvmCreateInternalThread()1591 pArgs->func = func; in dvmCreateInternalThread()1592 pArgs->funcArg = funcArg; in dvmCreateInternalThread()1593 pArgs->name = strdup(name); // storage will be owned by new thread in dvmCreateInternalThread()1594 pArgs->group = systemGroup; in dvmCreateInternalThread()1595 pArgs->isDaemon = true; in dvmCreateInternalThread()1596 pArgs->pThread = &newThread; in dvmCreateInternalThread()1597 pArgs->pCreateStatus = &createStatus; in dvmCreateInternalThread()1603 pArgs) != 0) in dvmCreateInternalThread()[all …]
363 bool dvmAttachCurrentThread(const JavaVMAttachArgs* pArgs, bool isDaemon);