Ruby  2.0.0p353(2013-11-22revision43784)
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

int32_t PepperInstance::as_int

Definition at line 88 of file pepper_main.c.

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

const char* PepperInstance::as_str

Definition at line 89 of file pepper_main.c.

Referenced by pruby_async_return_str().

VALUE PepperInstance::as_value
void* PepperInstance::async_call_args
union { ... } PepperInstance::async_call_result
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
PP_Instance PepperInstance::instance
pthread_mutex_t PepperInstance::mutex
VALUE PepperInstance::self

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().

PP_Resource PepperInstance::url_loader

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