Ruby  2.4.2p198(2017-09-14revision59899)
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 85 of file pepper_main.c.

Field Documentation

◆ as_int

int32_t PepperInstance::as_int

Definition at line 91 of file pepper_main.c.

Referenced by pruby_async_return_int().

◆ as_str

const char* PepperInstance::as_str

Definition at line 92 of file pepper_main.c.

Referenced by pruby_async_return_str().

◆ as_value

VALUE PepperInstance::as_value

Definition at line 93 of file pepper_main.c.

Referenced by inst_mark(), and pruby_async_return_value().

◆ async_call_args

void* PepperInstance::async_call_args

◆ async_call_result

union { ... } PepperInstance::async_call_result

◆ buf

char PepperInstance::buf[1000]

Definition at line 95 of file pepper_main.c.

◆ cond

pthread_cond_t PepperInstance::cond

◆ instance

PP_Instance PepperInstance::instance

◆ mutex

pthread_mutex_t PepperInstance::mutex

Definition at line 98 of file pepper_main.c.

Referenced by init_libraries(), pruby_eval(), and pruby_register_instance().

◆ self

VALUE PepperInstance::self

Definition at line 88 of file pepper_main.c.

Referenced by pruby_register_instance().

◆ th

pthread_t PepperInstance::th

Definition at line 97 of file pepper_main.c.

Referenced by init_libraries_if_necessary(), and Messaging_HandleMessage().

◆ url_loader

PP_Resource PepperInstance::url_loader

Definition at line 87 of file pepper_main.c.

Referenced by Instance_DidDestroy(), and pruby_register_instance().


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