Home
last modified time | relevance | path

Searched refs:connect (Results 1 – 25 of 27) sorted by relevance

12

/bionic/libc/async_safe/
DREADME.md6 it among threads, whereas these functions connect to liblog for each log message. While it's
9 costly to connect a socket for each thread as some processes, such as system_server, have over 100
Dasync_safe_log.cpp476 if (TEMP_FAILURE_RETRY(connect(log_fd, &u.addr, sizeof(u.addrUn))) != 0) { in open_log_socket()
/bionic/libc/bionic/
DNetdClientDispatch.cpp61 int connect(int fd, const sockaddr* addr, socklen_t addr_length) { in connect() function
62 return __netdClientDispatch.connect(fd, addr, addr_length); in connect()
DNetdClient.cpp56 netdClientInitFunction(handle, "netdClientInitConnect", &__netdClientDispatch.connect); in netdClientInitImpl()
Dandroid_profiling_dynamic.cpp136 if (connect(sock_fd.get(), reinterpret_cast<const struct sockaddr*>(&saddr), addrlen) == -1) { in HandleTracedPerfSignal()
Dsystem_property_set.cpp70 if (TEMP_FAILURE_RETRY(connect(socket_.get(), in PropertyServiceConnection()
/bionic/libc/private/
DNetdClientDispatch.h26 int (*connect)(int, const struct sockaddr*, socklen_t); member
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_089.S156 CALL(connect)
186 GOT_RELOC(connect)
Dliblinker_reloc_bench_008.S362 CALL(connect)
Dliblinker_reloc_bench_033.S606 CALL(connect)
Dliblinker_reloc_bench_006.S670 CALL(connect)
Dliblinker_reloc_bench_095.S122 CALL(connect)
Dliblinker_reloc_bench_098.S1596 CALL(connect)
Dliblinker_reloc_bench_135.S544 CALL(connect)
Dliblinker_reloc_bench_134.S1615 CALL(connect)
Dliblinker_reloc_bench_102.S980 CALL(connect)
/bionic/tests/headers/posix/
Dsys_socket_h.c137 FUNCTION(connect, int (*f)(int, const struct sockaddr*, socklen_t)); in sys_socket_h()
/bionic/libc/kernel/uapi/sound/
Dasequencer.h183 struct snd_seq_connect connect; member
/bionic/tests/
Dsys_socket_test.cpp51 if (connect(fd, reinterpret_cast<struct sockaddr*>(&addr), sizeof(addr)) < 0) { in ConnectFn()
Dfdtrack_test.cpp270 CHECK_NE(-1, connect(connector, reinterpret_cast<sockaddr*>(&addr), addrlen)); in CreateListener()
/bionic/libc/include/sys/
Dsocket.h299 __socketcall int connect(int __fd, const struct sockaddr* __addr, socklen_t __addr_length);
/bionic/libc/tools/
Dposix-2013.txt128 connect
/bionic/libc/
DSYSCALLS.TXT248 int __connect:connect(int, struct sockaddr*, socklen_t) arm,lp64
Dlibc.map.txt281 connect;
/bionic/tools/versioner/platforms/
Dlibc.map.txt281 connect;

12