HomeSort by relevance Sort by last modified time
    Searched refs:Lock_INVALID (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/helgrind/
hg_lock_n_thread.h 159 #define Lock_INVALID ((Lock*)1UL)
hg_errors.c 119 for the LockN to be invalid, in which case Lock_INVALID is
148 Lock_INVALID right away. */
159 return Lock_INVALID;
192 are converted instead into the value Lock_INVALID. Hence the
227 non-Lock_INVALID elements. */
237 if (vec[n] != Lock_INVALID)
764 if (lk == Lock_INVALID)
817 if (locks[i] == Lock_INVALID)
    [all...]

Completed in 164 milliseconds