In order to have real userspace application development, we need a thread library. Currently, we support a hacky thr_create, but we also want a thr_exit and some sophisticated locks (cond vars, semaphores, R/W locks). This shouldn't be horribly tricky.
In order to have real userspace application development, we need a thread library. Currently, we support a hacky thr_create, but we also want a thr_exit and some sophisticated locks (cond vars, semaphores, R/W locks). This shouldn't be horribly tricky.