Searched refs:BLOCKING_REGION (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dthread_win32.c242 BLOCKING_REGION(ret = rb_w32_wait_events_blocking(events, num, timeout),
296 BLOCKING_REGION(ret = rb_w32_sleep(msec),
H A Dthread.c152 #define BLOCKING_REGION(exec, ubf, ubfarg, fail_if_interrupted) do { \ macro
1219 BLOCKING_REGION({
1344 BLOCKING_REGION({
3365 BLOCKING_REGION({
3585 BLOCKING_REGION({
/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Drubysocket.h205 #define BLOCKING_REGION(func, arg) (long)rb_thread_blocking_region((func), (arg), RUBY_UBF_IO, 0) macro

Completed in 71 milliseconds