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

/macosx-10.10.1/ruby-106/ruby/
H A Diseq.c483 static struct st_table *type_map_cache = 0; local
523 type_map = type_map_cache;
536 cached_map = ATOMIC_PTR_CAS(type_map_cache, (struct st_table *)0, type_map);

Completed in 128 milliseconds