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

  /external/compiler-rt/test/asan/TestCases/Posix/
wait3.cc 23 int good_status; local
24 res = wait3(&good_status, WNOHANG, ru);
wait4.cc 30 int good_status; local
31 res = wait4(pid, &good_status, WNOHANG, ru);
  /external/autotest/cli/
compose_query 45 good_status = db.status_idx['GOOD'] variable
46 good = data_point.status_count.get(good_status, 0)
  /external/autotest/frontend/tko/
rpc_interface_unittest_fixme.py 154 good_status = models.Status.objects.create(word='GOOD')
166 status=good_status,
175 status=good_status,

Completed in 5371 milliseconds