Lines Matching defs:p
123 void* p; // member
191 void Thread::ThreadStart(uptr p) in ThreadStart()
213 const void* p, in TryInitializeAndStartImpl()
232 const void* p, in TryInitializeAndStartImpl()
312 …izeAndStartImplUsingAutoStack(const TypeInfo& typeInfo, ThreadFunc f, const void* p, size_t stackS… in TryInitializeAndStartImplUsingAutoStack()
369 void nnosThreadInitializeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, s32… in nnosThreadInitializeAndStart()
376 bool nnosThreadTryInitializeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, … in nnosThreadTryInitializeAndStart()
384 void nnosThreadFinalize(nnosThread* p) in nnosThreadFinalize()
390 void nnosThreadJoin(nnosThread* p) in nnosThreadJoin()
411 s32 nnosThreadGetPriority(const nnosThread* p) in nnosThreadGetPriority()
422 void nnosThreadChangePriority(nnosThread* p, s32 priority) in nnosThreadChangePriority()
467 s32 nnosThreadGetIdealProcessor(const nnosThread* p) in nnosThreadGetIdealProcessor()
504 bit32 nnosThreadGetId(nnosThread* p) in nnosThreadGetId()
510 bool nnosThreadIsAlive(nnosThread* p) in nnosThreadIsAlive()