Searched defs:child (Results 1 – 10 of 10) sorted by relevance
60 static void check_hw_feature_supported(pid_t child, HwFeature feature) { in check_hw_feature_supported()107 static void set_watchpoint(pid_t child, uintptr_t address, size_t size) { in set_watchpoint()155 pid_t child = fork(); in run_watchpoint_test() local294 static void set_breakpoint(pid_t child) { in set_breakpoint()342 pid_t child = fork(); in TEST() local
41 pid_t child = fork(); in TEST() local
661 pid_t child = fork(); in SpawnChildrenAndMeasurePss() local
43 pid_t child = 0; in BM_spawn_test() local
60 pid_t child; in system() local
40 void (*child)(void); member
516 void soinfo::add_child(soinfo* child) { in add_child()529 children_.for_each([&] (soinfo* child) { in remove_all_links()536 parent->children_.remove_if([&] (const soinfo* child) { in remove_all_links()
730 si->get_children().for_each([&](soinfo* child) { in walk_dependencies_tree()1911 soinfo* child = nullptr; in soinfo_unload_impl() local
1216 int parent, child, desired_child_fd; in popen() local
548 uint64_t child; member