Home | History | Annotate | Download | only in base

Lines Matching refs:Slot

25   class Slot {
27 explicit Slot(TLSDestructorFunc destructor = NULL);
30 // It returns an uninitialized Slot.
31 explicit Slot(base::LinkerInitialized x) {}
33 // Set up the TLS slot. Called by the constructor.
35 // this object. If set to NULL, no cleanup is done for this TLS slot.
39 // Free a previously allocated TLS 'slot'.
40 // If a destructor was set for this slot, removes
45 // Get the thread-local value stored in slot 'slot'.
49 // Set the thread-local value stored in slot 'slot' to
64 DISALLOW_COPY_AND_ASSIGN(Slot);
92 typedef ThreadLocalStorage::Slot TLSSlot;