Searched refs:pthread (Results 1 - 25 of 65) sorted by relevance
123
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | otherstestndk.cpp | 34 #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 D | tgkillndk.cpp | 19 #include <pthread.h>
|
H A D | ptracendk.cpp | 19 #include <pthread.h>
|
H A D | utmpndk.cpp | 22 #include <pthread.h>
|
H A D | ucharndk.cpp | 24 #include <pthread.h>
|
/test/xts/acts/kernel_lite/process_posix/src/ |
H A D | PthreadTest.cpp | 18 #include <pthread.h>
|
/test/xts/device_attest_lite/test/tdd/gtest/src/ |
H A D | attest_tdd_mock_property.c | 16 #include <pthread.h>
|
H A D | attest_tdd_mock_net.c | 16 #include <pthread.h>
|
H A D | attest_tdd_mock_hal.c | 16 #include <pthread.h>
|
H A D | attest_tdd_data_transfer.c | 16 #include <pthread.h>
|
/test/xts/device_attest/services/devattest_ability/src/ |
H A D | devattest_task.cpp | 18 #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 D | shm_utils.h | 24 #include <pthread.h>
|
/test/xts/hats/kernel/posix_interface/interface_gn/utils/ |
H A D | utils.h | 31 #include <pthread.h>
|
H A D | mt_utils.cpp | 19 #include <pthread.h>
|
/test/xts/hats/kernel/syscalls/system/setrobustlist/ |
H A D | SetrobustlistApiTest.cpp | 25 #include <pthread.h>
|
/test/xts/hats/kernel/syscalls/system/getrobustlist/ |
H A D | GetrobustlistApiTest.cpp | 25 #include <pthread.h>
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | signalndk32.cpp | 23 #include <pthread.h>
|
/test/xts/acts/kernel_lite/utils/ |
H A D | utils.h | 31 #include <pthread.h>
|
H A D | mt_utils.cpp | 19 #include <pthread.h>
|
/test/xts/acts/kernel_lite/ipc_posix/semaphore/ |
H A D | SemAbnormalTest.cpp | 19 #include <pthread.h>
|
/test/xts/dcts/communication/softbus_standard/common/ |
H A D | socket_common.h | 19 #include <pthread.h>
|
H A D | net_trans_common.h | 19 #include <pthread.h>
|
/test/xts/device_attest/services/core/utils/ |
H A D | attest_utils_timer.c | 20 #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 D | attest_utils_timer.c | 20 #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 D | AcceptApiTest.cpp | 22 #include <pthread.h>
|
Completed in 12 milliseconds
123