| /test/xts/acts/kernel_lite/ipc_posix/shared_memory/ |
| D | ShmTest.cpp | 48 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/ |
| D | ProcessTest.cpp | 101 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
|
| D | PidTest.cpp | 68 int *shared = (int*)(shmat(shmID, nullptr, 0)); variable
|
| /test/xts/acts/kernel_lite/utils/ |
| D | mt_utils.cpp | 40 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/dcts/common/ |
| D | shm_utils.cpp | 33 static struct shared_use_st* shared; // 指向shm variable
|
| /test/xts/acts/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/main/ets/test/ |
| D | ThreadWorker.test.js | 63 … ss = new worker.ThreadWorker("entry/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 176 {type:1, name:"new worker", shared: true}) property 190 …= new worker.ThreadWorker("entry/ets/workers/newworker.js", {type:"classic", name:1, shared: true}) property
|
| /test/xts/acts/kernel_lite/ipc_posix/signal/ |
| D | SignalTestUtils.cpp | 37 int *shared = static_cast<int*>(shmat(mShmid, nullptr, 0)); in SigAbortHandler() local
|
| D | SignalTest.cpp | 290 int *shared = static_cast<int*>(shmat(mShmid, NULL, 0)); variable
|
| /test/xts/acts/commonlibrary/ets_utils/worker_lib_standard/entry/src/main/ets/test/ |
| D | WorkerTest.test.js | 63 … let ss = new worker.Worker("entry/ets/workers/worker.js", {name:"1st worker", shared: false}) property 85 …ew worker.Worker("entry/ets/workers/worker.js", {type:"classic", name:"2st worker", shared: false}) property 107 …new worker.Worker("entry/ets/workers/worker.js", {type:"classic", name:"3st worker", shared: true}) property
|