/bionic/tests/ |
D | __cxa_thread_atexit_test.cpp | 40 static void* thread_nop(void* arg) { in thread_nop() 78 static void thread_atexit_fn1(void* arg) { in thread_atexit_fn1() 83 static void thread_atexit_fn2(void* arg) { in thread_atexit_fn2() 88 static void thread_atexit_from_atexit(void* arg) { in thread_atexit_from_atexit() 93 static void thread_atexit_fn3(void* arg) { in thread_atexit_fn3() 99 static void thread_atexit_fn4(void* arg) { in thread_atexit_fn4() 104 static void thread_atexit_fn5(void* arg) { in thread_atexit_fn5() 109 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 | sys_sem_test.cpp | 105 semun arg; in TEST() local
|
D | pthread_test.cpp | 193 static void* IdFn(void* arg) { in IdFn() 226 static void* JoinFn(void* arg) { in JoinFn() 354 static void* SignalHandlerFn(void* arg) { in SignalHandlerFn() 633 static void* GetActualGuardSizeFn(void* arg) { in GetActualGuardSizeFn() 648 static void* GetActualStackSizeFn(void* arg) { in GetActualStackSizeFn() 817 static void pthread_rwlock_wakeup_helper(RwlockWakeupHelperArg* arg) { in pthread_rwlock_wakeup_helper() argument 902 static void pthread_rwlock_wakeup_timeout_helper(RwlockWakeupHelperArg* arg) { in pthread_rwlock_wakeup_timeout_helper() 992 ThreadArg* arg = new ThreadArg(this, tid); in CreateWriterThread() local 999 ThreadArg* arg = new ThreadArg(this, tid); in CreateReaderThread() local 1017 static void WriterThreadFn(ThreadArg* arg) { in WriterThreadFn() [all …]
|
D | stdatomic_test.cpp | 199 static void* writer(void* arg) { in writer() 212 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 | 41 extern "C" __LIBC_HIDDEN__ void __start_thread(int (*fn)(void*), void* arg) { in __start_thread() argument 51 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 | exec.cpp | 72 int execl(const char* name, const char* arg, ...) { in execl() 80 int execle(const char* name, const char* arg, ...) { in execle() 88 int execlp(const char* name, const char* arg, ...) { in execlp()
|
D | pthread_create.cpp | 215 static int __pthread_start(void* arg) { in __pthread_start() 240 void* (*start_routine)(void*), void* arg) { in pthread_create() argument
|
D | pthread_exit.cpp | 47 void __pthread_cleanup_push(__pthread_cleanup_t* c, __pthread_cleanup_func_t routine, void* arg) { in __pthread_cleanup_push()
|
D | sys_sem.cpp | 43 semun arg = va_arg(ap, semun); in semctl() local
|
D | malloc_common.cpp | 439 void (*callback)(uintptr_t base, size_t size, void* arg), void* arg) { in malloc_iterate()
|
/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 | 662 void (*callback)(uintptr_t base, size_t size, void* arg), void* arg) { in debug_iterate() 667 decltype(arg) arg; in debug_iterate() member 671 [](uintptr_t base, size_t size, void* arg) { in debug_iterate()
|
D | backtrace.cpp | 84 static _Unwind_Reason_Code trace_function(__unwind_context* context, void* arg) { in trace_function()
|
/bionic/libc/kernel/uapi/linux/ |
D | n_r3964.h | 42 int arg; member
|
/bionic/libc/stdlib/ |
D | atexit.c | 80 __cxa_atexit(void (*func)(void *), void *arg, void *dso) in __cxa_atexit() argument
|
/bionic/libc/include/ |
D | pthread.h | 256 #define pthread_cleanup_push(routine, arg) \ argument
|
/bionic/libc/kernel/uapi/linux/mmc/ |
D | ioctl.h | 26 __u32 arg; member
|
/bionic/libc/kernel/uapi/xen/ |
D | privcmd.h | 26 __u64 arg[5]; member
|