Home
last modified time | relevance | path

Searched refs:id_locals (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dthread.c95 static ID id_locals; variable
3378 locals = rb_ivar_get(thread, id_locals); in rb_thread_variable_get()
3400 locals = rb_ivar_get(thread, id_locals); in rb_thread_variable_set()
3503 locals = rb_ivar_get(thread, id_locals); in rb_thread_variables()
3534 locals = rb_ivar_get(thread, id_locals); in rb_thread_variable_p()
5106 id_locals = rb_intern("locals"); in Init_Thread()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.1.014047 * thread.c (id_locals): use cached ID.