Searched defs:child (Results 1 – 13 of 13) sorted by relevance
15 pid_t child; in setup_fs() local
37 static std::string subdir(const char* parent, const char* child) { in subdir()
222 [&](pid_t child){ in TEST_P()314 [&](pid_t child){ in TEST_F()
64 std::unique_ptr<CallChainNode> child = in SplitNode() local
63 ThreadEntry* child = FindThreadOrNew(pid, tid); in ForkThread() local
40 def add_child(self, child): argument125 def add_child(self, child): argument
63 Entry* child; member
555 PidTid child = std::make_pair(event.pid, event.tid); in MapForkEvent() local
472 static void child(int argc, char* argv[]) { in child() function
741 int child = fork(); in runCommandInNamespace() local
518 pid_t child; in remountUid() local
164 struct node *child; /* first contained file by this dir */ member680 struct node* child = lookup_child_by_name_locked(parent, name); in acquire_or_create_child_locked() local765 const __u64 child, const char* name) { in fuse_notify_delete()
246 AlarmHelper(unsigned num_seconds, pid_t child) in AlarmHelper()