Home
last modified time | relevance | path

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

12

/bionic/tests/
D__cxa_thread_atexit_test.cpp40 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()
Dpty_test.cpp82 static void PtyReader_28979140(PtyReader_28979140_Arg* arg) { in PtyReader_28979140() argument
128 PtyReader_28979140_Arg arg; in TEST() local
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()
Dsys_sem_test.cpp105 semun arg; in TEST() local
Dpthread_test.cpp193 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 …]
Dstdatomic_test.cpp199 static void* writer(void* arg) { in writer()
212 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.cpp41 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
Dioctl.cpp37 void* arg = va_arg(ap, void*); in ioctl() local
Dexec.cpp72 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()
Dpthread_create.cpp215 static int __pthread_start(void* arg) { in __pthread_start()
240 void* (*start_routine)(void*), void* arg) { in pthread_create() argument
Dpthread_exit.cpp47 void __pthread_cleanup_push(__pthread_cleanup_t* c, __pthread_cleanup_func_t routine, void* arg) { in __pthread_cleanup_push()
Dsys_sem.cpp43 semun arg = va_arg(ap, semun); in semctl() local
Dmalloc_common.cpp439 void (*callback)(uintptr_t base, size_t size, void* arg), void* arg) { in malloc_iterate()
/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.cpp662 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()
Dbacktrace.cpp84 static _Unwind_Reason_Code trace_function(__unwind_context* context, void* arg) { in trace_function()
/bionic/libc/kernel/uapi/linux/
Dn_r3964.h42 int arg; member
/bionic/libc/stdlib/
Datexit.c80 __cxa_atexit(void (*func)(void *), void *arg, void *dso) in __cxa_atexit() argument
/bionic/libc/include/
Dpthread.h256 #define pthread_cleanup_push(routine, arg) \ argument
/bionic/libc/kernel/uapi/linux/mmc/
Dioctl.h26 __u32 arg; member
/bionic/libc/kernel/uapi/xen/
Dprivcmd.h26 __u64 arg[5]; member

12