summaryrefslogtreecommitdiff
path: root/evthread_pthread.c
Commit message (Expand)AuthorAgeFilesLines
* fix evthread_use_pthreads_with_flags dead lock when first returnmoonlightsh2021-07-161-0/+1
* remove emty line for code formatingmoonlightsh2021-06-251-1/+1
* make evthread_use_pthreads a MT-Safe functionmoonlightsh2021-06-251-7/+21
* Detect existence of pthread_mutexattr_setprotocol()Azat Khuzhin2020-08-291-0/+4
* Add support for priority inheritanceAndre Pereira Azevedo Pinto2019-12-091-2/+21
* Clean up lingering _identifiers.Nick Mathewson2012-02-291-13/+13
* Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-2/+2
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ | |/
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-021-3/+3
* | Remove event-private.h and switch to evconfig-private.hKevin Bowling2011-01-021-1/+1
* | Remove internal usage of _GNU_SOURCEKevin Bowling2010-12-221-2/+4
|/
* Use relative includes instead of system includes consistently.Evan Jones2010-12-021-1/+1
* Fix bugs in posix thread-id calculation when sizeof(pthread_t) != sizeof(long)Nick Mathewson2010-10-261-1/+9
* Add a condition variable backend, with implementations for pthreads and win32Nick Mathewson2010-08-171-0/+69
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Revise the locking API: deprecate the old locking callbacks and add trylock.Nick Mathewson2009-11-271-12/+27
* Build correctly with mm replacement turned off.Nick Mathewson2009-11-181-0/+1
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-061-2/+0
* Make evthread_use_pthreads() actually return 0 on success.Nick Mathewson2009-07-171-3/+5
* Make threading functions global, like the mm_ functions. Use the libevent_pt...Nick Mathewson2009-02-121-7/+19
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-0/+25
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-1/+1
* New functions to provide sane threading callbacks with pthreads and win32 thr...Nick Mathewson2009-01-211-0/+59