createthread.c 180 B

12345
  1. /* Value passed to 'clone' for initialization of the thread register. */
  2. #define TLS_VALUE (pd + 1)
  3. /* Get the real implementation. */
  4. #include <sysdeps/pthread/createthread.c>