Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/ets/test/
DPthreadNdk.test.ets18 import pthread from 'libpthreadndk.so'
36 let result:number = pthread.pThreadAtFork(0);
37 console.info("pthread.pThreadAtFork result = " + result);
50 let result:number = pthread.pThreadAttrDestory(0);
51 console.info("pthread.pThreadAttrDestory result = " + result);
64 let result:number = pthread.pThreadAttrGetDetachState(0);
65 console.info("pthread.pThreadAttrGetDetachState result = " + result);
78 let result:number = pthread.pThreadAttrGetGuardSize(0);
79 console.info("pthread.pThreadAttrGetDetachState result = " + result);
92 let result:number = pthread.pThreadAttrGetInheritSched(0);
[all …]
DPthreadNdk1.test.ets18 import pthread from 'libpthreadndk1.so'
36 expect(pthread.pThreadAtFork()).assertEqual(0);
49 expect(pthread.pThreadAttrDestroy()).assertEqual(0);
62 expect(pthread.pThreadAttrGetDetachState()).assertEqual(0);
75 expect(pthread.pThreadAttrGetGuardSize()).assertEqual(0);
88 expect(pthread.pThreadAttrGetInheritSched()).assertEqual(0);
101 expect(pthread.pThreadAttrGetSchedParam()).assertEqual(0);
114 expect(pthread.pThreadAttrGetSchedPolicy()).assertEqual(0);
127 expect(pthread.pThreadAttrGetScope()).assertEqual(0);
140 expect(pthread.pThreadAttrGetStack()).assertEqual(0);
[all …]
/test/xts/device_attest_lite/framework/
DBUILD.gn49 ldflags = [ "-pthread" ]
64 ldflags = [ "-pthread" ]
76 ldflags = [ "-pthread" ]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dotherstestndk.cpp1002 int pthread = pthread_cond_timedwait_monotonic_np(cond, &mutex, &ts); in Pthreadcondtimedwaitmonotonicnp() local
1004 if (pthread > NO_ERROR) { in Pthreadcondtimedwaitmonotonicnp()
1020 int pthread = pthread_cond_timeout_np(&cond, &mutex, ms); in Pthreadcondtimeoutnp() local
1025 if (pthread > PARAM_0) { in Pthreadcondtimeoutnp()
1036 int pthread = pthread_getname_np(pthread_self(), thread_name, NAMELEN - PARAM_1); in Pthreadgetnamenp() local
1038 if (pthread > PARAM_0) { in Pthreadgetnamenp()
1193 int pthread = pthread_rwlock_clockwrlock(&w, clock_id, &ts); in Pthreadrwlockclockwrlock() local
1197 if (pthread > PARAM_0) { in Pthreadrwlockclockwrlock()
1242 int pthread = pthread_rwlock_timedwrlock_monotonic_np((pthread_rwlock_t *)nullptr, &ts); in Pthreadrwlocktimedwrlockmonotonicnp() local
1244 if (pthread > PARAM_0) { in Pthreadrwlocktimedwrlockmonotonicnp()
[all …]
/test/xts/device_attest_lite/test/startup/
DBUILD.gn33 ldflags = [ "-pthread" ]
/test/xts/device_attest_lite/interfaces/kit/js/
DBUILD.gn29 "-pthread",
/test/xts/acts/developtools/hiplugintest/
DBUILD.gn43 "-pthread",