[BACK]Return to pthread_stop_world.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / gc / include / private

Annotation of OpenXM_contrib2/asir2000/gc/include/private/pthread_stop_world.h, Revision 1.1

1.1     ! noro        1: #ifndef GC_PTHREAD_STOP_WORLD_H
        !             2: #define GC_PTHREAD_STOP_WORLD_H
        !             3:
        !             4: struct thread_stop_info {
        !             5:     int        signal;
        !             6:     word last_stop_count;      /* GC_last_stop_count value when thread */
        !             7:                                /* last successfully handled a suspend  */
        !             8:                                /* signal.                              */
        !             9:     ptr_t stack_ptr;           /* Valid only when stopped.             */
        !            10: };
        !            11:
        !            12: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>