Automate RST HTML generation with doxygen info
[krb5.git] / src / include / k5-thread.h
2011-03-09 Greg HudsonAdjust most C source files to match the new standards...
2009-11-14 Greg HudsonReindent include directory, reformatting prototypes...
2009-10-31 Tom Yumake mark-cstyle
2008-10-15 Alexandra EllwoodMerge KerberosIPC into k5_mig support
2008-09-29 Alexandra EllwoodRemoved useless init and cleanup functions.
2008-09-28 Alexandra EllwoodCreate common stream and ipc layer for CCAPI and KIM.
2008-09-08 Alexandra EllwoodUse krb5 threading functions.
2008-09-04 Alexandra EllwoodCCAPI should only use one pthread key
2008-08-27 Ken RaeburnBased on patch from lxs, with some changes:
2008-08-27 Ken Raeburn r820@NOME-KING: raeburn | 2008-08-26 18:37:41 -0400
2008-08-26 Ken RaeburnChange non-debug version of k5_debug_log to int to...
2008-08-25 Ken RaeburnFix sense of test of lock call preparing to update...
2008-08-19 Alexandra EllwoodModified hints APIs to be a single API that takes strin...
2008-08-08 Ken RaeburnIf krb5int_pthread_loaded is a function and we're using...
2008-08-06 Ken Raeburnturn off thread-support debugging code
2008-08-06 Ken RaeburnIf CONFIG_SMALL is defined, always use function calls...
2008-07-22 Ken RaeburnA step towards ensuring we check mutex lock attempt...
2008-04-24 Ken RaeburnRemove sched_yield uses
2007-07-04 Ken RaeburnAdd a new per-thread datum for error message info in...
2007-05-23 Ken RaeburnOn Solaris 10, define NO_WEAK_PTHREADS for the build...
2007-04-13 Ken RaeburnAdd a few comments on k5_mutex_t handling
2006-12-19 Ken Raeburn(k5_mutex_lock_update_stats) [!DEBUG_THREADS_STATS...
2006-05-16 Ken RaeburnDon't look for pthread_mutexattr_setrobust_np
2006-04-13 Ken RaeburnPartial merge from Novell LDAP integration branch,...
2006-01-26 Ken Raeburnadd/update copyright notices for non-trivial code addit...
2006-01-25 Ken Raeburn* k5-thread.h (krb5int_mutex_alloc, krb5int_mutex_free...
2005-12-17 Ken Raeburn* k5-thread.h (USE_PTHREAD_LOCK_ONLY_IF_LOADED): Define...
2005-12-07 Ken Raeburn* k5-thread.h (k5_mutex_lock_update_stats) [__GNUC__...
2005-07-02 Ken Raeburn* k5-thread.h (k5_key_t): Add K5_KEY_KDB_ERR_HANDLER...
2005-06-01 Ken Raeburn* k5-thread.h (krb5int_pthread_loaded) [HAVE_PRAGMA_WEA...
2005-01-22 Ezra PeisachIrix k5_os_mutex_lock calls k5_pthread_mutex_lock w...
2005-01-14 Ken Raeburn* k5-thread.h [HAVE_PTHREAD && HAVE_PRAGMA_WEAK_REF...
2005-01-14 Ken Raeburn* k5-thread.h (k5_pthread_assert_locked): Only call...
2005-01-14 Ken RaeburnMore paranoid checking...
2005-01-09 Ken Raeburn* k5-thread.h (KRB5_CALLCONV, KRB5_CALLCONV_C): Define...
2004-12-06 Ken Raeburnhooks for recording statistics on locking behavior
2004-10-28 Ken Raeburn* k5-thread.h (return_after_yield, k5_mutex_lock) ...
2004-08-15 Ken RaeburnFix Tru64 build:
2004-08-13 Ken Raeburn* k5-thread.h (k5_os_nothread_mutex_finish_init, k5_os_...
2004-08-07 Ken Raeburn* configure.in: Look for sched.h and sched_yield.
2004-08-05 Ken Raeburn* k5-thread.h [HAVE_PTHREAD]: Include sched.h if DEBUG_...
2004-07-28 Ken Raeburn* k5-thread.h [HAVE_PRAGMA_WEAK_REF]: Declare the pthre...
2004-07-14 Ken Raeburn* k5-thread.h (k5_key_t): Add a couple new values for...
2004-07-14 Ken Raeburn* k5-thread.h (k5_os_mutex_init, k5_os_mutex_destroy...
2004-07-11 Ken Raeburn* k5-thread.h (k5_os_mutex_lock, k5_os_mutex_unlock...
2004-07-09 Ken Raeburn* k5-thread.h: Test HAVE_PTHREAD instead of HAVE_PTHREAD_H
2004-07-07 Ken Raeburn* k5-thread.h [! HAVE_PTHREAD_H]: Don't explicitly...
2004-07-07 Ken Raeburn* k5-thread.h: Use K5_THREAD_H for multiple inclusion...
2004-07-02 Ken Raeburn* k5-thread.h: Restructured mutex code.
2004-07-01 Ken Raeburn* k5-thread.h (K5_MUTEX_DEBUG_INITIALIZER): Use current...
2004-06-30 Ken Raeburn* k5-thread.h (k5_debug_assert_locked, k5_debug_assert_...
2004-06-02 Ken Raeburn* k5-thread.h: Error out at compile time if thread...
2004-05-13 Ken Raeburn* k5-thread.h: On IRIX, with threads enabled, reject...
2004-05-13 Ken Raeburn* k5-thread.h: On IRIX, if gcc is older than v3, tell...
2004-05-01 Ken RaeburnUpdate mutex debug code to be somewhat compatible with...
2004-04-24 Ken RaeburnAdded support for library initialization and finalizati...
2004-03-06 Ken Raeburnfix debug initializer and copyright
2004-03-06 Ken Raeburn* k5-thread.h: New file