OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [boehm-gc/] [include/] [private/] [pthread_stop_world.h] - Blame information for rev 721

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 721 jeremybenn
#ifndef GC_PTHREAD_STOP_WORLD_H
2
#define GC_PTHREAD_STOP_WORLD_H
3
 
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
};
10
 
11
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.