thread_blocked     36 gc/include/private/pthread_support.h     short thread_blocked;	/* Protected by GC lock.		*/
thread_blocked    319 gc/pthread_stop_world.c 	    if (p -> thread_blocked) /* Will wait */ continue;
thread_blocked    429 gc/pthread_stop_world.c 	    if (p -> thread_blocked) continue;
thread_blocked    575 gc/pthread_support.c     GC_ASSERT(result -> flags == 0 && result -> thread_blocked == 0);
thread_blocked    982 gc/pthread_support.c     GC_ASSERT(!(me -> thread_blocked));
thread_blocked   1002 gc/pthread_support.c     me -> thread_blocked = TRUE;
thread_blocked   1010 gc/pthread_support.c     GC_ASSERT(me -> thread_blocked);
thread_blocked   1011 gc/pthread_support.c     me -> thread_blocked = FALSE;