| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
It is a more acurate description of the locks they
operate on.
Notes:
svn path=/head/; revision=117277
|
| |
|
|
|
|
|
| |
libthr.
Notes:
svn path=/head/; revision=117049
|
| |
|
|
|
|
|
|
| |
it's important the correct lock order is observed: lock first the joined and
then the joiner.
Notes:
svn path=/head/; revision=115693
|
| |
|
|
|
|
|
|
|
|
|
| |
o removed unused variables
o explicit inclusion of header files
o prototypes for externally defined functions
Approved by: re/blanket libthr
Notes:
svn path=/head/; revision=115260
|
| |
|
|
|
|
|
|
|
|
| |
_get_curthread(). This is similar to the kernel's curthread. Doing
this saves stack overhead and is more convenient to the programmer.
- Pass the pointer to the newly created thread to _thread_init().
- Remove _get_curthread_slow().
Notes:
svn path=/head/; revision=112965
|
|
|
adaptation of libc_r for the thr system call interface. This is beta
quality code.
Notes:
svn path=/head/; revision=112918
|