Home
last modified time | relevance | path

Searched refs:try_open (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libc/shared/
H A Drpc.h374 RPC_ATTRS rpc::optional<Port> try_open(uint32_t lane_size,
553 Server::try_open(uint32_t lane_size, uint32_t start) { in try_open() function
584 if (rpc::optional<Server::Port> p = try_open(lane_size)) in open()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h4800 int try_open(const char *filename, const char *mode) { in try_open() function
H A Dkmp_affinity.cpp1610 int status = file.try_open(path, "r"); in __kmp_parse_cpu_list()