Ruby  2.0.0p247(2013-06-27revision41674)
Data Fields
PepperInstance Struct Reference

Data Fields

PP_Instance instance
PP_Resource url_loader
VALUE self
void * async_call_args
union {
   int32_t   as_int
   const char *   as_str
   VALUE   as_value
async_call_result
char buf [1000]
pthread_t th
pthread_mutex_t mutex
pthread_cond_t cond

Detailed Description

Definition at line 82 of file pepper_main.c.


Field Documentation

Definition at line 88 of file pepper_main.c.

Referenced by pruby_async_return_int(), rb_file_load_ok(), and rb_load_file().

Definition at line 89 of file pepper_main.c.

Referenced by pruby_async_return_str().

char PepperInstance::buf[1000]

Definition at line 92 of file pepper_main.c.

Referenced by load_file_read_contents(), and load_file_read_contents_callback().

pthread_cond_t PepperInstance::cond
pthread_mutex_t PepperInstance::mutex

Definition at line 85 of file pepper_main.c.

Referenced by pruby_register_instance().

pthread_t PepperInstance::th

Definition at line 94 of file pepper_main.c.

Referenced by init_libraries_if_necessary(), and Messaging_HandleMessage().


The documentation for this struct was generated from the following file: