n_live_threads    306 gc/pthread_stop_world.c     int n_live_threads = 0;
n_live_threads    320 gc/pthread_stop_world.c             n_live_threads++;
n_live_threads    329 gc/pthread_stop_world.c                     n_live_threads--;
n_live_threads    339 gc/pthread_stop_world.c     return n_live_threads;
n_live_threads    346 gc/pthread_stop_world.c     int n_live_threads;
n_live_threads    363 gc/pthread_stop_world.c     n_live_threads = GC_suspend_all();
n_live_threads    373 gc/pthread_stop_world.c 	      if (ack_count == n_live_threads) break;
n_live_threads    384 gc/pthread_stop_world.c 		  if (newly_sent < n_live_threads - ack_count) {
n_live_threads    386 gc/pthread_stop_world.c 		      n_live_threads = ack_count + newly_sent;
n_live_threads    394 gc/pthread_stop_world.c     for (i = 0; i < n_live_threads; i++) {
n_live_threads    418 gc/pthread_stop_world.c     register int n_live_threads = 0;
n_live_threads    430 gc/pthread_stop_world.c             n_live_threads++;
n_live_threads    439 gc/pthread_stop_world.c                     n_live_threads--;