| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some comments for last commit. | davidxu | 2003-10-08 | 1 | -5/+4 |
* | Use thread lock instead of scheduler lock to eliminate lock contention | davidxu | 2003-10-08 | 1 | -18/+21 |
* | If thread mode is not activated yet, don't do extra work. | davidxu | 2003-08-10 | 1 | -0/+4 |
* | Rethink the MD interfaces for libpthread to account for | deischen | 2003-08-05 | 1 | -1/+1 |
* | Move idle kse wakeup to outside of regions where locks are held. | deischen | 2003-07-23 | 1 | -3/+6 |
* | o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it | davidxu | 2003-07-17 | 1 | -3/+5 |
* | Avoid accessing user provided parameters in critical region. | davidxu | 2003-07-07 | 1 | -8/+6 |
* | Fix typo. | davidxu | 2003-07-02 | 1 | -1/+1 |
* | if thread is exiting, just returns. kse_thr_interrupt interface | davidxu | 2003-06-28 | 1 | -2/+6 |
* | Change low-level locking a bit so that we can tell if | deischen | 2003-05-24 | 1 | -0/+20 |
* | Make pthread_join() async-cancel-safe. David was going to commit | deischen | 2003-05-06 | 1 | -9/+0 |
* | o Don't add a scope system thread's KSE to the list of available | deischen | 2003-04-28 | 1 | -3/+9 |
* | Revamp libpthread so that it has a chance of working in an SMP | deischen | 2003-04-18 | 1 | -52/+100 |
* | Deliver signals posted via an upcall to the appropriate thread. | mini | 2003-02-17 | 1 | -0/+2 |
* | Make libpthread KSE aware. | mini | 2002-09-16 | 1 | -10/+0 |
* | Make the changes needed for libpthread to compile in its new home. | mini | 2002-09-16 | 1 | -1/+1 |
* | Revamp suspend and resume. While I'm here add pthread_suspend_all_np() | deischen | 2002-05-24 | 1 | -15/+1 |
* | Make sure calls to pthread_cancel() do not take effect if the target | archie | 2002-05-02 | 1 | -2/+4 |
* | Properly clear the status of a join operation if the joining thread is | deischen | 2002-03-06 | 1 | -0/+1 |
* | When cancelling a thread while in a join operation, do not detach | deischen | 2001-12-16 | 1 | -4/+1 |
* | Pull the target thread of a join operation from the correct place | deischen | 2001-12-15 | 1 | -3/+4 |
* | Fix a bug in canceling joining threads. | jasone | 2001-08-16 | 1 | -2/+14 |
* | Instead of using a join queue for each thread, use a single pointer to | jasone | 2001-05-20 | 1 | -1/+3 |
* | To be consistent, use the __weak_reference macro from <sys/cdefs.h> | deischen | 2001-04-10 | 1 | -4/+4 |
* | Add weak definitions for wrapped system calls. In general: | deischen | 2001-01-24 | 1 | -20/+35 |
* | pthread_mutex_lock(), pthread_cond_trywait(), and pthread_cond_wait() are | jasone | 2000-06-14 | 1 | -9/+14 |
* | Fix pthread_suspend_np/pthread_resume_np. For the record, suspending a | deischen | 2000-03-15 | 1 | -1/+9 |
* | Implement continuations to correctly handle [sig|_]longjmp() inside of a | jasone | 2000-01-19 | 1 | -4/+18 |
* | Fix problems with cancellation while in critical regions. | deischen | 1999-12-17 | 1 | -5/+14 |
* | add pthread_cancel, obtained from OpenBSD. | alfred | 1999-11-28 | 1 | -0/+179 |