Home
last modified time | relevance | path

Searched defs:shared (Results 1 – 12 of 12) sorted by relevance

/test/xts/acts/kernel_lite/ipc_posix/shared_memory/
DShmTest.cpp48 char *shared = nullptr; variable
105 char *shared = nullptr; variable
181 char *shared = nullptr; variable
245 char *shared = nullptr; variable
299 void *shared = nullptr; variable
353 char *shared = static_cast<char*>(shmat(shmid, nullptr, 0)); variable
/test/xts/acts/kernel_lite/process_posix/src/
DProcessTest.cpp101 pid_t *shared = (int*)shmat(g_shmid0, nullptr, 0); in AtexitCallback0() local
134 pid_t *shared = (int*)shmat(g_shmid0, nullptr, 0); variable
211 pid_t *shared = (int*)shmat(g_shmid1, nullptr, 0); in AtexitCallback1() local
244 pid_t *shared = (int*)shmat(g_shmid1, nullptr, 0); variable
341 pid_t *shared = (int*)shmat(g_shmid, nullptr, 0); in AtexitCallback() local
373 pid_t *shared = (int*)shmat(g_shmid, nullptr, 0); variable
DPidTest.cpp68 int *shared = (int*)(shmat(shmID, nullptr, 0)); variable
/test/xts/acts/kernel_lite/utils/
Dmt_utils.cpp40 uint64_t *shared = (uint64_t *)shmat(g_shmidCheckStep, nullptr, 0); in CheckStep() local
126 int *shared = (int *)shmat(g_shmidGlobal, nullptr, 0); in SetGlobalVariable() local
142 int *shared = (int *)shmat(g_shmidGlobal, nullptr, 0); in GetGlobalVariable() local
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
Dmt_utils.cpp42 uint64_t *shared = (uint64_t *)shmat(g_shmidCheckStep, nullptr, 0); in CheckStep() local
131 int *shared = (int *)shmat(g_shmidGlobal, nullptr, 0); in SetGlobalVariable() local
147 int *shared = (int *)shmat(g_shmidGlobal, nullptr, 0); in GetGlobalVariable() local
/test/xts/dcts/common/
Dshm_utils.cpp33 static struct shared_use_st* shared; // 指向shm variable
/test/xts/acts/kernel_lite/ipc_posix/signal/
DSignalTestUtils.cpp37 int *shared = static_cast<int*>(shmat(mShmid, nullptr, 0)); in SigAbortHandler() local
DSignalTest.cpp290 int *shared = static_cast<int*>(shmat(mShmid, NULL, 0)); variable
/test/xts/acts/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/ohosTest/ets/test/
DThreadWorker.test.js63 … new worker.ThreadWorker("entry_test/ets/workers/newworker.js", {name:"1st worker", shared: false}) property
85 {type:"classic", name:"2st worker", shared: false}) property
107 {type:"classic", name:"3st worker", shared: true}) property
145 {type:1, name:"new worker", shared: true}) property
160 … worker.ThreadWorker("entry_test/ets/workers/newworker.js", {type:"classic", name:1, shared: true}) property
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dpthreadndk1.cpp522 int shared; in PThreadBarrierAttrGetPShared() local
536 int shared; in PThreadBarrierAttrSetPShared() local
702 int shared; in PThreadCondAttrGetPShared() local
740 int shared; in PThreadCondAttrSetPShared() local
1042 int shared = PARAM_0; in PThreadMutexAttrGetPShared() local
1094 int shared = PARAM_0; in PThreadMutexAttrSetPShared() local
1285 int shared = PARAM_0; in PThreadRwLockAttrGetPShared() local
1309 int shared = PARAM_0; in PThreadRwLockAttrSetPShared() local
Dpthreadndk.cpp584 int shared = PARAM_0; in testBarrierAttrGetPShared() local
866 int shared = TRUE; in testCondAttrSetPShared() local
1666 int shared; in testRwLockAttrGetPShared() local
1701 int shared = PARAM_0; in TestRwLockAttrSetPShared() local
/test/xts/acts/commonlibrary/ets_utils/worker_lib_standard/entry/src/ohosTest/ets/test/
DWorkerTest.test.js65 name: "1st worker", shared: false property
89 type: "classic", name: "2st worker", shared: false property
113 type: "classic", name: "3st worker", shared: true property