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@1113 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: c3ec35638ea6594b6bdbac7ff92c38add8984623
7 files changed
tree: 532a9a6f6b87f189e09de52103769b66deb247b8
  1. base/
  2. build/