| /third_party/ltp/testcases/kernel/sched/nptl/ |
| H A D | nptl01.c | 165 void *run(void *arg) in run() argument
|
| /third_party/ltp/testcases/kernel/security/dirtyc0w_shmem/ |
| H A D | dirtyc0w_shmem_child.c | 38 static void *stress_thread_fn(void *arg) in stress_thread_fn() argument 47 static void *discard_thread_fn(void *arg) in discard_thread_fn() argument 71 static void *write_thread_fn(void *arg) in write_thread_fn() argument 90 static void *uffd_thread_fn(void *arg) in uffd_thread_fn() argument
|
| /third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
| H A D | semctl06.c | 314 union semun arg; in term() local
|
| H A D | semctl03.c | 27 static union semun arg = {0}; variable
|
| /third_party/ltp/testcases/misc/math/float/ |
| H A D | thread_code.c | 277 void *thread_code(void *arg) in thread_code() argument
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/ |
| H A D | tirpc_bottomlevel_clnt_call_scalability.c | 51 void *my_thread_process(void *arg) in my_thread_process() argument
|
| H A D | tirpc_bottomlevel_clnt_call_complex.c | 71 void *my_thread_process(void *arg) in my_thread_process() argument [all...] |
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/ |
| H A D | tirpc_rpcb_rmtcall_scalability.c | 51 void *my_thread_process(void *arg) in my_thread_process() argument
|
| H A D | tirpc_rpcb_rmtcall_complex.c | 72 void *my_thread_process(void *arg) in my_thread_process() argument [all...] |
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/ |
| H A D | tirpc_rpc_broadcast_exp_scalability.c | 54 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_toplevel_clnt_call/ |
| H A D | tirpc_toplevel_clnt_call_scalability.c | 48 void *my_thread_process(void *arg) in my_thread_process() argument
|
| /third_party/ltp/testcases/kernel/kvm/ |
| H A D | kvm_pagefault01.c | 185 static void reload_module(const char *module, char *arg) in reload_module() argument
|
| /third_party/ltp/testcases/kernel/syscalls/fcntl/ |
| H A D | fcntl36.c | 68 static void *fn_ofd_w(void *arg) in fn_ofd_w() argument 108 static void *fn_posix_w(void *arg) in fn_posix_w() argument 147 static void *fn_ofd_r(void *arg) in fn_ofd_r() argument 208 static void *fn_posix_r(void *arg) in fn_posix_r() argument 267 static void *fn_dummy(void *arg) in fn_dummy() argument [all...] |
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/ |
| H A D | tirpc_expertlevel_clnt_call_complex.c | 72 void *my_thread_process(void *arg) in my_thread_process() argument [all...] |
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/ |
| H A D | tirpc_interlevel_clnt_call_scalability.c | 48 void *my_thread_process(void *arg) in my_thread_process() argument
|
| H A D | tirpc_interlevel_clnt_call_complex.c | 70 void *my_thread_process(void *arg) in my_thread_process() argument [all...] |
| /third_party/ltp/utils/sctp/func_tests/ |
| H A D | test_1_to_1_threads.c | 121 void *relay(void *arg) in relay() argument
|
| /third_party/lwip/src/core/ |
| H A D | timeouts.c | 146 tcpip_tcp_timer(void *arg) in tcpip_tcp_timer() argument 183 sys_timeout_abs(u32_t abs_time, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_abs() argument 234 lwip_cyclic_timer(void *arg) lwip_cyclic_timer() argument 289 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char *handler_name) sys_timeout_debug() argument 319 sys_untimeout(sys_timeout_handler handler, void *arg) sys_untimeout() argument 366 void *arg; sys_check_timeouts() local [all...] |
| /third_party/lwip/src/include/lwip/apps/ |
| H A D | mqtt_priv.h | 55 void *arg; member
|
| /third_party/libwebsockets/lib/roles/ws/ext/ |
| H A D | extension.c | 191 int lws_ext_cb_active(struct lws *wsi, int reason, void *arg, int len) in lws_ext_cb_active() argument 217 lws_ext_cb_all_exts(struct lws_context *context, struct lws *wsi, int reason, void *arg, int len) lws_ext_cb_all_exts() argument
|
| /third_party/libwebsockets/lib/tls/ |
| H A D | tls.c | 32 alpn_cb(SSL *s, const unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) alpn_cb() argument
|
| /third_party/libfuse/lib/ |
| H A D | mount_bsd.c | 111 static int fuse_mount_opt_proc(void *data, const char *arg, int key, in fuse_mount_opt_proc() argument
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
| H A D | 4-2.c | 72 static void *sendsig(void *arg) in sendsig() argument
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
| H A D | 2-4.c | 151 static void *tf(void *arg) in tf() argument
|
| H A D | 2-6.c | 64 static void clnp1(void *arg) in clnp1() argument 88 static void clnp2(void *arg) in clnp2() argument 114 static void clnp3(void *arg) in clnp3() argument 141 static void *threaded(void *arg) in threaded() argument
|