Home | History | Annotate | Download | only in runtime

Lines Matching defs:this_thread

1628     Thread* this_thread = const_cast<Thread*>(thread);
1629 Closure* flip_func = this_thread->GetFlipFunction();
1631 flip_func->Run(this_thread);
1941 Thread* this_thread = const_cast<Thread*>(this);
1942 Closure* flip_func = this_thread->GetFlipFunction();
1944 flip_func->Run(this_thread);
2775 Thread* this_thread = const_cast<Thread*>(this);
2776 Closure* flip_func = this_thread->GetFlipFunction();
2778 flip_func->Run(this_thread);