Searched refs:thread_volley (Results 1 – 2 of 2) sorted by relevance
190 daemon->shm_info->thread_volley = (int*)calloc( in shm_main_init()192 if(!daemon->shm_info->thread_volley) { in shm_main_init()228 free(daemon->shm_info->thread_volley); in shm_main_shutdown()311 if(shm_info->thread_volley[thread_num] != 0) { in shm_thread_is_first()321 memset(shm_info->thread_volley, 0, in shm_thread_is_first()339 if(!daemon->shm_info->thread_volley[i]) in shm_thread_is_last()378 shm_info->thread_volley[worker->thread_num] = 1; in shm_main_run()396 memset(shm_info->thread_volley, 0, in shm_main_run()
74 int* thread_volley; member