Home | History | Annotate | Download | only in rtl

Lines Matching refs:ThreadState

23 void MutexCreate(ThreadState *thr, uptr pc, uptr addr,
42 void MutexDestroy(ThreadState *thr, uptr pc, uptr addr) {
82 void MutexLock(ThreadState *thr, uptr pc, uptr addr, int rec) {
116 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, bool all) {
156 void MutexReadLock(ThreadState *thr, uptr pc, uptr addr) {
177 void MutexReadUnlock(ThreadState *thr, uptr pc, uptr addr) {
199 void MutexReadOrWriteUnlock(ThreadState *thr, uptr pc, uptr addr) {
245 void Acquire(ThreadState *thr, uptr pc, uptr addr) {
256 ThreadState *thr = reinterpret_cast<ThreadState*>(arg);
264 void AcquireGlobal(ThreadState *thr, uptr pc) {
270 void Release(ThreadState *thr, uptr pc, uptr addr) {
280 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr) {
292 ThreadState *thr = reinterpret_cast<ThreadState*>(arg);
300 void AfterSleep(ThreadState *thr, uptr pc) {