summaryrefslogtreecommitdiff
path: root/specific.c
Commit message (Expand)AuthorAgeFilesLines
* Specify that internal allocations failure is unlikelyIvan Maidanski2022-06-071-1/+1
* Remove extra space after comma in license termsIvan Maidanski2022-05-011-1/+1
* Eliminate 'hash_val value is never used' cppcheck false positiveIvan Maidanski2018-12-191-3/+2
* Check result of pthread_mutex_unlock in specific.cIvan Maidanski2018-10-171-2/+4
* Hide value stored to thread-specific entries for a test purposeIvan Maidanski2018-05-251-2/+2
* Fix missing GC_dirty calls for GC-allocated objects used internallyIvan Maidanski2018-05-181-0/+4
* Keep pointer to the start of previous entry in remove_specific_after_forkIvan Maidanski2018-05-081-5/+9
* Use THREAD_EQUAL consistently to compare pthread_t valuesIvan Maidanski2018-04-201-2/+2
* Add assertions to ensure ADD_CALL_CHAIN is called holding the lockIvan Maidanski2018-03-151-2/+4
* Fix GC_remove_specific invocation from remove_all_threads_but_meIvan Maidanski2017-08-281-7/+13
* Eliminate 'memory leak' code defect in remove_specificIvan Maidanski2017-08-281-0/+3
* Eliminate 'printf format specifies type void*' GCC pedantic warningsIvan Maidanski2016-10-211-2/+4
* Fix missing error handling of pthreads_mutex_init and cond_waitIvan Maidanski2014-09-271-1/+3
* Replace GC_log/err_printf() followed by ABORT with ABORT_ARGn()Ivan Maidanski2012-12-111-5/+2
* Merge branch 'fix-freelist-check-and-specific'Ivan Maidanski2012-04-291-1/+6
|\
| * Fix GC_setspecific to prevent garbage collection insideIvan Maidanski2012-04-211-1/+6
* | Code refactoring of specific.c and specific.h;Ivan Maidanski2012-04-211-5/+2
|/
* Prevent compiler warning in specific GC_key_create_innerIvan Maidanski2012-02-161-1/+1
* Use union of AO_t and 'tse' data pointer in specific.c to avoid typeIvan Maidanski2012-01-291-7/+7
* Remove unused 'destructor' parameter in 'specific' GC_key_createIvan Maidanski2011-11-161-1/+1
* Remove PREFIXED in specific.c/h; mark "specific" functions as GC_INNERIvan Maidanski2011-11-151-6/+10
* 2011-06-30 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-1/+1
* 2011-05-13 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-74/+71
* 2006-05-18 Hans Boehm <Hans.Boehm@hp.com>hboehm2011-07-261-3/+6
* 2006-03-21 Hans Boehm <Hans.Boehm@hp.com>hboehm2011-07-261-1/+1
* gc7.0alpha1 tarball importgc7_0alpha1Ivan Maidanski2011-07-261-5/+39
* gc6.4 tarball importgc6_4Ivan Maidanski2011-07-261-1/+2
* gc6.1alpha4 tarball importgc6_1alpha4Ivan Maidanski2011-07-261-3/+22
* gc6.0 tarball importgc6_0Ivan Maidanski2011-07-261-0/+108