Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DThreadInfo.cpp22 static bool (*sTlsDestructorCallback)(void*) = sDefaultTlsDestructorCallback; variable
26 sTlsDestructorCallback(ptr); in tlsDestruct()
38 sTlsDestructorCallback = func; in setTlsDestructor()