last_stop_count     6 gc/include/private/pthread_stop_world.h     word last_stop_count;	/* GC_last_stop_count value when thread	*/
last_stop_count   151 gc/pthread_stop_world.c     if (me -> stop_info.last_stop_count == my_stop_count) {
last_stop_count   172 gc/pthread_stop_world.c     me -> stop_info.last_stop_count = my_stop_count;
last_stop_count   318 gc/pthread_stop_world.c             if (p -> stop_info.last_stop_count == GC_stop_count) continue;