Home
last modified time | relevance | path

Searched refs:pthread (Results 1 - 25 of 65) sorted by relevance

123

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dotherstestndk.cpp34 #include <pthread.h>
1007 int pthread = pthread_cond_timedwait_monotonic_np(cond, &mutex, &ts); in Pthreadcondtimedwaitmonotonicnp() local
1009 if (pthread > NO_ERROR) { in Pthreadcondtimedwaitmonotonicnp()
1025 int pthread = pthread_cond_timeout_np(&cond, &mutex, ms); in Pthreadcondtimeoutnp() local
1030 if (pthread > PARAM_0) { in Pthreadcondtimeoutnp()
1041 int pthread = pthread_getname_np(pthread_self(), thread_name, NAMELEN - PARAM_1); in Pthreadgetnamenp() local
1043 if (pthread > PARAM_0) { in Pthreadgetnamenp()
1198 int pthread = pthread_rwlock_clockwrlock(&w, clock_id, &ts); in Pthreadrwlockclockwrlock() local
1202 if (pthread > PARAM_0) { in Pthreadrwlockclockwrlock()
1247 int pthread in Pthreadrwlocktimedwrlockmonotonicnp() local
1260 int pthread = get_application_target_sdk_version(); Setapplicationtargetsdkversion() local
[all...]
H A Dtgkillndk.cpp19 #include <pthread.h>
H A Dptracendk.cpp19 #include <pthread.h>
H A Dutmpndk.cpp22 #include <pthread.h>
H A Ducharndk.cpp24 #include <pthread.h>
/test/xts/acts/kernel_lite/process_posix/src/
H A DPthreadTest.cpp18 #include <pthread.h>
/test/xts/device_attest_lite/test/tdd/gtest/src/
H A Dattest_tdd_mock_property.c16 #include <pthread.h>
H A Dattest_tdd_mock_net.c16 #include <pthread.h>
H A Dattest_tdd_mock_hal.c16 #include <pthread.h>
H A Dattest_tdd_data_transfer.c16 #include <pthread.h>
/test/xts/device_attest/services/devattest_ability/src/
H A Ddevattest_task.cpp18 #include <pthread.h>
58 (void)pthread_setname_np(pthread_self(), ATTEST_RUN_TASK_ID); // set pthread name, at most 15 bytes. in Run()
/test/xts/dcts/common/
H A Dshm_utils.h24 #include <pthread.h>
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H A Dutils.h31 #include <pthread.h>
H A Dmt_utils.cpp19 #include <pthread.h>
/test/xts/hats/kernel/syscalls/system/setrobustlist/
H A DSetrobustlistApiTest.cpp25 #include <pthread.h>
/test/xts/hats/kernel/syscalls/system/getrobustlist/
H A DGetrobustlistApiTest.cpp25 #include <pthread.h>
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dsignalndk32.cpp23 #include <pthread.h>
/test/xts/acts/kernel_lite/utils/
H A Dutils.h31 #include <pthread.h>
H A Dmt_utils.cpp19 #include <pthread.h>
/test/xts/acts/kernel_lite/ipc_posix/semaphore/
H A DSemAbnormalTest.cpp19 #include <pthread.h>
/test/xts/dcts/communication/softbus_standard/common/
H A Dsocket_common.h19 #include <pthread.h>
H A Dnet_trans_common.h19 #include <pthread.h>
/test/xts/device_attest/services/core/utils/
H A Dattest_utils_timer.c20 #include <pthread.h>
29 (void)pthread_setname_np(pthread_self(), ATTEST_TIMER_TASK_ID); // set pthread name, at most 15 bytes. in AttestTimerCallback()
/test/xts/device_attest_lite/services/core/utils/
H A Dattest_utils_timer.c20 #include <pthread.h>
31 (void)pthread_setname_np(pthread_self(), ATTEST_TIMER_TASK_ID); // set pthread name, at most 15 bytes. in AttestTimerCallback()
/test/xts/hats/kernel/syscalls/net/accept/
H A DAcceptApiTest.cpp22 #include <pthread.h>

Completed in 12 milliseconds

123