Searched defs:create_child (Results 1 – 3 of 3) sorted by relevance
152 static grpc_json* create_child(grpc_json* brother, grpc_json* parent, in create_child() function
75 pid_t create_child(int *pidfd, unsigned flags) in create_child() function
599 def __init__(self, create_child=True, container_type=list): argument