Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp435 static void* (*pthread_getspecific_function_pointer)(pthread_key_t) = pthread_getspecific; variable
436 #define pthread_getspecific(key) pthread_getspecific_function_pointer(key)