Lines Matching refs:PlatformThread
42 PlatformThread::Delegate* delegate;
50 PlatformThread::Delegate* delegate = nullptr;
60 PlatformThread::SetCurrentThreadPriority(thread_params->priority);
64 PlatformThread::CurrentHandle().platform_handle(),
65 PlatformThread::CurrentId());
70 PlatformThread::CurrentHandle().platform_handle(),
71 PlatformThread::CurrentId());
79 PlatformThread::Delegate* delegate,
127 PlatformThreadId PlatformThread::CurrentId() {
149 PlatformThreadRef PlatformThread::CurrentRef() {
154 PlatformThreadHandle PlatformThread::CurrentHandle() {
159 void PlatformThread::YieldCurrentThread() {
164 void PlatformThread::Sleep(TimeDelta duration) {
179 const char* PlatformThread::GetName() {
184 bool PlatformThread::CreateWithPriority(size_t stack_size, Delegate* delegate,
192 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) {
201 void PlatformThread::Join(PlatformThreadHandle thread_handle) {
213 void PlatformThread::SetCurrentThreadPriority(ThreadPriority priority) {
229 << PlatformThread::CurrentId() << ") to " << nice_setting;
235 ThreadPriority PlatformThread::GetCurrentThreadPriority() {
253 << PlatformThread::CurrentId() << ")";