OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/
models_test.py
17
self.
good_status
= models.Status.objects.create(word='GOOD')
29
status=self.
good_status
,
Completed in 343 milliseconds