Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/process_posix/src/
H A DProcessTest.cpp414 int childReturn = GetRandom(256) - 1; in HWTEST_F() local
415 LOG("> childReturn = %d", childReturn); in HWTEST_F()
420 exit(childReturn); in HWTEST_F()
427 EXPECT_EQ(WEXITSTATUS(status), childReturn); in HWTEST_F() local
459 int childReturn = GetRandom(128) - 1; in HWTEST_F() local
460 LOG("> childReturn = %d", childReturn); in HWTEST_F()
465 exit(childReturn); in HWTEST_F()
472 EXPECT_EQ(WEXITSTATUS(status), childReturn); in HWTEST_F() local
[all...]

Completed in 2 milliseconds