Home | History | Annotate | Download | only in threading

Lines Matching refs:PlatformThread

27   PlatformThread::Delegate* delegate;
33 PlatformThread::Delegate* delegate = thread_params->delegate;
41 // CreateThreadInternal() matches PlatformThread::Create(), except that
45 PlatformThread::Delegate* delegate,
81 PlatformThreadId PlatformThread::CurrentId() {
86 void PlatformThread::YieldCurrentThread() {
91 void PlatformThread::Sleep(int duration_ms) {
96 void PlatformThread::SetName(const char* name) {
116 bool PlatformThread::Create(size_t stack_size, Delegate* delegate,
123 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) {
128 void PlatformThread::Join(PlatformThreadHandle thread_handle) {