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

  /external/chromium_org/base/threading/
thread_local_storage_posix.cc 18 void PlatformThreadLocalStorage::FreeTLS(TLSKey key) {
thread_local_storage.h 47 // Note: FreeTLS() doesn't have to be called, it is fine with this leak, OS
50 static void FreeTLS(TLSKey key);
thread_local_storage_win.cc 24 void PlatformThreadLocalStorage::FreeTLS(TLSKey key) {
thread_local_storage.cc 73 PlatformThreadLocalStorage::FreeTLS(tmp);
84 PlatformThreadLocalStorage::FreeTLS(key);

Completed in 2723 milliseconds