24587 14 bin/pil_service 40r CONDVAR (0x384b376488) 24587 15 bin/pil_service 20r INTR 24587 16 bin/pil_service 20r REPLY 442417 24587 17 bin/pil_service 20r CONDVAR (0x32ccea2308) 24587 18 bin/pil_service 40r CONDVAR (0x384b376488) 24587 19 bin/pil_service 20r REPLY 442417 24587 20 ...
void *bioProcessBackgroundJobs(void *arg) { unsigned long type = (unsigned long) arg; struct bio_job *job; while(1) { listNode *ln; pthread_mutex_lock(&bio_mutex[type]); if (listLength(bio_jobs[type]) == 0) { //条件不成立,等待 pthread_cond_wait(&bio_condvar[type],&bio_mutex[...