MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / bioCreateFsyncJob

Function bioCreateFsyncJob

src/bio.cpp:161–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void bioCreateFsyncJob(int fd) {
162 struct bio_job *job = (bio_job*)zmalloc(sizeof(*job));
163 job->fd = fd;
164
165 bioSubmitJob(BIO_AOF_FSYNC, job);
166}
167
168void *bioProcessBackgroundJobs(void *arg) {
169 struct bio_job *job;

Callers 1

aof_background_fsyncFunction · 0.85

Calls 2

zmallocFunction · 0.85
bioSubmitJobFunction · 0.85

Tested by

no test coverage detected