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

Version Path
rubyrun-0.9.9.3 ext/rubyrunnative__.h
rubyrun-0.9.9.2 ext/rubyrunnative__.h
rubyrun-0.9.9.1 ext/rubyrunnative__.h
rubyrun-0.9.0-mswin32 ext/rubyrunnative__.h
rubyrun-0.9.0-i586-linux ext/rubyrunnative__.h
RubyRun_CE-0.9.0-powerpc-darwin ext/rubyrunnative__.h
RubyRun_CE-0.9.0 ext/rubyrunnative__.h
rubyrun-0.9.0-powerpc-darwin ext/rubyrunnative__.h
rubyrun-0.9.5-universal-darwin-8 ext/rubyrunnative__.h
rubyrun-0.9.5-universal-darwin-9 ext/rubyrunnative__.h
rubyrun-0.9.0 ext/rubyrunnative__.h
rubyrun-0.9.5-x86-mswin32-60 ext/rubyrunnative__.h
rubyrun-0.9.5 ext/rubyrunnative__.h
rubyrun-0.9.5-x86-linux ext/rubyrunnative__.h
rubyrun-0.9.6-universal-darwin-9 ext/rubyrunnative__.h
rubyrun-0.9.6-x86-linux ext/rubyrunnative__.h
rubyrun-0.9.8 ext/rubyrunnative__.h
rubyrun-0.9.7 ext/rubyrunnative__.h
rubyrun-0.9.6 ext/rubyrunnative__.h
rubyrun-0.9.9 ext/rubyrunnative__.h