Searched refs:bioCreateBackgroundJob (Results 1 – 3 of 3) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | bio.h | 32 void bioCreateBackgroundJob(int type, void *arg1, void *arg2, void *arg3);
|
| H A D | bio.c | 126 void bioCreateBackgroundJob(int type, void *arg1, void *arg2, void *arg3) { in bioCreateBackgroundJob() function
|
| H A D | aof.c | 202 bioCreateBackgroundJob(BIO_AOF_FSYNC,(void*)(long)fd,NULL,NULL); in aof_background_fsync() 1477 if (oldfd != -1) bioCreateBackgroundJob(BIO_CLOSE_FILE,(void*)(long)oldfd,NULL,NULL); in backgroundRewriteDoneHandler()
|