Home
last modified time | relevance | path

Searched refs:threadIdB (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dpthreadndk1.cpp615 pthread_t threadIdB; in PThreadCondTimedWait() local
619 pthread_create(&threadIdB, nullptr, PThreadCondTimedWaitThreadB, &param); in PThreadCondTimedWait()
621 pthread_join(threadIdB, nullptr); in PThreadCondTimedWait()
661 pthread_t threadIdB; in PThreadCondWait() local
665 pthread_create(&threadIdB, nullptr, PThreadCondWaitThreadB, &param); in PThreadCondWait()
667 pthread_join(threadIdB, nullptr); in PThreadCondWait()

Completed in 4 milliseconds