1 #ifndef GC_PTHREAD_STOP_WORLD_H
2 #define GC_PTHREAD_STOP_WORLD_H
4 struct thread_stop_info
{
6 word last_stop_count
; /* GC_last_stop_count value when thread */
7 /* last successfully handled a suspend */
9 ptr_t stack_ptr
; /* Valid only when stopped. */