HomeSort by relevance Sort by last modified time
    Searched full:thread_local_storage (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium/base/threading/
thread_local_storage_posix.cc 5 #include "base/threading/thread_local_storage.h"
thread_local_storage_unittest.cc 11 #include "base/threading/thread_local_storage.h"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-single.h 46 static void *thread_local_storage = NULL; variable
120 thread_local_storage = value;
128 return thread_local_storage;
gthr-default.h 350 static void *thread_local_storage = NULL; variable
511 thread_local_storage = value;
523 return thread_local_storage;
gthr-posix.h 350 static void *thread_local_storage = NULL; variable
511 thread_local_storage = value;
523 return thread_local_storage;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr-single.h 46 static void *thread_local_storage = NULL; variable
120 thread_local_storage = value;
128 return thread_local_storage;
gthr-default.h 323 static void *thread_local_storage = NULL; variable
485 thread_local_storage = value;
497 return thread_local_storage;
gthr-posix.h 323 static void *thread_local_storage = NULL; variable
485 thread_local_storage = value;
497 return thread_local_storage;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr-single.h 46 static void *thread_local_storage = NULL; variable
120 thread_local_storage = value;
128 return thread_local_storage;
gthr-default.h 323 static void *thread_local_storage = NULL; variable
485 thread_local_storage = value;
497 return thread_local_storage;
gthr-posix.h 323 static void *thread_local_storage = NULL; variable
485 thread_local_storage = value;
497 return thread_local_storage;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-single.h 46 static void *thread_local_storage = NULL; variable
120 thread_local_storage = value;
128 return thread_local_storage;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-single.h 46 static void *thread_local_storage = NULL; variable
120 thread_local_storage = value;
128 return thread_local_storage;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-single.h 46 static void *thread_local_storage = NULL; variable
120 thread_local_storage = value;
128 return thread_local_storage;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-single.h 46 static void *thread_local_storage = NULL; variable
120 thread_local_storage = value;
128 return thread_local_storage;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-single.h 46 static void *thread_local_storage = NULL; variable
120 thread_local_storage = value;
128 return thread_local_storage;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-single.h 46 static void *thread_local_storage = NULL; variable
120 thread_local_storage = value;
128 return thread_local_storage;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-single.h 46 static void *thread_local_storage = NULL; variable
120 thread_local_storage = value;
128 return thread_local_storage;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-single.h 46 static void *thread_local_storage = NULL; variable
120 thread_local_storage = value;
128 return thread_local_storage;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-single.h 46 static void *thread_local_storage = NULL; variable
120 thread_local_storage = value;
128 return thread_local_storage;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-single.h 46 static void *thread_local_storage = NULL; variable
120 thread_local_storage = value;
128 return thread_local_storage;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/mips/include/bits/
gthr-default.h 46 static void *thread_local_storage = NULL; variable
120 thread_local_storage = value;
128 return thread_local_storage;
gthr-single.h 46 static void *thread_local_storage = NULL; variable
120 thread_local_storage = value;
128 return thread_local_storage;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-single.h 46 static void *thread_local_storage = NULL; variable
120 thread_local_storage = value;
128 return thread_local_storage;
  /external/chromium/net/base/
dns_reload_timer.cc 9 #include "base/threading/thread_local_storage.h"

Completed in 882 milliseconds

1 2 3