/bionic/tests/ |
D | __cxa_thread_atexit_test.cpp | 45 static void* thread_nop(void* arg) { in thread_nop() 94 static void thread_atexit_fn1(void* arg) { in thread_atexit_fn1() 99 static void thread_atexit_fn2(void* arg) { in thread_atexit_fn2() 104 static void thread_atexit_from_atexit(void* arg) { in thread_atexit_from_atexit() 109 static void thread_atexit_fn3(void* arg) { in thread_atexit_fn3() 115 static void thread_atexit_fn4(void* arg) { in thread_atexit_fn4() 120 static void thread_atexit_fn5(void* arg) { in thread_atexit_fn5() 125 static void* thread_main(void* arg) { in thread_main()
|
D | pty_test.cpp | 82 static void PtyReader_28979140(PtyReader_28979140_Arg* arg) { in PtyReader_28979140() argument 128 PtyReader_28979140_Arg arg; in TEST() local
|
D | semaphore_test.cpp | 71 static void* SemWaitThreadFn(void* arg) { in SemWaitThreadFn() 168 static void* SemWaitEINTRThreadFn(void* arg) { in SemWaitEINTRThreadFn()
|
D | stack_protector_test.cpp | 77 ASSERT_EQ(0, pthread_create(&t, NULL, [](void* arg) -> void* { in TEST()
|
D | pthread_test.cpp | 191 static void* IdFn(void* arg) { in IdFn() 224 static void* JoinFn(void* arg) { in JoinFn() 352 static void* SignalHandlerFn(void* arg) { in SignalHandlerFn() 551 static void* GetActualGuardSizeFn(void* arg) { in GetActualGuardSizeFn() 566 static void* GetActualStackSizeFn(void* arg) { in GetActualStackSizeFn() 735 static void pthread_rwlock_wakeup_helper(RwlockWakeupHelperArg* arg) { in pthread_rwlock_wakeup_helper() argument 820 static void pthread_rwlock_wakeup_timeout_helper(RwlockWakeupHelperArg* arg) { in pthread_rwlock_wakeup_timeout_helper() 910 ThreadArg* arg = new ThreadArg(this, tid); in CreateWriterThread() local 917 ThreadArg* arg = new ThreadArg(this, tid); in CreateReaderThread() local 935 static void WriterThreadFn(ThreadArg* arg) { in WriterThreadFn() [all …]
|
D | stdatomic_test.cpp | 188 static void* writer(void* arg) { in writer() 201 static void* reader(void* arg) { in reader()
|
D | stack_unwinding_test.cpp | 37 _Unwind_Reason_Code FrameCounter(_Unwind_Context* ctx __unused, void* arg) { in FrameCounter()
|
/bionic/libc/bionic/ |
D | __cxa_thread_atexit_impl.cpp | 23 void *arg; member in thread_local_dtor 28 extern "C" int __cxa_thread_atexit_impl(void (*func) (void *), void *arg, void *dso_handle) { in __cxa_thread_atexit_impl() argument
|
D | clone.cpp | 40 extern "C" __LIBC_HIDDEN__ void __start_thread(int (*fn)(void*), void* arg) { in __start_thread() argument 45 int clone(int (*fn)(void*), void* child_stack, int flags, void* arg, ...) { in clone() argument
|
D | ioctl.cpp | 37 void* arg = va_arg(ap, void*); in ioctl() local
|
D | pthread_create.cpp | 187 static int __pthread_start(void* arg) { in __pthread_start() 212 void* (*start_routine)(void*), void* arg) { in pthread_create() argument
|
D | pthread_exit.cpp | 46 void __pthread_cleanup_push(__pthread_cleanup_t* c, __pthread_cleanup_func_t routine, void* arg) { in __pthread_cleanup_push()
|
D | malloc_common.cpp | 426 void (*callback)(uintptr_t base, size_t size, void* arg), void* arg) { in malloc_iterate()
|
D | posix_timers.cpp | 74 static void* __timer_thread_start(void* arg) { in __timer_thread_start()
|
D | legacy_32_bit_support.cpp | 55 void* arg = va_arg(ap, void*); in fcntl() local
|
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
D | exec.c | 46 execl(const char *name, const char *arg, ...) in execl() 72 execle(const char *name, const char *arg, ...) in execle() 99 execlp(const char *name, const char *arg, ...) in execlp()
|
/bionic/benchmarks/ |
D | pthread_benchmark.cpp | 139 static void* RunThread(void* arg) { in RunThread() 155 static void* ExitThread(void* arg) { in ExitThread()
|
D | semaphore_benchmark.cpp | 72 static void* BM_semaphore_sem_post_start_thread(void* arg) { in BM_semaphore_sem_post_start_thread()
|
/bionic/libc/malloc_debug/ |
D | malloc_debug.cpp | 602 void (*callback)(uintptr_t base, size_t size, void* arg), void* arg) { in debug_iterate() 607 decltype(arg) arg; in debug_iterate() member 611 [](uintptr_t base, size_t size, void* arg) { in debug_iterate()
|
D | backtrace.cpp | 82 static _Unwind_Reason_Code trace_function(__unwind_context* context, void* arg) { in trace_function()
|
/bionic/libc/kernel/uapi/linux/ |
D | n_r3964.h | 47 int arg; member
|
D | ion.h | 65 unsigned long arg; member
|
/bionic/libc/stdlib/ |
D | atexit.c | 80 __cxa_atexit(void (*func)(void *), void *arg, void *dso) in __cxa_atexit() argument
|
/bionic/libc/kernel/uapi/linux/mmc/ |
D | ioctl.h | 27 __u32 arg; member
|
/bionic/libc/kernel/uapi/xen/ |
D | privcmd.h | 27 __u64 arg[5]; member
|