Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dthread.c3292 threadptr_local_aset(rb_thread_t *th, ID id, VALUE val) in threadptr_local_aset() function
3323 return threadptr_local_aset(rb_thread_ptr(thread), id, val); in rb_thread_local_aset()