createthread.c 237 B

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