Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dvm.c3150 volatile VALUE th_self; in Init_VM() local
3156 th_self = th->self = TypedData_Wrap_Struct(rb_cThread, &thread_data_type, th); in Init_VM()
3157 rb_iv_set(th_self, "locals", rb_hash_new()); in Init_VM()