| /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 127 PtyReader_28979140_Arg arg; in TEST() local
|
| D | semaphore_test.cpp | 71 static void* SemWaitThreadFn(void* arg) { in SemWaitThreadFn() 181 static void* SemWaitEINTRThreadFn(void* arg) { in SemWaitEINTRThreadFn()
|
| D | stack_protector_test.cpp | 77 ASSERT_EQ(0, pthread_create(&t, nullptr, [](void* arg) -> void* { in TEST()
|
| D | sys_sem_test.cpp | 104 semun arg; in TEST() local
|
| 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 | 25 void *arg; member in thread_local_dtor 35 int __cxa_thread_atexit_impl(void (*func) (void *), void *arg, void *dso_handle) { in __cxa_thread_atexit_impl() argument
|
| D | clone.cpp | 45 extern "C" __LIBC_HIDDEN__ void __start_thread(int (*fn)(void*), void* arg) { in __start_thread() argument 58 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 | 75 int execl(const char* name, const char* arg, ...) { in execl() 83 int execle(const char* name, const char* arg, ...) { in execle() 91 int execlp(const char* name, const char* arg, ...) { in execlp()
|
| D | pthread_exit.cpp | 51 void __pthread_cleanup_push(__pthread_cleanup_t* c, __pthread_cleanup_func_t routine, void* arg) { in __pthread_cleanup_push()
|
| D | malloc_common.cpp | 215 void (*callback)(uintptr_t base, size_t size, void* arg), void* arg) { in malloc_iterate() 273 extern "C" bool android_mallopt(int opcode, void* arg, size_t arg_size) { in android_mallopt()
|
| D | sys_sem.cpp | 43 semun arg = va_arg(ap, semun); in semctl() local
|
| D | pthread_create.cpp | 325 static int __pthread_start(void* arg) { in __pthread_start() 354 void* (*start_routine)(void*), void* arg) { in pthread_create() argument
|
| D | malloc_limit.cpp | 304 bool LimitEnable(void* arg, size_t arg_size) { in LimitEnable() 350 … LimitIterate(uintptr_t base, size_t size, void (*callback)(uintptr_t, size_t, void*), void* arg) { in LimitIterate() argument
|
| /bionic/linker/ |
| D | linker_tls.h | 50 size_t arg; member
|
| /bionic/benchmarks/ |
| D | util.h | 41 #define BIONIC_BENCHMARK_WITH_ARG(n, arg) \ argument
|
| D | semaphore_benchmark.cpp | 73 static void* BM_semaphore_sem_post_start_thread(void* arg) { in BM_semaphore_sem_post_start_thread()
|
| D | get_heap_size_benchmark.cpp | 39 static void* thread_func(void* arg) { in thread_func()
|
| /bionic/libc/malloc_hooks/tests/ |
| D | malloc_hooks_tests.cpp | 156 void* MallocHooksTest::test_malloc_hook(size_t size, const void* arg) { in test_malloc_hook() 162 void* MallocHooksTest::test_realloc_hook(void* ptr, size_t size, const void* arg) { in test_realloc_hook() 168 void* MallocHooksTest::test_memalign_hook(size_t alignment, size_t size, const void* arg) { in test_memalign_hook() 174 void MallocHooksTest::test_free_hook(void* ptr, const void* arg) { in test_free_hook()
|
| /bionic/libc/kernel/uapi/linux/ |
| D | n_r3964.h | 42 int arg; member
|
| /bionic/libc/stdlib/ |
| D | atexit.c | 82 __cxa_atexit(void (*func)(void *), void *arg, void *dso) in __cxa_atexit() argument
|
| /bionic/libc/kernel/uapi/linux/mmc/ |
| D | ioctl.h | 26 __u32 arg; member
|
| /bionic/libc/include/ |
| D | pthread.h | 296 #define pthread_cleanup_push(routine, arg) \ argument
|