Searched refs:ctid (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | arch-fork.h | 35 arch_fork (void *ctid) in arch_fork() argument 41 ret = INLINE_CLONE_SYSCALL (flags, 0, NULL, 0, ctid); in arch_fork() 43 ret = INLINE_SYSCALL_CALL (clone, flags, 0, NULL, 0, ctid); in arch_fork() 46 ret = INLINE_SYSCALL_CALL (clone, 0, flags, NULL, ctid, 0); in arch_fork() 48 ret = INLINE_SYSCALL_CALL (clone, flags, 0, 0, NULL, ctid, 0); in arch_fork() 50 ret = INLINE_SYSCALL_CALL (clone2, flags, 0, 0, NULL, ctid, 0); in arch_fork() 52 ret = INLINE_SYSCALL_CALL (clone, flags, 0, NULL, ctid, 0); in arch_fork()
|
D | tst-clone3.c | 78 pid_t ctid = CTID_INIT_VAL; in do_test() local 86 /* tls */ NULL, &ctid); in do_test() 90 /* tls */ NULL, &ctid); in do_test() 93 &ctid); in do_test() 101 wait_tid (&ctid, CTID_INIT_VAL); in do_test()
|
D | tst-clone3-internal.c | 78 pid_t ctid = CTID_INIT_VAL; in do_test() local 87 .child_tid = (uintptr_t) &ctid, in do_test() 93 wait_tid (&ctid, CTID_INIT_VAL); in do_test()
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | clone.c | 24 void *tls, pid_t *ctid); 37 void *ctid; in __clone() local 44 ctid = va_arg (ap, void *); in __clone() 54 return __or1k_clone (fn, child_stack, flags, arg, ptid, tls, ctid); in __clone()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.14 | 5869 ptid, tls, ctid arguments to the kernel. 10605 ptid and ctid to match kernel.
|
D | ChangeLog.nptl | 10650 ctid to match kernel.
|
D | ChangeLog.19 | 6914 Initialize ctid with a known value and remove update of ctid
|