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

/macosx-10.10.1/ruby-106/ruby/
H A Dthread.c4704 recursive_check(VALUE list, VALUE obj_id, VALUE paired_obj_id) argument
4716 if (paired_obj_id) {
4718 if (!OBJ_ID_EQL(paired_obj_id, pair_list))
4722 if (NIL_P(rb_hash_lookup(pair_list, paired_obj_id)))
4730 * Pushes obj_id (or the pair <obj_id, paired_obj_id>) in the recursion list.
4732 * For a pair, it sets list[obj_id] to paired_obj_id if possible,
4762 * Pops obj_id (or the pair <obj_id, paired_obj_id>) from the recursion list.
4763 * For a pair, if list[obj_id] is a hash, then paired_obj_id is

Completed in 77 milliseconds