Home
last modified time | relevance | path

Searched refs:ctid (Results 1 – 3 of 3) sorted by relevance

/sysdeps/unix/sysv/linux/
A Darch-fork.h35 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()
A Dtst-clone3.c78 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()
A Dtst-clone3-internal.c78 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()

Completed in 4 milliseconds