Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
asynchronous_arg_t Struct Reference

Data Fields

void * stackaddr
 
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 5913 of file win32.c.

Field Documentation

◆ argc

int asynchronous_arg_t::argc

Definition at line 5921 of file win32.c.

Referenced by call_asynchronous(), and rb_w32_asynchronize().

◆ argv

uintptr_t* asynchronous_arg_t::argv

Definition at line 5922 of file win32.c.

Referenced by call_asynchronous(), and rb_w32_asynchronize().

◆ errnum

int asynchronous_arg_t::errnum

Definition at line 5916 of file win32.c.

Referenced by call_asynchronous(), and rb_w32_asynchronize().

◆ func

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

Definition at line 5919 of file win32.c.

Referenced by call_asynchronous(), and rb_w32_asynchronize().

◆ self

uintptr_t asynchronous_arg_t::self

Definition at line 5920 of file win32.c.

Referenced by call_asynchronous(), and rb_w32_asynchronize().

◆ stackaddr

void* asynchronous_arg_t::stackaddr

Definition at line 5915 of file win32.c.

Referenced by call_asynchronous(), and rb_w32_asynchronize().


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