Home
last modified time | relevance | path

Searched defs:arg (Results 2301 - 2325 of 7658) sorted by relevance

1...<<919293949596979899100>>...307

/third_party/ltp/testcases/realtime/func/sched_jitter/
H A Dsched_jitter.c115 void *thread_worker(void *arg) in thread_worker() argument
157 void *thread_interrupter(void *arg) in thread_interrupter() argument
/third_party/ltp/testcases/realtime/stress/pi-tests/
H A Dtestpi-3.c98 void *func_nonrt(void *arg) in func_nonrt() argument
147 void *func_rt(void *arg) in func_rt() argument
203 void *func_noise(void *arg) in func_noise() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
H A D3-3.c98 static void *sendsig(void *arg) in sendsig() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
H A D4-2.c102 static void *sendsig(void *arg) in sendsig() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
H A D4-3.c75 static void *sendsig(void *arg) in sendsig() argument
133 static void *waiter(void *arg) in waiter() argument
190 static void *worker(void *arg) in worker() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D3-2.c110 static void *overflow(void *arg) in overflow() argument
313 static void *schedtest(void *arg) in schedtest() argument
[all...]
H A D14-1.c61 static void *sendsig(void *arg) in sendsig() argument
101 static void *threaded(void *arg) in threaded() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
H A D4-3.c81 static void *sendsig(void *arg) in sendsig() argument
134 static void *threaded(void *arg) in threaded() argument
157 static void *test(void *arg) in test() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
H A D6-3.c68 static void *sendsig(void *arg) in sendsig() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
H A D3-1.c103 static void *sendsig(void *arg) in sendsig() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
H A D1-2.c130 static void *tf(void *arg) in tf() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
H A D6-1.c95 static void *sendsig(void *arg) in sendsig() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
H A D5-1.c97 static void *sendsig(void *arg) in sendsig() argument
158 static void *test(void *arg) in test() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
H A D18-1.c96 static void *sendsig(void *arg) in sendsig() argument
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
H A Ds-c2.c127 static void *sub(void *arg) in sub() argument
149 static void *threaded(void *arg) in threaded() argument
/third_party/ltp/testcases/realtime/func/pthread_kill_latency/
H A Dpthread_kill_latency.c112 void *signal_receiving_thread(void *arg) in signal_receiving_thread() argument
226 void *signal_sending_thread(void *arg) in signal_sending_thread() argument
/third_party/ltp/testcases/realtime/func/prio-wake/
H A Dprio-wake.c104 void *master_thread(void *arg) in master_thread() argument
130 void *worker_thread(void *arg) in worker_thread() argument
/third_party/ltp/testcases/realtime/include/
H A Dlibrttest.h85 void *arg; member
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dtarget-riscv.c22 static void parse_march_riscv(const char *arg) in parse_march_riscv() argument
/third_party/lwip/src/include/netif/ppp/
H A Dpppapi.h95 void *arg; member
/third_party/lwip/src/netif/ppp/
H A Dfsm.c266 static void fsm_timeout(void *arg) { in fsm_timeout() argument
/third_party/node/deps/v8/src/asmjs/
H A Dasm-types.cc185 auto* arg = args[0]; in CanBeInvokedWith() local
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbir.c30 bi_has_arg(const bi_instr *ins, bi_index arg) in bi_has_arg() argument
/third_party/mesa3d/src/nouveau/drm-shim/
H A Dnouveau_noop.c61 nouveau_ioctl_noop(int fd, unsigned long request, void *arg) in nouveau_ioctl_noop() argument
67 nouveau_ioctl_gem_new(int fd, unsigned long request, void *arg) in nouveau_ioctl_gem_new() argument
93 nouveau_ioctl_gem_info(int fd, unsigned long request, void *arg) in nouveau_ioctl_gem_info() argument
109 nouveau_ioctl_gem_pushbuf(int fd, unsigned long request, void *arg) in nouveau_ioctl_gem_pushbuf() argument
118 nouveau_ioctl_channel_alloc(int fd, unsigned long request, void *arg) in nouveau_ioctl_channel_alloc() argument
142 nouveau_ioctl_get_param(int fd, unsigned long request, void *arg) in nouveau_ioctl_get_param() argument
[all...]
/third_party/musl/libc-test/src/functional/
H A Dpthread_cancel-points.c23 static void prepare_sem(void *arg) in prepare_sem() argument
28 static void cleanup_sem(void *arg) in cleanup_sem() argument
33 static void execute_sem_wait(void *arg) in execute_sem_wait() argument
38 static void execute_sem_timedwait(void *arg) in execute_sem_timedwait() argument
48 static void *run_test(void *arg) in run_test() argument
54 static void prepare_thread(void *arg) in prepare_thread() argument
60 static void cleanup_thread(void *arg) in cleanup_thread() argument
71 execute_thread_join(void *arg) execute_thread_join() argument
77 prepare_dummy(void *arg) prepare_dummy() argument
81 execute_shm_open(void *arg) execute_shm_open() argument
87 cleanup_shm(void *arg) cleanup_shm() argument
101 void *arg; global() member
114 run_execute(void *arg) run_execute() argument
[all...]

Completed in 14 milliseconds

1...<<919293949596979899100>>...307