Searched refs:isW (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/helgrind/ |
D | libhb.h | 160 Thr* thr, Addr a, SizeT szB, Bool isW ); 166 Bool isW,
|
D | hg_errors.h | 70 Bool isW,
|
D | libhb_core.c | 4446 UInt isW : 1; member 4582 static void event_map_bind ( Addr a, SizeT szB, Bool isW, Thr* thr ) in event_map_bind() argument 4605 .isW = (UInt)(isW & 1)}; in event_map_bind() 4637 .isW = (UInt)(isW & 1)}; in event_map_bind() 4657 Thr* thr, Addr a, SizeT szB, Bool isW ) in libhb_event_map_lookup() argument 4704 if ((!cand_ref->acc.tsw.isW) && (!isW)) in libhb_event_map_lookup() 4744 *resIsW = ref->acc.tsw.isW; in libhb_event_map_lookup() 4778 ref->acc.tsw.isW, in libhb_event_map_access_history() 4828 .isW = 0}, in event_map_init()
|
D | hg_main.c | 2637 Word isW, Word isTryLock ) in evh__HG_PTHREAD_RWLOCK_LOCK_PRE() argument 2645 (Int)tid, (Int)isW, (void*)rwl ); in evh__HG_PTHREAD_RWLOCK_LOCK_PRE() 2647 tl_assert(isW == 0 || isW == 1); /* assured us by wrapper */ in evh__HG_PTHREAD_RWLOCK_LOCK_PRE() 2663 void evh__HG_PTHREAD_RWLOCK_LOCK_POST ( ThreadId tid, void* rwl, Word isW ) in evh__HG_PTHREAD_RWLOCK_LOCK_POST() argument 2669 (Int)tid, (Int)isW, (void*)rwl ); in evh__HG_PTHREAD_RWLOCK_LOCK_POST() 2671 tl_assert(isW == 0 || isW == 1); /* assured us by wrapper */ in evh__HG_PTHREAD_RWLOCK_LOCK_POST() 2675 (isW ? evhH__post_thread_w_acquires_lock in evh__HG_PTHREAD_RWLOCK_LOCK_POST()
|
D | hg_errors.c | 1277 Bool isW, in HG_() 1294 isW ? "write" : "read", in HG_()
|
/external/valgrind/VEX/priv/ |
D | host_generic_reg_alloc2.c | 698 const Bool isW = (rWritten & jMask) != 0; in doRegisterAllocation() local 705 if (isW && !isR) { in doRegisterAllocation() 712 } else if (!isW && isR) { in doRegisterAllocation() 725 vassert(isR && isW); in doRegisterAllocation()
|