Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 34) sorted by relevance

12

/bionic/tests/
D__cxa_thread_atexit_test.cpp45 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()
Dsemaphore_test.cpp71 static void* SemWaitThreadFn(void* arg) { in SemWaitThreadFn()
168 static void* SemWaitEINTRThreadFn(void* arg) { in SemWaitEINTRThreadFn()
Dstack_protector_test.cpp77 ASSERT_EQ(0, pthread_create(&t, NULL, [](void* arg) -> void* { in TEST()
Dpthread_test.cpp191 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 …]
Dstdatomic_test.cpp188 static void* writer(void* arg) { in writer()
201 static void* reader(void* arg) { in reader()
Dstack_unwinding_test.cpp37 _Unwind_Reason_Code FrameCounter(_Unwind_Context* ctx __unused, void* arg) { in FrameCounter()
/bionic/libc/bionic/
D__cxa_thread_atexit_impl.cpp23 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
Dclone.cpp40 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
Dioctl.cpp37 void* arg = va_arg(ap, void*); in ioctl() local
Dpthread_create.cpp187 static int __pthread_start(void* arg) { in __pthread_start()
212 void* (*start_routine)(void*), void* arg) { in pthread_create() argument
Dpthread_exit.cpp46 void __pthread_cleanup_push(__pthread_cleanup_t* c, __pthread_cleanup_func_t routine, void* arg) { in __pthread_cleanup_push()
Dmalloc_common.cpp426 void (*callback)(uintptr_t base, size_t size, void* arg), void* arg) { in malloc_iterate()
Dposix_timers.cpp74 static void* __timer_thread_start(void* arg) { in __timer_thread_start()
Dlegacy_32_bit_support.cpp55 void* arg = va_arg(ap, void*); in fcntl() local
/bionic/libc/upstream-openbsd/lib/libc/gen/
Dexec.c46 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/
Dpthread_benchmark.cpp139 static void* RunThread(void* arg) { in RunThread()
155 static void* ExitThread(void* arg) { in ExitThread()
Dsemaphore_benchmark.cpp72 static void* BM_semaphore_sem_post_start_thread(void* arg) { in BM_semaphore_sem_post_start_thread()
/bionic/libc/malloc_debug/
Dmalloc_debug.cpp602 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()
Dbacktrace.cpp82 static _Unwind_Reason_Code trace_function(__unwind_context* context, void* arg) { in trace_function()
/bionic/libc/kernel/uapi/linux/
Dn_r3964.h47 int arg; member
Dion.h65 unsigned long arg; member
/bionic/libc/stdlib/
Datexit.c80 __cxa_atexit(void (*func)(void *), void *arg, void *dso) in __cxa_atexit() argument
/bionic/libc/kernel/uapi/linux/mmc/
Dioctl.h27 __u32 arg; member
/bionic/libc/kernel/uapi/xen/
Dprivcmd.h27 __u64 arg[5]; member
/bionic/libc/include/
Dpthread.h271 #define pthread_cleanup_push(routine, arg) \ argument

12