-
- Downloads
sched: copy the tls image to a new thread, instead of zeroing it
With the current memset(), every thread starts out with zero-initialized tls variables. Switch to memcpy(), so it gets the proper static initializer. Fixes conf-preempt=0.
Please register or sign in to comment