thgroup 688 thread.c if (OBJ_FROZEN(current_th->thgroup)) {
thgroup 700 thread.c th->thgroup = current_th->thgroup;
thgroup 2731 thread.c group = th->thgroup;
thgroup 4137 thread.c return sizeof(struct thgroup);
thgroup 4169 thread.c struct thgroup *data;
thgroup 4171 thread.c group = TypedData_Make_Struct(klass, struct thgroup, &thgroup_data_type, data);
thgroup 4195 thread.c if (th->thgroup == group) {
thgroup 4222 thread.c struct thgroup *data;
thgroup 4224 thread.c TypedData_Get_Struct(group, struct thgroup, &thgroup_data_type, data);
thgroup 4241 thread.c struct thgroup *data;
thgroup 4243 thread.c TypedData_Get_Struct(group, struct thgroup, &thgroup_data_type, data);
thgroup 4280 thread.c struct thgroup *data;
thgroup 4287 thread.c TypedData_Get_Struct(group, struct thgroup, &thgroup_data_type, data);
thgroup 4292 thread.c if (!th->thgroup) {
thgroup 4296 thread.c if (OBJ_FROZEN(th->thgroup)) {
thgroup 4299 thread.c TypedData_Get_Struct(th->thgroup, struct thgroup, &thgroup_data_type, data);
thgroup 4305 thread.c th->thgroup = group;
thgroup 4811 thread.c th->thgroup = th->vm->thgroup_default = rb_obj_alloc(cThGroup);
thgroup 4812 thread.c rb_define_const(cThGroup, "Default", th->thgroup);
thgroup 2250 vm.c RUBY_MARK_UNLESS_NULL(th->thgroup);
thgroup 721 vm_core.h VALUE thgroup;