X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fthread.h;h=306d133fa45018b8a43b0d51c5ca03297051c78a;hb=f12b298a4ce9090470000360b49523e56475a680;hp=c12307773dd307a5edfdd92ff66865003a0882a1;hpb=85e1967527101d2d8a4c0f5d37857cf731690733;p=sbcl.git diff --git a/src/runtime/thread.h b/src/runtime/thread.h index c123077..306d133 100644 --- a/src/runtime/thread.h +++ b/src/runtime/thread.h @@ -56,6 +56,8 @@ wait_for_thread_state_change(struct thread *thread, lispobj state) #endif +extern int kill_safely(os_thread_t os_thread, int signal); + #define THREAD_SLOT_OFFSET_WORDS(c) \ (offsetof(struct thread,c)/(sizeof (struct thread *)))