Merge from mainline
[official-gcc.git] / boehm-gc / include / private / pthread_stop_world.h
blob6f9197a1f6f103615d59040c0b0a728726b95da3
1 #ifndef GC_PTHREAD_STOP_WORLD_H
2 #define GC_PTHREAD_STOP_WORLD_H
4 struct thread_stop_info {
5 word last_stop_count; /* GC_last_stop_count value when thread */
6 /* last successfully handled a suspend */
7 /* signal. */
8 ptr_t stack_ptr; /* Valid only when stopped. */
9 };
11 #endif