Ruby  2.1.10p492(2016-04-01revision54464)
Data Fields
asynchronous_arg_t Struct Reference

Data Fields

voidstackaddr
 
int errnum
 
uintptr_t(* func )(uintptr_t self, int argc, uintptr_t *argv)
 
uintptr_t self
 
int argc
 
uintptr_targv
 

Detailed Description

Definition at line 5337 of file win32.c.

Field Documentation

int asynchronous_arg_t::argc

Definition at line 5345 of file win32.c.

Referenced by call_asynchronous(), and rb_w32_asynchronize().

uintptr_t* asynchronous_arg_t::argv

Definition at line 5346 of file win32.c.

Referenced by call_asynchronous(), and rb_w32_asynchronize().

int asynchronous_arg_t::errnum

Definition at line 5340 of file win32.c.

Referenced by call_asynchronous(), and rb_w32_asynchronize().

uintptr_t(* asynchronous_arg_t::func)(uintptr_t self, int argc, uintptr_t *argv)

Definition at line 5343 of file win32.c.

Referenced by call_asynchronous(), and rb_w32_asynchronize().

uintptr_t asynchronous_arg_t::self

Definition at line 5344 of file win32.c.

Referenced by call_asynchronous(), and rb_w32_asynchronize().

void* asynchronous_arg_t::stackaddr

Definition at line 5339 of file win32.c.

Referenced by call_asynchronous(), and rb_w32_asynchronize().


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