Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dthreadsndk1.cpp158 thrd_t threadId; in Cnd_signal_One() local
166 thrd_create(&threadId, CndSignalThread, &param); in Cnd_signal_One()
172 thrd_join(threadId, nullptr); in Cnd_signal_One()
183 thrd_t threadId; in Cnd_signal_Two() local
190 thrd_create(&threadId, CndSignalThread, &param); in Cnd_signal_Two()
196 thrd_join(threadId, nullptr); in Cnd_signal_Two()
276 thrd_t threadId; in MtxLock_One() local
279 thrd_create(&threadId, MtxLockThread, &mutex); in MtxLock_One()
280 thrd_join(threadId, &ret); in MtxLock_One()
290 thrd_t threadId; in MtxLock_Two() local
304 thrd_t threadId; MtxLock_Three() local
318 thrd_t threadId; MtxLock_Four() local
368 thrd_t threadId; MtxTryLock_One() local
382 thrd_t threadId; MtxTryLock_Two() local
428 thrd_t threadId; Thrd_create() local
438 thrd_t threadId; global() member
451 thrd_t threadId; Thrd_current() local
476 thrd_t threadId; Thrd_detach_One() local
488 thrd_t threadId; Thrd_detach_Two() local
497 thrd_t threadId; global() member
510 thrd_t threadId; Thrd_equal_One() local
522 thrd_t threadId; Thrd_equal_Two() local
542 thrd_t threadId; Thrd_exit() local
561 thrd_t threadId; Thrd_join_One() local
573 thrd_t threadId; Thrd_join_Two() local
[all...]
H A Dpthreadndk1.cpp70 pthread_t threadId; in PThreadAtFork() local
75 pthread_create(&threadId, nullptr, PthreadAtForkThread, nullptr); in PThreadAtFork()
85 pthread_join(threadId, nullptr); in PThreadAtFork()
761 pthread_t threadId; in PThreadCreate() local
762 int ret = pthread_create(&threadId, nullptr, PThreadCreateThread, &count); in PThreadCreate()
763 pthread_join(threadId, nullptr); in PThreadCreate()
781 pthread_t threadId; in PThreadDetach() local
782 pthread_create(&threadId, nullptr, PThreadDetachThread, &count); in PThreadDetach()
783 int ret = pthread_detach(threadId); in PThreadDetach()
800 pthread_t threadId; in PThreadEqual() local
819 pthread_t threadId; PThreadExit() local
833 pthread_t threadId; PThreadGetAttrNp() local
887 pthread_t threadId; PThreadJoin() local
936 pthread_t threadId; PThreadKill() local
1329 pthread_t threadId; PThreadSelf() local
1349 pthread_t threadId; PThreadSetNameNp() local
1373 pthread_t threadId; PThreadSetSchedParam() local
1409 pthread_t threadId; PThreadSigMask() local
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dfnmatchndk132.cpp187 pthread_t threadId; in PThread_cond_timedWait_time64_One() local
194 pthread_create(&threadId, nullptr, PThreadCondTimedWaitTime64Thread, &param); in PThread_cond_timedWait_time64_One()
199 pthread_join(threadId, (void **)&ret); in PThread_cond_timedWait_time64_One()
210 pthread_t threadId; in PThread_cond_timedWait_time64_Two() local
214 pthread_create(&threadId, nullptr, PThreadCondTimedWaitTime64Thread, &param); in PThread_cond_timedWait_time64_Two()
215 pthread_join(threadId, (void **)&ret); in PThread_cond_timedWait_time64_Two()
237 pthread_t threadId; in Sem_timedWait_time64() local
240 pthread_create(&threadId, nullptr, SemTimedWaitTime64Thread, &sem); in Sem_timedWait_time64()
243 pthread_join(threadId, (void **)&ret); in Sem_timedWait_time64()
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverMultiThread/entry/src/main/ets/workers/
H A Dreceiver.js29 function createRecriver(threadId) {
30 const id = threadId
H A Dcreator.js27 function createCreator(threadId) {
28 const id = threadId
/test/xts/acts/hiviewdfx/hidebugtest/hidebugtestcoltest/entry/src/main/cpp/
H A Dhidebugndk.cpp147 auto threadIdValue = curThreadCpuUsage->threadId; in GetAppThreadCpuUsage()
150 napi_value threadId; in GetAppThreadCpuUsage() local
151 napi_create_uint32(env, threadIdValue, &threadId); in GetAppThreadCpuUsage()
152 napi_set_named_property(env, obj, "threadId", threadId); in GetAppThreadCpuUsage()

Completed in 6 milliseconds