Lines Matching defs:thread

322     MicroThread* thread = frame->GetActiveThread();  in ScheduleSleep()  local
335 MicroThread* thread = frame->GetActiveThread(); in SchedulePend() local
348 MicroThread* thread = (MicroThread*)pthread; in ScheduleUnpend() local
361 MicroThread* thread = frame->GetActiveThread(); in ScheduleReclaim() local
373 MicroThread* thread = frame->GetActiveThread(); in ScheduleStartRun() local
389 MicroThread *thread = NULL; in InitialPool() local
418 MicroThread* thread = NULL; in DestroyPool() local
435 MicroThread* thread = NULL; in AllocThread() local
476 void ThreadPool::FreeThread(MicroThread* thread) in FreeThread()
598 MicroThread* thread = dynamic_cast<MicroThread*>(_sleeplist.HeapPop()); in Destroy() local
639 MicroThread* thread = mtframe->AllocThread(); in CreateThread() local
693 MicroThread *thread = _curr_thread; in GetRootThread() local
713 MicroThread* thread = NULL; in ThreadSchdule() local
752 MicroThread* thread = dynamic_cast<MicroThread*>(_sleeplist.HeapTop()); in WakeupTimeout() local
773 MicroThread* thread = dynamic_cast<MicroThread*>(_sleeplist.HeapTop()); in KqueueGetTimeout() local
788 inline void MtFrame::InsertSleep(MicroThread* thread) in InsertSleep()
802 inline void MtFrame::RemoveSleep(MicroThread* thread) in RemoveSleep()
815 inline void MtFrame::InsertIoWait(MicroThread* thread) in InsertIoWait()
823 void MtFrame::RemoveIoWait(MicroThread* thread) in RemoveIoWait()
832 void MtFrame::InsertRunable(MicroThread* thread) in InsertRunable()
842 inline void MtFrame::RemoveRunable(MicroThread* thread) in RemoveRunable()
852 void MtFrame::InsertPend(MicroThread* thread) in InsertPend()
860 void MtFrame::RemovePend(MicroThread* thread) in RemovePend()
869 MicroThread* thread = GetActiveThread(); in WaitNotify() local
876 void MtFrame::NotifyThread(MicroThread* thread) in NotifyThread()
900 MicroThread* thread = GetActiveThread(); in SwapDaemonThread() local
914 MicroThread* thread = GetActiveThread(); in KqueueSchedule() local
965 MicroThread* thread = mtframe->GetActiveThread(); in recvfrom() local
1025 MicroThread* thread = mtframe->GetActiveThread(); in sendto() local
1071 MicroThread* thread = mtframe->GetActiveThread(); in connect() local
1122 MicroThread* thread = mtframe->GetActiveThread(); in accept() local
1168 MicroThread* thread = mtframe->GetActiveThread(); in read() local
1214 MicroThread* thread = mtframe->GetActiveThread(); in write() local
1272 MicroThread* thread = mtframe->GetActiveThread(); in recv() local
1332 MicroThread* thread = mtframe->GetActiveThread(); in send() local
1389 MicroThread* thread = frame->GetActiveThread(); in sleep() local
1400 MicroThread* thread = mtframe->GetActiveThread(); in WaitEvents() local