/third_party/ltp/testcases/realtime/func/sched_jitter/ |
H A D | sched_jitter.c | 115 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 D | testpi-3.c | 98 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 D | 3-3.c | 98 static void *sendsig(void *arg) in sendsig() argument
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
H A D | 4-2.c | 102 static void *sendsig(void *arg) in sendsig() argument
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
H A D | 4-3.c | 75 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 D | 3-2.c | 110 static void *overflow(void *arg) in overflow() argument 313 static void *schedtest(void *arg) in schedtest() argument [all...] |
H A D | 14-1.c | 61 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 D | 4-3.c | 81 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 D | 6-3.c | 68 static void *sendsig(void *arg) in sendsig() argument
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/ |
H A D | 3-1.c | 103 static void *sendsig(void *arg) in sendsig() argument
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/ |
H A D | 1-2.c | 130 static void *tf(void *arg) in tf() argument
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/ |
H A D | 6-1.c | 95 static void *sendsig(void *arg) in sendsig() argument
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/ |
H A D | 5-1.c | 97 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 D | 18-1.c | 96 static void *sendsig(void *arg) in sendsig() argument
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/ |
H A D | s-c2.c | 127 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 D | pthread_kill_latency.c | 112 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 D | prio-wake.c | 104 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 D | librttest.h | 85 void *arg; member [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | target-riscv.c | 22 static void parse_march_riscv(const char *arg) in parse_march_riscv() argument
|
/third_party/lwip/src/include/netif/ppp/ |
H A D | pppapi.h | 95 void *arg; member
|
/third_party/lwip/src/netif/ppp/ |
H A D | fsm.c | 266 static void fsm_timeout(void *arg) { in fsm_timeout() argument
|
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-types.cc | 185 auto* arg = args[0]; in CanBeInvokedWith() local
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bir.c | 30 bi_has_arg(const bi_instr *ins, bi_index arg) in bi_has_arg() argument
|
/third_party/mesa3d/src/nouveau/drm-shim/ |
H A D | nouveau_noop.c | 61 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 D | pthread_cancel-points.c | 23 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...] |