]> xenbits.xensource.com Git - unikraft/libs/pthread-embedded.git/commit
Set priority to pthread constructor
authorVlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@stud.acs.upb.ro>
Wed, 30 Oct 2019 22:37:58 +0000 (22:37 +0000)
committerCostin Lupu <costin.lupu@cs.pub.ro>
Fri, 1 Nov 2019 06:56:36 +0000 (08:56 +0200)
commitb487eae8d93e7ad87f6b7ffac6055b5f14aacbaf
treec8bfcb7e3ca7b8e53d7bb6393f792b150606a4da
parent97d2dd122f605b2a0a3dfb796ad6e04b3ec6e0ca
Set priority to pthread constructor

Other libraries might use the default constructor attribute and expect pthreads
to be initialised. Currently, the priority for pthread-embedded library
constructor has the highest priority (101).

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Costin Lupu <costin.lupu@cs.pub.ro>
pte_osal.c