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 5 /* Get the real implementation. */ 6 #include <sysdeps/pthread/createthread.c> 7
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 5 /* Get the real implementation. */ 6 #include <sysdeps/pthread/createthread.c> 7