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

Function bioCreateCloseJob

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

Source from the content-addressed store, hash-verified

151}
152
153void bioCreateCloseJob(int fd) {
154 struct bio_job *job = zmalloc(sizeof(*job));
155 job->fd = fd;
156
157 bioSubmitJob(BIO_CLOSE_FILE, job);
158}
159
160void bioCreateFsyncJob(int fd) {
161 struct bio_job *job = zmalloc(sizeof(*job));

Callers 3

bg_unlinkFunction · 0.85
readSyncBulkPayloadFunction · 0.85

Calls 2

zmallocFunction · 0.85
bioSubmitJobFunction · 0.85

Tested by

no test coverage detected