| Commit message (Expand) | Author | Age | Files | Lines |
| * | hooks for recording statistics on locking behavior | Ken Raeburn | 2004-12-06 | 1 | -10/+40 |
| * | * k5-thread.h (return_after_yield, k5_mutex_lock) [__GNUC__]: Add macro | Ken Raeburn | 2004-10-28 | 1 | -1/+21 |
| * | Fix Tru64 build: | Ken Raeburn | 2004-08-15 | 1 | -6/+6 |
| * | * k5-thread.h (k5_os_nothread_mutex_finish_init, k5_os_nothread_mutex_init, | Ken Raeburn | 2004-08-13 | 1 | -25/+53 |
| * | * configure.in: Look for sched.h and sched_yield. | Ken Raeburn | 2004-08-07 | 1 | -2/+7 |
| * | * k5-thread.h [HAVE_PTHREAD]: Include sched.h if DEBUG_THREADS_SLOW is defined. | Ken Raeburn | 2004-08-05 | 1 | -10/+30 |
| * | * k5-thread.h [HAVE_PRAGMA_WEAK_REF]: Declare the pthread mutex functions as | Ken Raeburn | 2004-07-28 | 1 | -0/+8 |
| * | * k5-thread.h (k5_key_t): Add a couple new values for GSSAPI ccache name mani... | Ken Raeburn | 2004-07-14 | 1 | -0/+2 |
| * | * k5-thread.h (k5_os_mutex_init, k5_os_mutex_destroy): If | Ken Raeburn | 2004-07-14 | 1 | -2/+6 |
| * | * k5-thread.h (k5_os_mutex_lock, k5_os_mutex_unlock, k5_os_mutex_assert_locked, | Ken Raeburn | 2004-07-11 | 1 | -4/+4 |
| * | * k5-thread.h: Test HAVE_PTHREAD instead of HAVE_PTHREAD_H | Ken Raeburn | 2004-07-09 | 1 | -1/+1 |
| * | * k5-thread.h [! HAVE_PTHREAD_H]: Don't explicitly disable thread support when | Ken Raeburn | 2004-07-07 | 1 | -5/+40 |
| * | * k5-thread.h: Use K5_THREAD_H for multiple inclusion protection. | Ken Raeburn | 2004-07-07 | 1 | -3/+65 |
| * | * k5-thread.h: Restructured mutex code. | Ken Raeburn | 2004-07-02 | 1 | -175/+278 |
| * | * k5-thread.h (K5_MUTEX_DEBUG_INITIALIZER): Use current file and line. | Ken Raeburn | 2004-07-01 | 1 | -10/+14 |
| * | * k5-thread.h (k5_debug_assert_locked, k5_debug_assert_unlocked): New macros. | Ken Raeburn | 2004-06-30 | 1 | -0/+15 |
| * | * k5-thread.h: Error out at compile time if thread support is enabled but the | Ken Raeburn | 2004-06-02 | 1 | -0/+20 |
| * | * k5-thread.h: On IRIX, with threads enabled, reject gcc older than v3 | Ken Raeburn | 2004-05-13 | 1 | -1/+1 |
| * | * k5-thread.h: On IRIX, if gcc is older than v3, tell the user to get a newer | Ken Raeburn | 2004-05-13 | 1 | -1/+4 |
| * | Update mutex debug code to be somewhat compatible with multi-threaded | Ken Raeburn | 2004-05-01 | 1 | -24/+28 |
| * | Added support for library initialization and finalization, and verification | Ken Raeburn | 2004-04-24 | 1 | -27/+200 |
| * | fix debug initializer and copyright | Ken Raeburn | 2004-03-06 | 1 | -3/+29 |
| * | * k5-thread.h: New file | Ken Raeburn | 2004-03-06 | 1 | -0/+147 |