Home
last modified time | relevance | path

Searched refs:fault_type (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/windows/unittests/
Dcrash_generation_server_test.cc105 void FaultyClient(ClientFault fault_type) { in FaultyClient() argument
134 DoFaultyClient(fault_type, pipe); in FaultyClient()
162 void DoFaultyClient(ClientFault fault_type, HANDLE pipe) { in DoFaultyClient() argument
163 if (fault_type == CLOSE_AFTER_CONNECT) { in DoFaultyClient()
171 fault_type == SEND_INVALID_REGISTRATION ? in DoFaultyClient()
188 fault_type == TRUNCATE_REGISTRATION ? in DoFaultyClient()
193 if (fault_type == CLOSE_AFTER_REGISTRATION) { in DoFaultyClient()
201 fault_type == RESPONSE_BUFFER_TOO_SMALL ? in DoFaultyClient()
206 switch (fault_type) { in DoFaultyClient()
217 if (fault_type == CLOSE_AFTER_RESPONSE) { in DoFaultyClient()
/external/ltp/testcases/kernel/mem/mtest05/
Dmmstress.c357 int fault_type, /* type of fault to be generated */ in map_and_thread() argument
400 map_type = (fault_type == COW_FAULT) ? MAP_PRIVATE : MAP_SHARED; in map_and_thread()
408 ((fault_type == READ_FAULT) ? in map_and_thread()
440 th_args[3] = fault_type; in map_and_thread()