Sha256: 45449490de9ce02fafb514bf01368d9cc433c7a54f00792bc5ec8bab69bf1d72
Contents?: true
Size: 1.05 KB
Versions: 21
Compression:
Stored size: 1.05 KB
Contents
/**************************************************************** # # # (C) Copyright Rubysophic Inc. 2007-2008 # # All rights reserved. # # # # Use, duplication or disclosure of the code is not permitted # # unless licensed. # # # # Last Updated: 5/24/08 # ****************************************************************/ #include "ruby.h" #include "env.h" #include "node.h" #include "st.h" #include "setjmp.h" #define SAVE_WIN32_EXCEPTION_LIST #if defined(__cplusplus) extern "C" { #endif // Main entry method void Init_rubyrunnative__(); static VALUE c_getAllThreadTopStacks(VALUE self); // Helper methods static VALUE getTopThreadStack(rb_thread_t thrObj); #if defined(__cplusplus) } // extern "C" #endif
Version data entries
21 entries across 21 versions & 2 rubygems