Searched refs:__arg (Results 1 – 18 of 18) sorted by relevance
/sysdeps/unix/sysv/linux/sparc/sparc64/ |
A D | ipc_priv.h | 26 #define SEMCTL_ARG_ADDRESS(__arg) __arg.array argument
|
/sysdeps/htl/bits/ |
A D | cancelation.h | 25 void *__arg; member 46 __handler.__handler (__handler.__arg); \
|
/sysdeps/unix/sysv/linux/ |
A D | tst-clone.c | 27 extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base, 28 size_t __child_stack_size, int __flags, void *__arg, ...);
|
A D | clone3.h | 63 int (*__func) (void *__arg), void *__arg);
|
A D | ipc_priv.h | 46 #define SEMCTL_ARG_ADDRESS(__arg) &__arg.array argument
|
A D | tst-misalign-clone.c | 64 extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base, in do_test() 66 void *__arg, ...); in do_test()
|
A D | tst-align-clone.c | 52 extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base, in do_test() 54 void *__arg, ...); in do_test()
|
A D | tst-clone3.c | 82 extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base, in do_test() 84 void *__arg, ...); in do_test()
|
A D | tst-getpid1.c | 45 extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base, in do_test() 47 void *__arg, ...); in do_test()
|
A D | tst-clone2.c | 75 extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base, in do_test() 77 void *__arg, ...); in do_test()
|
/sysdeps/unix/sysv/linux/bits/ |
A D | sched.h | 82 extern int clone (int (*__fn) (void *__arg), void *__child_stack, 83 int __flags, void *__arg, ...) __THROW;
|
/sysdeps/htl/ |
A D | libc-lock.h | 39 __handler.__arg = ARG; \ 53 __handler.__handler (__handler.__arg); \
|
A D | pthreadP.h | 61 typedef void * (*__cthread_fn_t)(void *__arg);
|
A D | pthread.h | 215 void *__restrict __arg) __THROWNL __nonnull ((1, 3)); 715 extern void pthread_cleanup_push (void (*__routine) (void *), void *__arg);
|
/sysdeps/nptl/ |
A D | libc-lock.h | 163 _buffer.__arg = (ARG); \ 178 _cleanup_routine (_buffer.__arg); \
|
A D | pthread.h | 162 void *__arg; /* Its argument. */ member 205 void *__restrict __arg) __THROWNL __nonnull ((1, 3)); 576 __pthread_cleanup_class (void (*__fct) (void *), void *__arg) in __pthread_cleanup_class() argument 577 : __cancel_routine (__fct), __cancel_arg (__arg), __do_it (1) { } in __pthread_cleanup_class()
|
A D | pthreadP.h | 614 __pthread_cleanup_combined_routine_voidptr (void *__arg) in __pthread_cleanup_combined_routine_voidptr() argument 617 = (struct __pthread_cleanup_combined_frame *) __arg; in __pthread_cleanup_combined_routine_voidptr()
|
/sysdeps/pthread/ |
A D | threads.h | 79 extern int thrd_create (thrd_t *__thr, thrd_start_t __func, void *__arg);
|
Completed in 17 milliseconds