| /third_party/ltp/include/old/ |
| H A D | test.h | 108 char **arg; /* Pointer to location to place argument, if needed */ member
|
| /third_party/ltp/testcases/kernel/controllers/cgroup/ |
| H A D | cgroup_core02.c | 43 static int lesser_ns_open_thread_fn(void *arg) in lesser_ns_open_thread_fn() argument
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_opt_algebraic.c | 94 replace_with_mov(struct vc4_compile *c, struct qinst *inst, struct qreg arg) in replace_with_mov() argument 112 replace_x_0_with_x(struct vc4_compile *c, struct qinst *inst, int arg) replace_x_0_with_x() argument 123 replace_x_0_with_0(struct vc4_compile *c, struct qinst *inst, int arg) replace_x_0_with_0() argument 134 fmul_replace_one(struct vc4_compile *c, struct qinst *inst, int arg) fmul_replace_one() argument [all...] |
| /third_party/node/test/addons/async-cleanup-hook/ |
| H A D | binding.cc | 5 void MustNotCall(void* arg, void(*cb)(void*), void* cbarg) { in MustNotCall() argument 17 void AsyncCleanupHook(void* arg, void(*cb)(void*), void* cbarg) { in AsyncCleanupHook() argument
|
| /third_party/musl/libc-test/src/regression/ |
| H A D | pthread_once-deadlock.c | 19 static void *start(void *arg) in start() argument
|
| /third_party/musl/porting/linux/user/src/linux/ |
| H A D | clone.c | 13 void *arg; member 32 void *arg = ((struct __clone_args *)clone_args)->arg; in __start_child() local 52 int clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in clone() argument
|
| /third_party/musl/src/linux/linux/ |
| H A D | clone.c | 28 void *arg; member 47 void *arg = ((struct __clone_args *)clone_args)->arg; in __start_child() local 67 int clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in clone() argument
|
| /third_party/musl/src/linux/liteos_a/ |
| H A D | clone.c | 27 void *arg; member 35 void *arg = ((struct __clone_args *)clone_args)->arg; in __start_child() local 53 int clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in clone() argument
|
| /third_party/musl/porting/liteos_a/user/src/linux/ |
| H A D | clone.c | 12 void *arg; member 20 void *arg = ((struct __clone_args *)clone_args)->arg; in __start_child() local 38 int clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in clone() argument
|
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares_query.c | 42 void *arg; member 99 static void qcallback(void *arg, in argument 48 ares_query_qid(ares_channel_t *channel, const char *name, int dnsclass, int type, ares_callback callback, void *arg, unsigned short *qid) ares_query_qid() argument 88 ares_query(ares_channel_t *channel, const char *name, int dnsclass, int type, ares_callback callback, void *arg) ares_query() argument [all...] |
| H A D | ares_send.c | 51 ares_send_ex(ares_channel_t *channel, const unsigned char *qbuf, size_t qlen, ares_callback callback, void *arg, unsigned short *qid) ares_send_ex() argument 153 ares_send(ares_channel_t *channel, const unsigned char *qbuf, int qlen, ares_callback callback, void *arg) ares_send() argument [all...] |
| /third_party/mesa3d/src/panfrost/drm-shim/ |
| H A D | panfrost_noop.c | 39 pan_ioctl_noop(int fd, unsigned long request, void *arg) in pan_ioctl_noop() argument 45 pan_ioctl_get_param(int fd, unsigned long request, void *arg) in pan_ioctl_get_param() argument 86 pan_ioctl_create_bo(int fd, unsigned long request, void *arg) in pan_ioctl_create_bo() argument 105 pan_ioctl_mmap_bo(int fd, unsigned long request, void *arg) in pan_ioctl_mmap_bo() argument 118 pan_ioctl_madvise(int fd, unsigned long request, void *arg) in pan_ioctl_madvise() argument
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_rast_linear.c | 46 lp_rast_linear_clear(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_linear_clear() argument 68 lp_rast_linear_tile(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_linear_tile() argument 127 lp_rast_linear_rect(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_linear_rect() argument
|
| /third_party/libfuse/example/ |
| H A D | cuse_client.c | 63 struct fioc_rw_arg arg = { .offset = offset }; in do_rw() local [all...] |
| /third_party/libfuse/test/ |
| H A D | stracedecode.c | 74 struct fuse_read_in *arg = (struct fuse_read_in *) buf; in process_buf() local 81 struct fuse_write_in *arg = (struct fuse_write_in *) buf; in process_buf() local 101 struct fuse_attr_out *arg = (struct fuse_attr_out *) buf; process_buf() local 108 struct fuse_entry_out *arg = (struct fuse_entry_out *) buf; process_buf() local [all...] |
| /third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
| H A D | tring.c | 58 void *thread(void *arg) in thread() argument
|
| /third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
| H A D | hugemmap06.c | 45 static void *thr(void *arg) in thr() argument
|
| /third_party/ltp/testcases/kernel/sched/clisrv/ |
| H A D | pthserv.c | 169 int arg = (uintptr_t) arg_; in new_thread() local
|
| /third_party/ltp/testcases/kernel/syscalls/kcmp/ |
| H A D | kcmp03.c | 52 static int do_child(void *arg) in do_child() argument
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_unreg/ |
| H A D | tirpc_svc_unreg_mt.c | 46 void *my_thread_process(void *arg) in my_thread_process() argument
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_reg/ |
| H A D | tirpc_rpc_reg_mt.c | 53 void *my_thread_process(void *arg) in my_thread_process() argument
|
| /third_party/ltp/testcases/kernel/mem/thp/ |
| H A D | thp04.c | 100 static void *thread_run(void *arg) in thread_run() argument
|
| H A D | thp01.c | 53 static char *arg; variable
|
| /third_party/ltp/testcases/kernel/syscalls/tgkill/ |
| H A D | tgkill01.c | 34 static void *thread_func(void *arg) in thread_func() argument
|
| /third_party/ltp/testcases/network/can/cve/ |
| H A D | can_bcm01.c | 64 static void *thread_run(void *arg) in thread_run() argument
|