Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dthreadsndk1.cpp418 static int ThrdCreateThread(void *arg) in ThrdCreateThread() function
429 int ret = thrd_create(&threadId, ThrdCreateThread, &threadArg); in Thrd_create()