Home
last modified time | relevance | path

Searched defs:fork_func (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DForkTest.h35 void SetForkFunc(std::function<void()> fork_func) { fork_func_ = fork_func; } in SetForkFunc()
37 void Fork(std::function<void()> fork_func) { in Fork()
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/getsockopt/
H A Dgetsockopt02.c32 static void fork_func(void) in fork_func() function