Searched refs:bioProcessBackgroundJobs (Results 1 – 1 of 1) sorted by relevance
86 void *bioProcessBackgroundJobs(void *arg);123 if (pthread_create(&thread,&attr,bioProcessBackgroundJobs,arg) != 0) { in bioInit()145 void *bioProcessBackgroundJobs(void *arg) { in bioProcessBackgroundJobs() function