Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ aio_write
Function
aio_write
src/base/aio.cpp:256–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
254
}
255
256
void aio_write(ASYNCIO *aio, const void *buffer, unsigned size)
257
{
258
aio_lock(aio);
259
aio_write_unlocked(aio, buffer, size);
260
aio_unlock(aio);
261
}
262
263
void aio_write_newline_unlocked(ASYNCIO *aio)
264
{
Callers
3
TeeHistorianWrite
Method · 0.85
Write
Method · 0.85
TEST_F
Function · 0.85
Calls
1
aio_write_unlocked
Function · 0.85
Tested by
2
Write
Method · 0.68
TEST_F
Function · 0.68