Searched defs:pThread (Results 1 – 3 of 3) sorted by relevance
371 Thread* pThread = new (p) Thread(); in nnosThreadInitializeAndStart() local378 Thread* pThread = new (p) Thread(); in nnosThreadTryInitializeAndStart() local386 Thread* pThread = reinterpret_cast<Thread*>(p); in nnosThreadFinalize() local392 Thread* pThread = reinterpret_cast<Thread*>(p); in nnosThreadJoin() local413 const Thread* pThread = reinterpret_cast<const Thread*>(p); in nnosThreadGetPriority() local424 Thread* pThread = reinterpret_cast<Thread*>(p); in nnosThreadChangePriority() local469 const Thread* pThread = reinterpret_cast<const Thread*>(p); in nnosThreadGetIdealProcessor() local506 Thread* pThread = reinterpret_cast<Thread*>(p); in nnosThreadGetId() local512 Thread* pThread = reinterpret_cast<Thread*>(p); in nnosThreadIsAlive() local
397 ManagedThread* pThread = ss.threadList.GetFront(); in Enumerate() local
724 static uptr PreStartUsingAutoStack(Thread* pThread, size_t stackSize) in PreStartUsingAutoStack()728 static Result PostStartUsingAutoStack(Thread* pThread, Result result, uptr stackBottom) in PostStartUsingAutoStack()874 inline nn::Result Thread::ProtectedAccessor::TryStart(Thread* pThread, void (*f)(T*), T& param, Sta… in TryStart()