Home
last modified time | relevance | path

Searched refs:heap_key (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp2529 static const pthread_key_t heap_key = __PTK_FRAMEWORK_JAVASCRIPTCORE_KEY0; variable
2531 static pthread_key_t heap_key; variable
2542 if (pthread_getspecific(heap_key)) in setThreadHeap()
2548 pthread_setspecific(heap_key, heap); in setThreadHeap()
3064 return static_cast<TCMalloc_ThreadCache*>(pthread_getspecific(heap_key)); in GetThreadHeap()
3091 pthread_key_init_np(heap_key, DestroyThreadCache); in InitTSD()
3093 pthread_key_create(&heap_key, DestroyThreadCache); in InitTSD()