This patch adds pthread_create() and pthread_exit(), which currently simply wrap our existing create_thread() and exit_thread() syscalls. LibThread is also ported to using LibPthread. |
||
|---|---|---|
| .. | ||
| install.sh | ||
| Makefile | ||
| pthread.cpp | ||
| pthread.h | ||
This patch adds pthread_create() and pthread_exit(), which currently simply wrap our existing create_thread() and exit_thread() syscalls. LibThread is also ported to using LibPthread. |
||
|---|---|---|
| .. | ||
| install.sh | ||
| Makefile | ||
| pthread.cpp | ||
| pthread.h | ||