Remove a ThreadEntry* from the map of allId2ThreadEntrySets_ for all slot
Synopsis
Declared in <folly/detail/ThreadLocalDetail.h>
void
removeThreadEntryFromAllInMap(ThreadEntry* te);
Description
used. This is essentially clearing out a ThreadEntry entirely from the allId2ThreadEntrySets_.
Parameters
Name |
Description |
te |
The thread entry to remove from all sets. |
Created with MrDocs