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

  /external/chromium_org/mojo/public/cpp/utility/lib/
thread_local.h 26 static void FreeSlot(SlotType slot);
43 ThreadLocalPlatform::FreeSlot(slot_);
thread_local_posix.cc 20 void ThreadLocalPlatform::FreeSlot(SlotType slot) {
thread_local_win.cc 20 void ThreadLocalPlatform::FreeSlot(SlotType slot) {
  /external/chromium_org/base/threading/
thread_local_android.cc 19 void ThreadLocalPlatform::FreeSlot(SlotType slot) {
thread_local_posix.cc 23 void ThreadLocalPlatform::FreeSlot(SlotType slot) {
thread_local_win.cc 21 void ThreadLocalPlatform::FreeSlot(SlotType slot) {
thread_local.h 76 static void FreeSlot(SlotType slot);
91 internal::ThreadLocalPlatform::FreeSlot(slot_);
  /external/chromium_org/chrome/utility/importer/
nss_decryptor_system_nss.h 50 void FreeSlot(PK11SlotInfo* slot) const {}
nss_decryptor_mac.h 144 void FreeSlot(PK11SlotInfo* slot) const { PK11_FreeSlot(slot); }
nss_decryptor_win.h 148 void FreeSlot(PK11SlotInfo* slot) const { PK11_FreeSlot(slot); }
nss_decryptor.cc 82 FreeSlot(slot);
102 FreeSlot(slot);
  /art/runtime/gc/allocator/
rosalloc.h 219 void FreeSlot(void* ptr);
rosalloc.cc 769 run->FreeSlot(ptr);
    [all...]

Completed in 539 milliseconds