Searched refs:asynchronous_func_t (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dwin32.h747 in asynchronous_func_t.
749 typedef uintptr_t (*asynchronous_func_t)(uintptr_t self, int argc, uintptr_t* argv); typedef
750 uintptr_t rb_w32_asynchronize(asynchronous_func_t func, uintptr_t self, int argc, uintptr_t* argv, uintptr_t intrval);
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c336 const asynchronous_func_t locker = flock_winnt;
5017 rb_w32_asynchronize(asynchronous_func_t func, uintptr_t self,

Completed in 236 milliseconds