Searched refs:forked (Results 1 – 2 of 2) sorted by relevance
102 static void verifyNotForked(bool forked) { in verifyNotForked() argument103 LOG_ALWAYS_FATAL_IF(forked, "libbinder ProcessState can not be used after fork"); in verifyNotForked()
21 …* _Contrasted with Robolectric, which has limited (and forked) testing of their environment, incre…