Home | History | Annotate | Download | only in rtl

Lines Matching defs:ThreadContext

23 // ThreadContext implementation.
25 ThreadContext::ThreadContext(int tid)
34 ThreadContext::~ThreadContext() {
38 void ThreadContext::OnDead() {
42 void ThreadContext::OnJoined(void *arg) {
53 void ThreadContext::OnCreated(void *arg) {
69 void ThreadContext::OnReset() {
75 void ThreadContext::OnDetached(void *arg) {
88 void ThreadContext::OnStarted(void *arg) {
127 void ThreadContext::OnFinished() {
147 ThreadContext *tctx;
153 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base);
168 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) {
265 thr->tctx = (ThreadContext*)tr->GetThreadLocked(tid);