Skip to content
Commit 8eaa587c authored by Jussi Kivilinna's avatar Jussi Kivilinna Committed by Gregory Nutt
Browse files

sched: move POSIX thread specific data from pthread TCB to common TCB...

sched: move POSIX thread specific data from pthread TCB to common TCB structure.  This change allows using pthread_getspecific/pthread_setspecific from main thread. Patch also enables using pthread data with config option CONFIG_DISABLE_PTHREAD=y.
parent 61630334
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment