Home
last modified time | relevance | path

Searched defs:arg (Results 1226 - 1250 of 2872) sorted by relevance

1...<<41424344454647484950>>...115

/foundation/filemanagement/user_file_service/utils/
H A Dfile_util.h49 static void Deleter(struct NameListArg *arg) in Deleter() argument
/foundation/window/window_manager_lite/services/wms/
H A Dlite_wms.cpp239 DeathCallbackArg* arg = new DeathCallbackArg; in ClientRegister() local
248 void LiteWMS::DeathCallback(void* arg) in DeathCallback() argument
/test/testfwk/arkxtest/uitest/test/
H A Dfrontend_api_handler_test.cpp471 auto arg = json(); in TEST_F() local
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dsemaphorendk.cpp115 void *threadfuncA(void *arg) in threadfuncA() argument
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dfnmatchndk132.cpp42 static int CndTimedWaitTime64Thread(void *arg) in CndTimedWaitTime64Thread() argument
168 static void *PThreadCondTimedWaitTime64Thread(void *arg) in PThreadCondTimedWaitTime64Thread() argument
224 static void *SemTimedWaitTime64Thread(void *arg) in SemTimedWaitTime64Thread() argument
H A Dotherstestndk32.cpp116 void exitFunc(void *arg){}; in exitFunc() argument
/test/xts/acts/communication_lite/dsoftbus_hal/src/
H A Dsoftbus_bus_center_test.c42 static void *BusCenterServerInit(void *arg) in BusCenterServerInit() argument
49 static void ThreadCreateTest(void *(*entry)(void *arg)) in ThreadCreateTest() argument
/test/xts/acts/kernel_lite/futex_posix/src/
H A DPthreadMutexTest.cpp33 void *ThreadMutex(void *arg) in ThreadMutex() argument
69 void *ThreadMtrylock1(void *arg) in ThreadMtrylock1() argument
81 void *ThreadMtrylock2(void *arg) in ThreadMtrylock2() argument
125 void *PthreadProduce(void *arg) in PthreadProduce() argument
145 PthreadConsume(void *arg) PthreadConsume() argument
184 ThreadPthreadMtimedlockOut(void *arg) ThreadPthreadMtimedlockOut() argument
227 ThreadPthreadMtimedlockNoOut(void *arg) ThreadPthreadMtimedlockNoOut() argument
298 ThreadMattrTypeRecursive1(void *arg) ThreadMattrTypeRecursive1() argument
375 ThreadMattrTypeRecursive3(void *arg) ThreadMattrTypeRecursive3() argument
488 ThreadSpinlock(void *arg) ThreadSpinlock() argument
523 ThreadSpinTrylock1(void *arg) ThreadSpinTrylock1() argument
535 ThreadSpinTrylock2(void *arg) ThreadSpinTrylock2() argument
[all...]
H A DPthreadCondTest.cpp112 void *ThreadPthreadCondSignalBefore1(void *arg) in ThreadPthreadCondSignalBefore1() argument
124 void *ThreadPthreadCondSignalBefore2(void *arg) in ThreadPthreadCondSignalBefore2() argument
158 void *ThreadTestCondSignalWaitAfter1(void *arg) in ThreadTestCondSignalWaitAfter1() argument
169 void *ThreadTestCondSignalWaitAfter2(void *arg) in ThreadTestCondSignalWaitAfter2() argument
203 void *ThreadPthreadCondBroadcast1(void *arg) in ThreadPthreadCondBroadcast1() argument
215 ThreadPthreadCondBroadcast2(void *arg) ThreadPthreadCondBroadcast2() argument
252 ThreadPthreadCondTimedwait1(void *arg) ThreadPthreadCondTimedwait1() argument
263 ThreadPthreadCondTimedwait2(void *arg) ThreadPthreadCondTimedwait2() argument
306 ThreadPthreadCondTimedwaitOut(void *arg) ThreadPthreadCondTimedwaitOut() argument
348 ThreadPthreadCondTimedwaitEinval(void *arg) ThreadPthreadCondTimedwaitEinval() argument
[all...]
/test/xts/acts/kernel_lite/io_posix/src/
H A DIoTestStdio.cpp737 void *Thread(void *arg) in Thread() argument
/test/xts/acts/kernel_lite/ipc_posix/signal/
H A DSignalTestUtils.cpp219 void* IpcSignalTest::ThreadFunc1(void* arg) in ThreadFunc1() argument
228 void* IpcSignalTest::ThreadFunc2(void* arg) in ThreadFunc2() argument
241 void* IpcSignalTest::ThreadFuncForSigmask1(void* arg) in ThreadFuncForSigmask1() argument
277 void* IpcSignalTest::ThreadFuncForSigmask2(void* arg) in ThreadFuncForSigmask2() argument
/test/xts/acts/multimedia_lite/media_lite_posix/player_native/src/
H A DActsMediaPlayerAudioTest.cpp99 void *StreamProcess(void *arg) in StreamProcess() argument
/third_party/elfutils/tests/
H A Dbacktrace-data.c223 frame_callback (Dwfl_Frame *state, void *arg) in frame_callback() argument
H A Ddwflmodtest.c41 print_instance (Dwarf_Die *instance, void *arg) in print_instance() argument
106 print_inline (Dwarf_Die *func, void *arg) in print_inline() argument
113 print_func (Dwarf_Die *func, void *arg) in print_func() argument
177 print_module(Dwfl_Module *mod __attribute__ ((unused)), void **userdata __attribute__ ((unused)), const char *name, Dwarf_Addr base, Dwarf *dw, Dwarf_Addr bias, void *arg) print_module() argument
[all...]
H A Daddrcfi.c83 print_register (void *arg, in print_register() argument
/third_party/ffmpeg/libavcodec/
H A Davcodec.c45 int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2), void *arg, int *ret, int count, int size) in avcodec_default_execute() argument
58 int avcodec_default_execute2(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2, int jobnr, int threadnr), void *arg, int *ret, int count) in avcodec_default_execute2() argument
H A Dlsp.c73 static int16_t ff_cos(uint16_t arg) in ff_cos() argument
H A Dpthread_slice.c100 static int thread_execute(AVCodecContext *avctx, action_func* func, void *arg, int *ret, int job_count, int job_size) in thread_execute() argument
119 static int thread_execute2(AVCodecContext *avctx, action_func2* func2, void *arg, int *ret, int job_count) in thread_execute2() argument
126 int ff_slice_thread_execute_with_mainfunc(AVCodecContext *avctx, action_func2* func2, main_func *mainfunc, void *arg, int *ret, int job_count) in ff_slice_thread_execute_with_mainfunc() argument
/third_party/elfutils/libdwfl/
H A Dlinux-pid-attach.c193 pid_memory_read (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Word *result, void *arg) in pid_memory_read() argument
308 pid_thread_state_registers_cb(int firstreg, unsigned nregs, const Dwarf_Word *regs, void *arg) pid_thread_state_registers_cb() argument
H A Dlinux-proc-maps.c325 read_proc_memory (void *arg, void *data, GElf_Addr address, in read_proc_memory() argument
/third_party/ffmpeg/compat/
H A Dw32pthreads.h52 void *arg; member
69 static av_unused unsigned __stdcall attribute_align_arg win32thread_worker(void *arg) in win32thread_worker() argument
76 pthread_create(pthread_t *thread, const void *unused_attr, void *(*start_routine)(void*), void *arg) pthread_create() argument
H A Dos2threads.h47 void *arg; member
73 static void thread_entry(void *arg) in thread_entry() argument
80 pthread_create(pthread_t *thread, const pthread_attr_t *attr, void *(*start_routine)(void*), void *arg) pthread_create() argument
/third_party/ffmpeg/fftools/
H A Dffmpeg_hw.c94 int hw_device_init_from_string(const char *arg, HWDevice **dev_out) in hw_device_init_from_string() argument
H A Dcmdutils.h244 const char *arg; member
/third_party/elfutils/libdw/
H A Ddwarf_getmacros.c302 read_macros(Dwarf *dbg, int sec_index, Dwarf_Off macoff, int (*callback) (Dwarf_Macro *, void *), void *arg, ptrdiff_t offset, bool accept_0xff, Dwarf_Die *cudie) read_macros() argument
487 gnu_macros_getmacros_off(Dwarf *dbg, Dwarf_Off macoff, int (*callback) (Dwarf_Macro *, void *), void *arg, ptrdiff_t offset, bool accept_0xff, Dwarf_Die *cudie) gnu_macros_getmacros_off() argument
505 macro_info_getmacros_off(Dwarf *dbg, Dwarf_Off macoff, int (*callback) (Dwarf_Macro *, void *), void *arg, ptrdiff_t offset, Dwarf_Die *cudie) macro_info_getmacros_off() argument
516 dwarf_getmacros_off(Dwarf *dbg, Dwarf_Off macoff, int (*callback) (Dwarf_Macro *, void *), void *arg, ptrdiff_t token) dwarf_getmacros_off() argument
537 dwarf_getmacros(Dwarf_Die *cudie, int (*callback) (Dwarf_Macro *, void *), void *arg, ptrdiff_t token) dwarf_getmacros() argument
[all...]

Completed in 24 milliseconds

1...<<41424344454647484950>>...115