Home | History | Annotate | Download | only in rtl

Lines Matching refs:ThreadState

44   ThreadState *caller_thr = static_cast<ThreadState *>(arg);
50 ThreadState *thr;
83 ThreadState *thr;
97 new(thr) ThreadState(CTX(), tid, unique_id,
148 thr->~ThreadState();
166 void ThreadFinalize(ThreadState *thr) {
175 int ThreadCount(ThreadState *thr) {
183 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) {
194 void ThreadStart(ThreadState *thr, int tid, uptr os_id) {
225 void ThreadFinish(ThreadState *thr) {
246 int ThreadTid(ThreadState *thr, uptr pc, uptr uid) {
254 void ThreadJoin(ThreadState *thr, uptr pc, int tid) {
263 void ThreadDetach(ThreadState *thr, uptr pc, int tid) {
271 void ThreadSetName(ThreadState *thr, const char *name) {
276 void MemoryAccessRange(ThreadState *thr, uptr pc, uptr addr,
350 void MemoryAccessRangeStep(ThreadState *thr, uptr pc, uptr addr,