HomeSort by relevance Sort by last modified time
    Searched full:lck1 (Results 1 - 1 of 1) sorted by null

  /external/clang/test/Analysis/
pthreadlock.c 19 lck_mtx_t lck1, lck2; variable
61 lck_mtx_lock(&lck1); // no-warning
67 if (lck_mtx_try_lock(&lck1) != 0) // no-warning
68 lck_mtx_unlock(&lck1); // no-warning
108 lck_mtx_lock(&lck1); // no-warning
109 lck_mtx_lock(&lck1); // expected-warning{{This lock has already been acquired}}
115 lck_mtx_lock(&lck1); // no-warning
116 lck_mtx_unlock(&lck1); // no-warning
117 lck_mtx_lock(&lck1); // no-warning
118 lck_mtx_lock(&lck1); // expected-warning{{This lock has already been acquired}
    [all...]

Completed in 32 milliseconds