]> granicus.if.org Git - gc/commit
* pthread_stop_world.c (GC_suspend_handler): Redirect to suspension
authorkseitz <kseitz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Jun 2006 20:56:37 +0000 (20:56 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:27 +0000 (10:54 +0400)
commit42fe54a30fa1cd9ab206387a7923bdfbc170b7e0
treeed360dcf190e8f82173c4fa2ebdd28b509be29a1
parent5794f20d7889eb6c52a3bdb3eb7865e1c61638fa
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114869 138bc75d-0d04-0410-961f-82ee72b054a4
ChangeLog
include/gc.h
include/private/pthread_support.h
pthread_stop_world.c