Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc7438 static int ExecDeathTestChildMain(void* child_arg) { in ExecDeathTestChildMain() function
7568 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args); in ExecDeathTestSpawnChild()
7577 ExecDeathTestChildMain(&args); in ExecDeathTestSpawnChild()