OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLSKey
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/threading/
thread_local_storage_posix.cc
13
bool PlatformThreadLocalStorage::AllocTLS(
TLSKey
* key) {
18
void PlatformThreadLocalStorage::FreeTLS(
TLSKey
key) {
23
void* PlatformThreadLocalStorage::GetTLSValue(
TLSKey
key) {
27
void PlatformThreadLocalStorage::SetTLSValue(
TLSKey
key, void* value) {
thread_local_storage.h
30
typedef unsigned long
TLSKey
;
33
typedef pthread_key_t
TLSKey
;
48
static bool AllocTLS(
TLSKey
* key);
52
static void FreeTLS(
TLSKey
key);
53
static void SetTLSValue(
TLSKey
key, void* value);
54
static void* GetTLSValue(
TLSKey
key);
thread_local_storage.cc
60
PlatformThreadLocalStorage::
TLSKey
key =
71
PlatformThreadLocalStorage::
TLSKey
tmp = key;
80
static_cast<PlatformThreadLocalStorage::
TLSKey
>(
128
PlatformThreadLocalStorage::
TLSKey
key =
179
PlatformThreadLocalStorage::
TLSKey
key =
204
PlatformThreadLocalStorage::
TLSKey
key =
Completed in 92 milliseconds