Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLPool.cpp32 static pthread_key_t get_pthread_key() {
45 return static_cast<MemoryPool*>(pthread_getspecific(get_pthread_key()));
49 pthread_setspecific(get_pthread_key(), poolData);
/external/skia/src/sksl/dsl/priv/
DDSLWriter.cpp320 static pthread_key_t get_pthread_key() { in get_pthread_key() function
333 DSLWriter* instance = static_cast<DSLWriter*>(pthread_getspecific(get_pthread_key())); in Instance()
339 delete static_cast<DSLWriter*>(pthread_getspecific(get_pthread_key())); in SetInstance()
340 pthread_setspecific(get_pthread_key(), instance.release()); in SetInstance()
/external/skia/experimental/ddlbench/
Dddlbench.cpp102 static pthread_key_t get_pthread_key() { in get_pthread_key() function
115 return static_cast<ThreadInfo*>(pthread_getspecific(get_pthread_key())); in get_thread_local_info()
119 pthread_setspecific(get_pthread_key(), threadInfo); in set_thread_local_info()