Home | History | Annotate | Download | only in threading

Lines Matching refs:PlatformThread

41   PlatformThread::Delegate* delegate;
47 PlatformThread::Delegate* delegate = thread_params->delegate;
56 PlatformThread::Delegate* delegate,
120 PlatformThreadId PlatformThread::CurrentId() {
136 void PlatformThread::YieldCurrentThread() {
141 void PlatformThread::Sleep(int duration_ms) {
161 void PlatformThread::SetName(const char* name) {
192 void PlatformThread::SetName(const char* /*name*/) {
201 bool PlatformThread::Create(size_t stack_size, Delegate* delegate,
208 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) {
217 void PlatformThread::Join(PlatformThreadHandle thread_handle) {