Searched defs:__thread (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h181 #define __thread __declspec(thread) macro
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h178 #define __thread __declspec(thread) macro
/external/chromium_org/third_party/jemalloc/chromium/
H A Djemalloc.c237 #define __thread macro
1177 static __thread arena_t *arenas_map;
1732 static __thread uint32_t balance_x;
/external/chromium_org/third_party/jemalloc/vendor/
H A Djemalloc.c230 #define __thread macro
1170 static __thread arena_t *arenas_map;
1721 static __thread uint32_t balance_x;

Completed in 212 milliseconds