]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/build/src/engine/boehm_gc/include/private/pthread_stop_world.h
Add patch for failing prerm scripts
[ceph.git] / ceph / src / boost / tools / build / src / engine / boehm_gc / include / private / pthread_stop_world.h
CommitLineData
7c673cae
FG
1#ifndef GC_PTHREAD_STOP_WORLD_H
2#define GC_PTHREAD_STOP_WORLD_H
3
4struct 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