Searched refs:child_fn (Results 1 - 2 of 2) sorted by relevance
/bionic/tests/ |
H A D | utils.h | 168 void Run(const std::function<void()>& child_fn, int expected_exit_status, argument 182 child_fn();
|
H A D | sched_test.cpp | 24 static int child_fn(void* i_ptr) { function 34 pid_t tid = clone(child_fn, &child_stack[1024], CLONE_VM, &i); 59 ASSERT_EQ(-1, clone(child_fn, &fake_child_stack[16], CLONE_THREAD, NULL)); 66 ASSERT_EQ(-1, clone(child_fn, nullptr, CLONE_VM, &i));
|
Completed in 29 milliseconds