Searched refs:good_status (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Posix/
H A Dwait3.cc23 int good_status; local
24 res = wait3(&good_status, WNOHANG, ru);
H A Dwait4.cc30 int good_status; local
31 res = wait4(pid, &good_status, WNOHANG, ru);
/external/autotest/cli/
H A Dcompose_query45 good_status = db.status_idx['GOOD'] variable
46 good = data_point.status_count.get(good_status, 0)
/external/autotest/frontend/tko/
H A Drpc_interface_unittest_fixme.py154 good_status = models.Status.objects.create(word='GOOD')
166 status=good_status,
175 status=good_status,

Completed in 204 milliseconds