Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dpthreadndk.cpp944 pthread_t pidsecond = PARAM_0; in testEqual2() local
950 err = pthread_create(&pidsecond, nullptr, ThreadFunc3, nullptr); in testEqual2()
954 err = pthread_equal(pidFirst, pidsecond); in testEqual2()