]> xenbits.xensource.com Git - unikraft/libs/pthreadpool.git/commit
Initial port of pthreadpool to Unikraft
authorVlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@stud.acs.upb.ro>
Thu, 13 Jun 2019 17:07:01 +0000 (17:07 +0000)
committerFelipe Huici <felipe.huici@neclab.eu>
Fri, 14 Jun 2019 15:39:13 +0000 (17:39 +0200)
commitca8fb4f51e507fb0bed8b14df4968816d56e06e0
tree23ded7cb60850c4f9f1079042505a94263d715ab
parent8a04897dc7cddbc1fd549faf0a228300444ff0ac
Initial port of pthreadpool to Unikraft

This is our initial port of pthreadpool to Unikraft as an external library. Libfxdiv
and pthreads are required. When adding the library to the dependency list, this
library should come after libfxdiv.
(e.g. ...:$(UK_LIBS)/libunwind:$(UK_LIBS)/compiler-rt:$(UK_LIBS)/libcxxabi:
$(UK_LIBS)/libcxx:$(UK_LIBS)/pthread-embedded:$(UK_LIBS)/newlib:
$(UK_LIBS)/fxdiv:(UK_LIBS)/pthreadpool:...)

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
COPYING.md
Config.uk [new file with mode: 0644]
Makefile.uk [new file with mode: 0644]