| /third_party/mesa3d/src/broadcom/drm-shim/ |
| H A D | vc4_noop.c | 34 vc4_ioctl_noop(int fd, unsigned long request, void *arg) in vc4_ioctl_noop() argument 40 vc4_ioctl_create_bo(int fd, unsigned long request, void *arg) in vc4_ioctl_create_bo() argument 54 vc4_ioctl_mmap_bo(int fd, unsigned long request, void *arg) in vc4_ioctl_mmap_bo() argument 68 vc4_ioctl_get_param(int fd, unsigned long request, void *arg) in vc4_ioctl_get_param() argument
|
| /third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/ |
| H A D | libevent.c | 26 timer_cb_event(evutil_socket_t fd, short event, void *arg) in timer_cb_event() argument 32 signal_cb_event(evutil_socket_t fd, short event, void *arg) in signal_cb_event() argument
|
| /third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-multivhost/ |
| H A D | minimal-http-server.c | 83 void vh_destruction_notification(struct lws_vhost *vh, void *arg) in vh_destruction_notification() argument
|
| /third_party/ltp/testcases/cve/ |
| H A D | cve-2016-7117.c | 97 static void *send_and_close(void *arg) in send_and_close() argument
|
| H A D | cve-2017-17052.c | 44 static void *mmap_thread(void *arg) in mmap_thread() argument 54 static void *fork_thread(void *arg) in fork_thread() argument
|
| /third_party/ltp/testcases/kernel/containers/libclone/ |
| H A D | libclone.c | 89 int do_plain_tests(int (*fn1) (void *arg), void *arg1, in do_plain_tests() argument 19 do_clone_tests(unsigned long clone_flags, int (*fn1) (void *arg), void *arg1, int (*fn2) (void *arg), void *arg2) do_clone_tests() argument 38 do_unshare_tests(unsigned long clone_flags, int (*fn1) (void *arg), void *arg1, int (*fn2) (void *arg), void *arg2) do_unshare_tests() argument 106 do_clone_unshare_test(int use_clone, unsigned long clone_flags, int (*fn1) (void *arg), void *arg1) do_clone_unshare_test() argument 126 do_clone_unshare_tests(int use_clone, unsigned long clone_flags, int (*fn1) (void *arg), void *arg1, int (*fn2) (void *arg), void *arg2) do_clone_unshare_tests() argument
|
| /third_party/ltp/testcases/kernel/crypto/ |
| H A D | af_alg07.c | 61 static void *thread_run(void *arg) in thread_run() argument
|
| H A D | af_alg02.c | 28 static void *verify_encrypt(void *arg) in verify_encrypt() argument
|
| /third_party/mesa3d/src/gallium/tests/unit/ |
| H A D | pipe_barrier_test.c | 99 const char *arg = argv[i]; in main() local
|
| /third_party/node/src/ |
| H A D | cleanup_queue-inl.h | 28 void CleanupQueue::Add(Callback cb, void* arg) { in Add() argument 35 void CleanupQueue::Remove(Callback cb, void* arg) { in Remove() argument
|
| H A D | cleanup_queue.h | 42 CleanupHookCallback(Callback fn, void* arg, uint64_t insertion_order_counter) CleanupHookCallback() argument
|
| /third_party/node/test/node-api/test_cleanup_hook/ |
| H A D | binding.c | 8 static void cleanup(void* arg) { in cleanup() argument
|
| /third_party/node/test/addons/new-isolate-addon/ |
| H A D | binding.cc | 52 auto arg = SharedArrayBuffer::New(setup->isolate(), arg_bs); in RunInSeparateIsolate() local
|
| /third_party/musl/libc-test/src/regression/ |
| H A D | pthread_cancel-sem_wait.c | 17 static void wait_cancel(void *arg) in wait_cancel() argument 25 static void *start_sem_wait(void *arg) in start_sem_wait() argument 33 static void *start_sem_timedwait(void *arg) in start_sem_timedwait() argument 41 static void *start_sem_timedwait_time64(void *arg) in start_sem_timedwait_time64() argument
|
| H A D | pthread_exit-dtor.c | 22 static void *start(void *arg) in start() argument 43 int r, arg=0, pid; in main() local
|
| /third_party/musl/porting/liteos_a/user/src/stdlib/ |
| H A D | qsort.c | 46 void __qsort_r(void *base, size_t nel, size_t width, cmpfun cmp, void *arg) in __qsort_r() argument [all...] |
| /third_party/musl/src/ipc/ |
| H A D | semctl.c | 21 union semun arg = {0}; in semctl() local [all...] |
| /third_party/musl/porting/liteos_a/user/src/ipc/ |
| H A D | semctl.c | 22 union semun arg = {0}; in semctl() local [all...] |
| /third_party/musl/src/exit/ |
| H A D | cxa_thread_atexit_impl.c | 29 void *arg;
member 76 int __cxa_thread_atexit_impl(void (*func)(void*), void *arg, void *dso_handle)
in __cxa_thread_atexit_impl() argument 104 int __cxa_thread_atexit_impl(void (*func)(void*), void *arg, void *dso_handle)
in __cxa_thread_atexit_impl() argument
|
| /third_party/musl/src/linux/ |
| H A D | clone.c | 12 void *arg; member 16 static int clone_start(void *arg) in clone_start() argument 24 int clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in clone() argument
|
| /third_party/musl/src/stdlib/liteos_a/ |
| H A D | qsort.c | 46 void __qsort_r(void *base, size_t nel, size_t width, cmpfun cmp, void *arg) in __qsort_r() argument [all...] |
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares_event_wake_pipe.c | 54 static void ares_pipeevent_destroy_cb(void *arg) in ares_pipeevent_destroy_cb() argument
|
| /third_party/ltp/testcases/kernel/syscalls/futex/ |
| H A D | futex_wake02.c | 49 static void *threaded(void *arg) in threaded() argument
|
| H A D | futex_waitv03.c | 73 static void *threaded(LTP_ATTRIBUTE_UNUSED void *arg) in threaded() argument
|
| H A D | futex_waitv02.c | 53 static void *threaded(LTP_ATTRIBUTE_UNUSED void *arg) in threaded() argument
|