-
- Downloads
pthread_stop_world.c (GC_suspend_handler): Redirect to suspension routine if...
pthread_stop_world.c (GC_suspend_handler): Redirect to suspension routine if signal is received and thread is flagged... * pthread_stop_world.c (GC_suspend_handler): Redirect to suspension routine if signal is received and thread is flagged SUSPENDED. (suspend_self): New function. (GC_suspend_thread): New function. (GC_resume_thread): New function. * include/gc.h (GC_suspend_thread): Declare. (GC_resumet_thread): Declare. * include/private/pthread_support.h (SUSPENDED): New GC_thread flag. From-SVN: r114869
Showing
- boehm-gc/ChangeLog 12 additions, 0 deletionsboehm-gc/ChangeLog
- boehm-gc/include/gc.h 10 additions, 0 deletionsboehm-gc/include/gc.h
- boehm-gc/include/private/pthread_support.h 1 addition, 0 deletionsboehm-gc/include/private/pthread_support.h
- boehm-gc/pthread_stop_world.c 59 additions, 6 deletionsboehm-gc/pthread_stop_world.c
Loading
Please register or sign in to comment