Home
last modified time | relevance | path

Searched refs:__arg (Results 1 – 18 of 18) sorted by relevance

/sysdeps/unix/sysv/linux/sparc/sparc64/
A Dipc_priv.h26 #define SEMCTL_ARG_ADDRESS(__arg) __arg.array argument
/sysdeps/htl/bits/
A Dcancelation.h25 void *__arg; member
46 __handler.__handler (__handler.__arg); \
/sysdeps/unix/sysv/linux/
A Dtst-clone.c27 extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base,
28 size_t __child_stack_size, int __flags, void *__arg, ...);
A Dclone3.h63 int (*__func) (void *__arg), void *__arg);
A Dipc_priv.h46 #define SEMCTL_ARG_ADDRESS(__arg) &__arg.array argument
A Dtst-misalign-clone.c64 extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base, in do_test()
66 void *__arg, ...); in do_test()
A Dtst-align-clone.c52 extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base, in do_test()
54 void *__arg, ...); in do_test()
A Dtst-clone3.c82 extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base, in do_test()
84 void *__arg, ...); in do_test()
A Dtst-getpid1.c45 extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base, in do_test()
47 void *__arg, ...); in do_test()
A Dtst-clone2.c75 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 Dsched.h82 extern int clone (int (*__fn) (void *__arg), void *__child_stack,
83 int __flags, void *__arg, ...) __THROW;
/sysdeps/htl/
A Dlibc-lock.h39 __handler.__arg = ARG; \
53 __handler.__handler (__handler.__arg); \
A DpthreadP.h61 typedef void * (*__cthread_fn_t)(void *__arg);
A Dpthread.h215 void *__restrict __arg) __THROWNL __nonnull ((1, 3));
715 extern void pthread_cleanup_push (void (*__routine) (void *), void *__arg);
/sysdeps/nptl/
A Dlibc-lock.h163 _buffer.__arg = (ARG); \
178 _cleanup_routine (_buffer.__arg); \
A Dpthread.h162 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 DpthreadP.h614 __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 Dthreads.h79 extern int thrd_create (thrd_t *__thr, thrd_start_t __func, void *__arg);

Completed in 17 milliseconds