createthread.c 337 B

123456789101112
  1. /*
  2. * Copyright (C) 2017 Hangzhou C-SKY Microsystems co.,ltd.
  3. *
  4. * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB
  5. * in this tarball.
  6. */
  7. /* Value passed to 'clone' for initialization of the thread register. */
  8. #define TLS_VALUE (pd + 1)
  9. /* Get the real implementation. */
  10. #include <sysdeps/pthread/createthread.c>