Home
last modified time | relevance | path

Searched defs:arg (Results 1526 - 1550 of 7547) sorted by relevance

1...<<61626364656667686970>>...302

/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H A DIt_posix_queue_161.cpp35 static VOID *PthreadF01(VOID *arg) in PthreadF01() argument
62 static VOID *PthreadF02(VOID *arg) in PthreadF02() argument
94 static VOID *PthreadF03(VOID *arg) in PthreadF03() argument
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/
H A Dpthread_test_004.cpp38 static void *ThreadFunc8(void *arg) in ThreadFunc8() argument
56 static void *ThreadFunc7(void *arg) in ThreadFunc7() argument
91 static void *ThreadFunc5(void *arg) in ThreadFunc5() argument
128 static void *ThreadFunc6(void *arg) in ThreadFunc6() argument
141 static void *ThreadFunc4(void *arg) in ThreadFunc4() argument
172 static void *ThreadFunc3(void *arg) in ThreadFunc3() argument
205 static void *threadFunc2(void *arg) in threadFunc2() argument
226 static void *threadFunc(void *arg) in threadFunc() argument
H A Dpthread_test_001.cpp52 static void *ThreadFunc4(void *arg) in ThreadFunc4() argument
80 static void *ThreadFunc3(void *arg) in ThreadFunc3() argument
108 static void *ThreadFunc2(void *arg) in ThreadFunc2() argument
128 static void *ThreadFunc6(void *arg) in ThreadFunc6() argument
141 static void *ThreadFunc(void *arg) in ThreadFunc() argument
H A Dpthread_test_002.cpp50 static void *ThreadFuncTest2(void *arg) in ThreadFuncTest2() argument
112 static void *ThreadFuncTest3(void *arg) in ThreadFuncTest3() argument
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
H A Dpthread_atfork_test_001.cpp70 static void *ThreadProc(void *arg) in ThreadProc() argument
88 static void *PthreadAtforkTest(void *arg) in PthreadAtforkTest() argument
H A Dpthread_atfork_test_002.cpp41 static void *Doit(void *arg) in Doit() argument
59 static void *Doit1(void *arg) in Doit1() argument
93 static void *PthreadAtforkTest(void *arg) in PthreadAtforkTest() argument
/kernel/liteos_m/arch/xtensa/common/
H A Dlos_common_interrupt.c60 WEAK VOID HalPreInterruptHandler(UINT32 arg) in HalPreInterruptHandler() argument
66 WEAK VOID HalAftInterruptHandler(UINT32 arg) in HalAftInterruptHandler() argument
151 VOID OsSetVector(UINT32 num, HWI_PROC_FUNC vector, VOID *arg) in OsSetVector() argument
/test/testfwk/developer_test/examples/sleep/src/
H A Dsleep_ex.cpp65 static void TmpFunc(const void* arg) in TmpFunc() argument
70 double ElapsedTime(time_callback func, void* arg) in ElapsedTime() argument
/test/ostest/wukong/shell_command/src/
H A Dwukong_main.cpp139 std::string arg = argv[index]; in main() local
/test/xts/acts/kernel_lite/ipc_posix/message_queue/
H A DIpcMqTest.cpp356 static void *PthreadCom(void *arg) in PthreadCom() argument
411 static void *PthreadTimedCom(void *arg) in PthreadTimedCom() argument
479 static void *PthreadAllCom(void *arg) in PthreadAllCom() argument
/test/xts/acts/kernel_lite/ipc_posix/semaphore/
H A DSemTest.cpp172 void *ThreadChat(void *arg) in ThreadChat() argument
216 void *ThreadSemTryWait(void *arg) in ThreadSemTryWait() argument
273 void *ThreadSemTimedWait(void *arg) in ThreadSemTimedWait() argument
324 void *ThreadNThreadWait1(void *arg) in ThreadNThreadWait1() argument
336 void *ThreadNThreadWait2(void *arg) in ThreadNThreadWait2() argument
400 ThreadNThreadPost1(void *arg) ThreadNThreadPost1() argument
413 ThreadNThreadPost2(void *arg) ThreadNThreadPost2() argument
[all...]
/test/xts/device_attest/services/core/utils/
H A Dattest_utils_timer.c48 AttestTimerCreate(TimerCallbackFunc func, AttestTimerType type, void *arg, uint32_t milliseconds) AttestTimerCreate() argument
117 AttestStartTimerTask(AttestTimerType isOnce, uint32_t milliseconds, void *func, void *arg, ATTEST_TIMER_ID *timerHandle) AttestStartTimerTask() argument
/test/xts/device_attest_lite/services/core/utils/
H A Dattest_utils_timer.c51 AttestTimerCreate(TimerCallbackFunc func, AttestTimerType type, void *arg, uint32_t milliseconds) AttestTimerCreate() argument
120 AttestStartTimerTask(AttestTimerType isOnce, uint32_t milliseconds, void *func, void *arg, ATTEST_TIMER_ID *timerHandle) AttestStartTimerTask() argument
/test/xts/hats/kernel/syscalls/process/processid/
H A DProcessApiTest.cpp64 static int CloneTest(void *arg) in CloneTest() argument
/third_party/elfutils/tests/
H A Dlow_high_pc.c50 handle_die (Dwarf_Die *die, void *arg) in handle_die() argument
/third_party/elfutils/libdw/
H A Dlibdw_visit_scopes.c74 void *arg; member
84 __libdw_visit_scopes(unsigned int depth, struct Dwarf_Die_Chain *root, struct Dwarf_Die_Chain *imports, int (*previsit) (unsigned int, struct Dwarf_Die_Chain *, void *), int (*postvisit) (unsigned int, struct Dwarf_Die_Chain *, void *), void *arg) __libdw_visit_scopes() argument
/third_party/eudev/src/udev/
H A Dudev-builtin.c114 char arg[UTIL_PATH_SIZE]; in udev_builtin_run() local
121 udev_build_argv(udev_device_get_udev(dev), arg, &argc, argv); in udev_builtin_run() local
/third_party/ffmpeg/libavcodec/
H A Dv410dec.c52 static int v410_decode_slice(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in v410_decode_slice() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_exposure.c41 static int exposure_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in exposure_slice() argument
/third_party/ffmpeg/libavutil/
H A Dcpu.c73 void av_force_cpu_flags(int arg){ in av_force_cpu_flags() argument
/third_party/elfutils/libdwfl/
H A Dargp-std.c122 parse_opt (int key, char *arg, struct argp_state *state) in parse_opt() argument
[all...]
/third_party/ffmpeg/tools/
H A Dprobetest.c83 static int read_int(char *arg) { in read_int() argument
/third_party/alsa-utils/alsactl/
H A Dinit_utils_run.c39 char arg[PATH_SIZE]; in run_program0() local
/third_party/alsa-lib/test/
H A Dchmap.c104 set_chmap(snd_pcm_t *pcm, int format, int channels, int rate, int nargs, char **arg) set_chmap() argument
/third_party/benchmark/test/
H A Dbasic_test.cc148 auto arg = state.range(0); in BM_OneTemplateFunc() local
159 auto arg = state.range(0); in BM_TwoTemplateFunc() local

Completed in 13 milliseconds

1...<<61626364656667686970>>...302