MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bioCreateFsyncJob

Function bioCreateFsyncJob

app/redis-6.2.6/src/bio.c:160–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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