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 117 for the LockN to be invalid, in which case Lock_INVALID is
146 Lock_INVALID right away. */
157 return Lock_INVALID;
190 are converted instead into the value Lock_INVALID. Hence the
225 non-Lock_INVALID elements. */
235 if (vec[n] != Lock_INVALID)
815 if (lk == Lock_INVALID)
868 if (locks[i] == Lock_INVALID)
    [all...]

Completed in 28 milliseconds