]> xenbits.xensource.com Git - unikraft/libs/pthreadpool.git/log
unikraft/libs/pthreadpool.git
5 years agoAdd threadpool-legacy.c to Makefile RELEASE-0.4
Vlad-Andrei BĂDOIU (78692) [Tue, 15 Oct 2019 13:12:55 +0000 (13:12 +0000)]
Add threadpool-legacy.c to Makefile

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agoInitial port of pthreadpool to Unikraft
Vlad-Andrei BĂDOIU (78692) [Thu, 13 Jun 2019 17:07:01 +0000 (17:07 +0000)]
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>
5 years agoAdd documentation
Vlad-Andrei BĂDOIU (78692) [Thu, 13 Jun 2019 17:07:00 +0000 (17:07 +0000)]
Add documentation

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agoAdd .gitignore
Vlad-Andrei BĂDOIU (78692) [Thu, 13 Jun 2019 17:07:00 +0000 (17:07 +0000)]
Add .gitignore

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agoInitial commit (empty)
Felipe Huici [Mon, 10 Jun 2019 18:19:15 +0000 (20:19 +0200)]
Initial commit (empty)