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

/macosx-10.10/ruby-106/ruby/
H A Dthread.c1205 call_without_gvl(void *(*func)(void *), void *data1, function
1322 return call_without_gvl(func, data1, ubf, data2, TRUE);
1329 return call_without_gvl(func, data1, ubf, data2, FALSE);

Completed in 76 milliseconds