Ruby
2.4.2p198(2017-09-14revision59899)
|
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 |
Definition at line 85 of file pepper_main.c.
int32_t PepperInstance::as_int |
Definition at line 91 of file pepper_main.c.
Referenced by pruby_async_return_int().
const char* PepperInstance::as_str |
Definition at line 92 of file pepper_main.c.
Referenced by pruby_async_return_str().
VALUE PepperInstance::as_value |
Definition at line 93 of file pepper_main.c.
Referenced by inst_mark(), and pruby_async_return_value().
void* PepperInstance::async_call_args |
Definition at line 89 of file pepper_main.c.
Referenced by init_libraries(), Messaging_HandleMessage(), pruby_eval(), pruby_post_cstr(), and pruby_post_value().
union { ... } PepperInstance::async_call_result |
Referenced by inst_mark(), pruby_async_return_int(), pruby_async_return_str(), and pruby_async_return_value().
char PepperInstance::buf[1000] |
Definition at line 95 of file pepper_main.c.
pthread_cond_t PepperInstance::cond |
Definition at line 99 of file pepper_main.c.
Referenced by pruby_async_return_int(), pruby_async_return_str(), pruby_async_return_value(), and pruby_register_instance().
PP_Instance PepperInstance::instance |
Definition at line 86 of file pepper_main.c.
Referenced by init_libraries(), init_libraries_if_necessary(), Instance_DidChangeView(), Instance_DidCreate(), Messaging_HandleMessage(), pruby_async_return_int(), pruby_async_return_str(), pruby_async_return_value(), pruby_eval(), pruby_post_cstr(), pruby_post_value(), and pruby_register_instance().
pthread_mutex_t PepperInstance::mutex |
Definition at line 98 of file pepper_main.c.
Referenced by init_libraries(), pruby_eval(), and pruby_register_instance().
VALUE PepperInstance::self |
Definition at line 88 of file pepper_main.c.
Referenced by pruby_register_instance().
pthread_t PepperInstance::th |
Definition at line 97 of file pepper_main.c.
Referenced by init_libraries_if_necessary(), and Messaging_HandleMessage().
PP_Resource PepperInstance::url_loader |
Definition at line 87 of file pepper_main.c.
Referenced by Instance_DidDestroy(), and pruby_register_instance().