Searched refs:fusion_alloc_socket_fd (Results 1 – 3 of 3) sorted by relevance
26 int32_t fusion_alloc_socket_fd(const char *program_name, int32_t module_type,
38 unsafe extern "C" fn fusion_alloc_socket_fd(program_name: *const c_char, module_type: i32, in fusion_alloc_socket_fd() function
306 int32_t ret = fusion_alloc_socket_fd(programName.c_str(), moduleType, &socketFd_, &tokenType_); in AllocSocketPair()