Home
last modified time | relevance | path

Searched refs:BLOCKING_REGION (Results 1 – 5 of 5) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dthread_win32.c219 BLOCKING_REGION(th, ret = rb_w32_wait_events_blocking(events, num, timeout), in rb_w32_wait_events()
274 BLOCKING_REGION(th, ret = rb_w32_sleep(msec), in rb_w32_Sleep()
H A Dthread.c178 #define BLOCKING_REGION(th, exec, ubf, ubfarg, fail_if_interrupted) do { \ macro
1442 BLOCKING_REGION(th, { in call_without_gvl()
1574 BLOCKING_REGION(wfd.th, { in rb_thread_io_blocking_region()
3931 BLOCKING_REGION(set->th, { in do_select()
4108 BLOCKING_REGION(wfd.th, { in rb_wait_for_single_fd()
H A DChangeLog25166 `ec` or `th` around anyways, so the BLOCKING_REGION change
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.0.02172 * thread.c (BLOCKING_REGION): if fail_if_interrupted is false ignore
4995 * thread_win32.c: catch up latest change of BLOCKING_REGION.
H A DChangeLog-1.9.320930 * thread.c (blocking_region_begin): define before BLOCKING_REGION.
38108 * thread.c (BLOCKING_REGION): rewritten using helper functions.
65886 * thread.c (BLOCKING_REGION): restore previous UBF.
66468 * thread.c (GVL_UNLOCK_RANGE): rename to BLOCKING_REGION().