MCPcopy Create free account
hub / github.com/crownengine/crown / write

Method write

src/core/network/socket.cpp:343–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343WriteResult TCPSocket::write(const void *data, u32 size)
344{
345 socket_internal::set_blocking(_priv->socket, true);
346 return socket_internal::write(_priv->socket, data, size);
347}
348
349WriteResult TCPSocket::write_nonblock(const void *data, u32 size)
350{

Callers 6

test_file_monitorFunction · 0.45
write_port_fileFunction · 0.45
sendMethod · 0.45
run_input_threadMethod · 0.45
run_output_threadMethod · 0.45
do_chunked_ioMethod · 0.45

Calls 2

set_blockingFunction · 0.85
writeFunction · 0.70

Tested by 1

test_file_monitorFunction · 0.36