Home
last modified time | relevance | path

Searched defs:create_child (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djson_token.cc152 static grpc_json* create_child(grpc_json* brother, grpc_json* parent, in create_child() function
/external/linux-kselftest/tools/testing/selftests/pidfd/
Dpidfd_setns_test.c75 pid_t create_child(int *pidfd, unsigned flags) in create_child() function
/external/tensorflow/tensorflow/python/module/
Dmodule_test.py599 def __init__(self, create_child=True, container_type=list): argument