Searched refs:pidFirst (Results 1 – 1 of 1) sorted by relevance
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| D | pthreadndk.cpp | 943 pthread_t pidFirst = PARAM_0; in testEqual2() local 946 err = pthread_create(&pidFirst, nullptr, ThreadFunc3, nullptr); in testEqual2() 954 err = pthread_equal(pidFirst, pidsecond); in testEqual2() 969 pthread_t pidFirst = PARAM_0; in testExit() local 972 err = pthread_create(&pidFirst, nullptr, threadFunc4, nullptr); in testExit() 976 err = pthread_join(pidFirst, &pThreadResult); in testExit() 989 pthread_t pidFirst = PARAM_0; in testGetAttrNp() local 992 err = pthread_create(&pidFirst, nullptr, ThreadFunc3, nullptr); in testGetAttrNp() 996 err = pthread_getattr_np(pidFirst, &pthreadAttr); in testGetAttrNp() 1009 pthread_t pidFirst = PARAM_0; in testGetCpuClockId() local [all …]
|