]> xenbits.xensource.com Git - unikraft/libs/pthread-embedded.git/commit
Add missing pthread functions
authorCostin Lupu <costin.lupu@cs.pub.ro>
Mon, 3 Jun 2019 15:16:39 +0000 (18:16 +0300)
committerFlorian Schmidt <florian.schmidt@neclab.eu>
Tue, 4 Jun 2019 13:41:29 +0000 (15:41 +0200)
commit0bcd7135eec002b3ad1632d5a2812602c1553e8e
treefcd89d0c33c3804de3982c6333ac1624429c60ab
parentc57c792bc52a2084bfba2c9e55b7e71a659dc9ef
Add missing pthread functions

This patch adds some missing functions for updating threads attributes,
such as the thread name or the stack address and size. Currently we
support only the fixed stack size of 64KB.

These new functions are used by the Ruby interpreter.

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Florian Schmidt <florian.schmidt@neclab.eu>
Makefile.uk
attributes.c [new file with mode: 0644]
include/pthread.h [new file with mode: 0644]