]> xenbits.xensource.com Git - unikraft/libs/pthread-embedded.git/commit
Initialize pthread-embedded as early as possible
authorSimon Kuenzer <simon.kuenzer@neclab.eu>
Tue, 15 Dec 2020 08:19:12 +0000 (09:19 +0100)
committerSimon Kuenzer <simon.kuenzer@neclab.eu>
Wed, 21 Apr 2021 22:33:04 +0000 (00:33 +0200)
commitbf7c1f636c872d4e452bd9db127df20e2a077ab2
tree70b10621e166c2ec731dc4000db9134b05db0ccd
parent955a702db5a7db7d84be25789d34d487fda5311d
Initialize pthread-embedded as early as possible

Because other Unikraft libraries may create threads, we
initialize pthread-embedded within the early init class.

Signed-off-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
Reviewed-by: Daniel Dinca <dincadaniel97@gmail.com>
pte_osal.c