Lines Matching defs:pc
116 Tid ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) {
122 arg.stack = CurrentStackId(thr, pc);
197 const uptr pc = StackTrace::GetNextInstructionPc(
199 MemoryRangeImitateWrite(thr, pc, stk_addr, stk_size);
286 Tid ThreadConsumeTid(ThreadState *thr, uptr pc, uptr uid) {
295 void ThreadJoin(ThreadState *thr, uptr pc, Tid tid) {
318 void ThreadDetach(ThreadState *thr, uptr pc, Tid tid) {
325 void ThreadNotJoined(ThreadState *thr, uptr pc, Tid tid, uptr uid) {
342 ThreadState *FiberCreate(ThreadState *thr, uptr pc, unsigned flags) {
346 Tid tid = ThreadCreate(thr, pc, 0, true);
353 void FiberDestroy(ThreadState *thr, uptr pc, ThreadState *fiber) {
360 void FiberSwitch(ThreadState *thr, uptr pc,
363 Release(thr, pc, (uptr)fiber);
366 Acquire(fiber, pc, (uptr)fiber);