TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitialized.  This isn't true for the pthread_key_t type, which is unsigned on Linux and reportedly a struct on Macs.  This change modifies the Slot type to be a struct containing an "initialized" flag.


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1122 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: 6a6e657234868ad4044b03bdeb9c6f7e872b5ee6
8 files changed
tree: ef7e85fead5eb254f86f3a2966f0e36cb7bd87cf
  1. base/
  2. build/