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
Please register or sign in to comment