Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dpthreadndk.cpp1798 static pthread_key_t testSetSpecificKey; variable
1803 setSpecRet = pthread_setspecific(testSetSpecificKey, &value); in threadfuncB()
1812 err = pthread_key_create(&testSetSpecificKey, nullptr); in testSetSpecific()
1821 pthread_key_delete(testSetSpecificKey); in testSetSpecific()