Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 37) sorted by relevance

12

/test/xts/acts/kernel_lite/futex_posix/src/
DPthreadRwlockTest.cpp35 void *PthreadRWlockWW1(void *arg) in PthreadRWlockWW1()
44 void *PthreadRWlockWW2(void *arg) in PthreadRWlockWW2()
77 void *PthreadRWlockWR1(void *arg) in PthreadRWlockWR1()
86 void *PthreadRWlockWR2(void *arg) in PthreadRWlockWR2()
119 void *PthreadRWlockRR1(void *arg) in PthreadRWlockRR1()
128 void *PthreadRWlockRR2(void *arg) in PthreadRWlockRR2()
161 void *PthreadRWlockRW1(void *arg) in PthreadRWlockRW1()
170 void *PthreadRWlockRW2(void *arg) in PthreadRWlockRW2()
203 void *PthreadRWtrylockWR1(void *arg) in PthreadRWtrylockWR1()
212 void *PthreadRWtrylockWR2(void *arg) in PthreadRWtrylockWR2()
[all …]
DPthreadCondTest.cpp112 void *ThreadPthreadCondSignalBefore1(void *arg) in ThreadPthreadCondSignalBefore1()
124 void *ThreadPthreadCondSignalBefore2(void *arg) in ThreadPthreadCondSignalBefore2()
158 void *ThreadTestCondSignalWaitAfter1(void *arg) in ThreadTestCondSignalWaitAfter1()
169 void *ThreadTestCondSignalWaitAfter2(void *arg) in ThreadTestCondSignalWaitAfter2()
203 void *ThreadPthreadCondBroadcast1(void *arg) in ThreadPthreadCondBroadcast1()
215 void *ThreadPthreadCondBroadcast2(void *arg) in ThreadPthreadCondBroadcast2()
252 void *ThreadPthreadCondTimedwait1(void *arg) in ThreadPthreadCondTimedwait1()
263 void *ThreadPthreadCondTimedwait2(void *arg) in ThreadPthreadCondTimedwait2()
306 void *ThreadPthreadCondTimedwaitOut(void *arg) in ThreadPthreadCondTimedwaitOut()
348 void *ThreadPthreadCondTimedwaitEinval(void *arg) in ThreadPthreadCondTimedwaitEinval()
DPthreadMutexTest.cpp33 void *ThreadMutex(void *arg) in ThreadMutex()
69 void *ThreadMtrylock1(void *arg) in ThreadMtrylock1()
81 void *ThreadMtrylock2(void *arg) in ThreadMtrylock2()
125 void *PthreadProduce(void *arg) in PthreadProduce()
145 void *PthreadConsume(void *arg) in PthreadConsume()
184 void *ThreadPthreadMtimedlockOut(void *arg) in ThreadPthreadMtimedlockOut()
227 void *ThreadPthreadMtimedlockNoOut(void *arg) in ThreadPthreadMtimedlockNoOut()
298 void *ThreadMattrTypeRecursive1(void *arg) in ThreadMattrTypeRecursive1()
375 void *ThreadMattrTypeRecursive3(void *arg) in ThreadMattrTypeRecursive3()
488 void *ThreadSpinlock(void *arg) in ThreadSpinlock()
[all …]
/test/xts/acts/kernel_lite/process_posix/src/
DPthreadBasicApiTest.cpp28 void *ThreadPthreadCreateBasic(void *arg) in ThreadPthreadCreateBasic()
49 void *ThreadPthreadJoinWait(void *arg) in ThreadPthreadJoinWait()
101 void *ThreadPthreadExitThread(void *arg) in ThreadPthreadExitThread()
124 void FunPthreadExit(void *arg) in FunPthreadExit()
129 void *ThreadPthreadExitFunction(void *arg) in ThreadPthreadExitFunction()
165 void *ThreadPthreadEqual(void *arg) in ThreadPthreadEqual()
278 void *ThreadPthreadSpecificAll(void *arg) in ThreadPthreadSpecificAll()
302 void *ThreadPthreadSpecificAllDelete(void *arg) in ThreadPthreadSpecificAllDelete()
328 void TestPushHandler1(void *arg) in TestPushHandler1()
333 void TestPushHandler2(void *arg) in TestPushHandler2()
[all …]
DPthreadAttrTest.cpp60 void *ThreadPthreadAttrSetscope(void *arg) in ThreadPthreadAttrSetscope()
100 void *ThreadPthreadAttrSetguardsize(void *arg) in ThreadPthreadAttrSetguardsize()
140 void *ThreadPthreadAttrSetstacksize(void *arg) in ThreadPthreadAttrSetstacksize()
201 void *ThreadPthreadAttrSetstack(void *arg) in ThreadPthreadAttrSetstack()
263 void *ThreadPthreadGetattrNp(void *arg) in ThreadPthreadGetattrNp()
DPthreadTest.cpp25 void *ThreadPublic(void *arg) in ThreadPublic()
DActsProcessApiTest.cpp66 static void *ThreadFunc(void* arg) in ThreadFunc()
/test/xts/acts/kernel_lite/ipc_posix/semaphore/
DSemTest.cpp172 void *ThreadChat(void *arg) in ThreadChat()
216 void *ThreadSemTryWait(void *arg) in ThreadSemTryWait()
273 void *ThreadSemTimedWait(void *arg) in ThreadSemTimedWait()
324 void *ThreadNThreadWait1(void *arg) in ThreadNThreadWait1()
336 void *ThreadNThreadWait2(void *arg) in ThreadNThreadWait2()
400 void *ThreadNThreadPost1(void *arg) in ThreadNThreadPost1()
413 void *ThreadNThreadPost2(void *arg) in ThreadNThreadPost2()
/test/xts/acts/kernel_lite/dyload_posix/
DExecApiTest.cpp112 char *arg[] = {"executor1", "-n", "NAME", "-v", "Alice", NULL}; variable
138 char *arg[] = {"executor1", "-n", "NAME", "-v", "Alice", NULL}; variable
DExecveTest.cpp115 char *arg[] = {"1", "!@#$%^&*()_+", NULL}; variable
140 char *arg[] = {"1", "!@#$%^&*()_+", NULL}; variable
/test/xts/device_attest/sample/client/
Ddevattest_main_client.cpp21 int main(int argc, char *arg[]) in main()
/test/xts/acts/kernel_lite/ipc_posix/signal/
DSignalTestUtils.cpp219 void* IpcSignalTest::ThreadFunc1(void* arg) in ThreadFunc1()
228 void* IpcSignalTest::ThreadFunc2(void* arg) in ThreadFunc2()
241 void* IpcSignalTest::ThreadFuncForSigmask1(void* arg) in ThreadFuncForSigmask1()
277 void* IpcSignalTest::ThreadFuncForSigmask2(void* arg) in ThreadFuncForSigmask2()
/test/testfwk/developer_test/examples/sleep/src/
Dsleep_ex.cpp65 static void TmpFunc(const void* arg) in TmpFunc()
70 double ElapsedTime(time_callback func, void* arg) in ElapsedTime()
/test/xts/acts/kernel_lite/sched_posix/src/
DPthreadSchedApiTest.cpp258 void* ThreadFunc1(void* arg) in ThreadFunc1()
365 void* ThrdFuncForSetSchedParamTest(void* arg) in ThrdFuncForSetSchedParamTest()
430 void* ThrdFuncForSetSchedPrioTest(void* arg) in ThrdFuncForSetSchedPrioTest()
482 void *ThreadTestFifoSched1(void *arg) in ThreadTestFifoSched1()
492 void *ThreadTestFifoSched2(void *arg) in ThreadTestFifoSched2()
/test/xts/acts/iothardware_lite/peripheral_hal/src/
Diot_gpio_test.c114 void IOT_GPIO_CALLBACK_Func(char *arg) in IOT_GPIO_CALLBACK_Func()
/test/xts/device_attest_lite/services/core/utils/
Dattest_utils_timer.c48 void *arg, uint32_t milliseconds) in AttestTimerCreate()
117 void *func, void *arg, ATTEST_TIMER_ID *timerHandle) in AttestStartTimerTask()
Dattest_utils_log.c79 va_list arg; in AttestLog() local
/test/xts/device_attest/services/core/utils/
Dattest_utils_timer.c49 void *arg, uint32_t milliseconds) in AttestTimerCreate()
118 void *func, void *arg, ATTEST_TIMER_ID *timerHandle) in AttestStartTimerTask()
Dattest_utils_log.c54 va_list arg; in AttestLog() local
/test/xts/acts/communication_lite/dsoftbus_hal/src/
Ddiscovery_service_test.c133 static void *ServerInit(void *arg) in ServerInit()
140 static void ThreadCreateTest(void *(*entry)(void *arg)) in ThreadCreateTest()
/test/xts/device_attest/services/devattest_ability/src/
Ddevattest_task.cpp56 void* DevAttestTask::Run(void* arg) in Run()
/test/xts/device_attest_lite/services/core/include/utils/
Dattest_utils_timer.h49 void *arg; member
/test/xts/device_attest/services/core/include/utils/
Dattest_utils_timer.h49 void *arg; member
/test/xts/acts/commonlibrary/ets_utils/taskpool_lib_standard/entry/src/main/ets/test/
DTaskPool.test.js42 function addition(arg) { argument
46 function additionDelay(arg) { argument
1174 function inspectStatus(arg) { argument
1208 function inspectStatus(arg) { argument
1245 function addition(arg) { argument
1280 function addition(arg) { argument
1309 function addition(arg) { argument
1345 function addition(arg) { argument
1390 function addition(arg) { argument
1430 function addition(arg) { argument
/test/xts/acts/multimedia/image/image_js_standard/imageWebp/src/main/js/test/
Dwebp.test.js75 async function createPixMapCbErr(done, testNum, arg) { argument
97 async function createPixMapCb(done, testNum, arg) { argument
131 async function createPixMapPromiseErr(done, testNum, arg) { argument
154 async function createPixMapPromise(done, testNum, arg) { argument
189 async function packingPromise(done, testNum, arg) { argument
273 async function packingCb(done, testNum, arg) { argument
357 async function packingPromiseErr(done, testNum, arg) { argument
435 async function packingCbErr(done, testNum, arg) { argument

12