HomeSort by relevance Sort by last modified time
    Searched refs:new_slot (Results 1 - 2 of 2) sorted by null

  /art/runtime/base/
mutex.cc 243 uint32_t new_slot; local
246 new_slot = (slot + 1) % kContentionLogSize;
247 } while (!data->cur_content_log_entry.CompareExchangeWeakRelaxed(slot, new_slot));
248 log[new_slot].blocked_tid = blocked_tid;
249 log[new_slot].owner_tid = owner_tid;
250 log[new_slot].count.StoreRelaxed(1);
    [all...]
  /ndk/sources/host-tools/make-3.81/
variable.c 892 struct variable **new_slot;
945 new_slot = (struct variable **) hash_find_slot (&table, v);
946 if (HASH_VACANT (*new_slot))
947 hash_insert_at (&table, v, new_slot);
882 struct variable **new_slot; local
    [all...]

Completed in 717 milliseconds