Naveen Neel / shedskin
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers pthread_stop_world.h Source File

pthread_stop_world.h

00001 #ifndef GC_PTHREAD_STOP_WORLD_H
00002 #define GC_PTHREAD_STOP_WORLD_H
00003 
00004 struct thread_stop_info {
00005     int signal;
00006     word last_stop_count;   /* GC_last_stop_count value when thread */
00007                     /* last successfully handled a suspend  */
00008                     /* signal.              */
00009     ptr_t stack_ptr;        /* Valid only when stopped.         */
00010 };
00011     
00012 #endif