index
:
delta/bdwgc.git
add-long-weakref
draft-appveyor
draft-travis
fix_tsx_bug
freebsd-ports-devel-boehm-gc
freebsd-ports-devel-boehm-gc-integrate
gc6x-branch
gcc_boehmgc
ios-unified-ts-fix
jtotz-bdwgc-integrate
jtotz_bdwgc
master
mono_libgc
racket_gc
release-7_2
release-7_4
release-7_6
release-8_0
release-8_2
thread-suspend
github.com: ivmai/bdwgc.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pthread_support.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix deadlock in GC_help_marker caused by use of mark_cv of parent process
Ivan Maidanski
2017-08-22
1
-2
/
+17
*
Avoid busy waiting in mark_thread while GC_parallel is false
Ivan Maidanski
2017-08-22
1
-1
/
+5
*
Eliminate unsigned fl_builder_count underflow in mark_thread
Ivan Maidanski
2017-08-22
1
-1
/
+1
*
Use heap-allocated memory for local mark stack of non-marker thread
Ivan Maidanski
2017-08-02
1
-1
/
+1
*
Do not use asm in GC_pause
Ivan Maidanski
2017-07-31
1
-9
/
+3
*
Fix gctest crash if configure --enable-handle-fork on Darwin
Ivan Maidanski
2017-06-29
1
-1
/
+1
*
Ensure GC initialized when atfork_prepare is called by client
Ivan Maidanski
2017-06-23
1
-0
/
+1
*
Fix gctest failure if PARALLEL_MARK (musl)
Peter Wang
2017-06-23
1
-14
/
+7
*
Consistently use 'msec' instead of 'ms' in comments in pthread_support
Ivan Maidanski
2017-06-16
1
-3
/
+3
*
Eliminate 'unused variable' compiler warning in remove_all_threads_but_me
Ivan Maidanski
2017-06-07
1
-2
/
+4
*
Workaround 'comparison of identical expressions' false code defects
Ivan Maidanski
2017-05-23
1
-1
/
+4
*
Remove GC_GNU_THREADS macro (HURD)
Ivan Maidanski
2017-05-03
1
-1
/
+1
*
Eliminate 'ISO C forbids object to function pointer conversion' warning
Ivan Maidanski
2017-03-16
1
-6
/
+6
*
Workaround 'pointer used before comparison to null' code defect (pthread)
Ivan Maidanski
2016-12-07
1
-1
/
+1
*
Fix 'address of fudged_set is used out of scope' code defect (sigmask)
Ivan Maidanski
2016-10-28
1
-1
/
+3
*
Workaround 'value of macro unknown' cppcheck info messages
Ivan Maidanski
2016-10-24
1
-1
/
+1
*
Eliminate 'value of GC_PTHREAD_EXIT_ATTRIBUTE unknown' cppcheck messages
Ivan Maidanski
2016-10-22
1
-10
/
+10
*
Fix 'ISO C90 forbids mixed declarations and code' compiler warning
Ivan Maidanski
2016-10-21
1
-3
/
+3
*
Eliminate 'printf format specifies type void*' GCC pedantic warnings
Ivan Maidanski
2016-10-21
1
-3
/
+3
*
Eliminate more 'scope of variable can be reduced' cppcheck style warnings
Ivan Maidanski
2016-10-14
1
-5
/
+3
*
Fix potential overflow in decrement when computing GC_markers_m1
Ivan Maidanski
2016-09-30
1
-24
/
+25
*
Fix assertion violation in GC_wait_builder called from start_mark_threads
Ivan Maidanski
2016-06-21
1
-3
/
+2
*
Merge branch 'thread-suspend'
Ivan Maidanski
2016-06-21
1
-0
/
+1
|
\
|
*
Fix GC_suspend_thread for terminated threads
thread-suspend
Ivan Maidanski
2016-06-21
1
-0
/
+1
*
|
Fix user-defined signals drop by marker threads
Hiroshi Yokota
2016-03-03
1
-0
/
+36
*
|
Fix unchecked sigdelset() result in pthread_support
Ivan Maidanski
2016-03-01
1
-1
/
+2
*
|
Remove references to missing linux_threads.c from documentation
Ivan Maidanski
2015-12-03
1
-17
/
+0
|
/
*
Do no declare kernel_id field of GC_Thread_Rep for 64-bit Android
Ivan Maidanski
2015-10-30
1
-2
/
+3
*
Fix lock assertion violation in GC_new_thread if GC_ALWAYS_MULTITHREADED
Ivan Maidanski
2015-10-21
1
-11
/
+8
*
NaCl runtime fixes
Elijah Taylor
2015-10-06
1
-6
/
+0
*
Fix race (and potential deadlock) at marker threads initialization
Ivan Maidanski
2015-09-22
1
-0
/
+8
*
Code refactoring of GC_push_finalizer/thread/typed_structures
Ivan Maidanski
2015-08-26
1
-3
/
+2
*
Code refactoring of 'alt-stack registration support'
Ivan Maidanski
2015-07-27
1
-30
/
+34
*
Add alt-stack registration support
Zoltan Varga
2015-07-24
1
-0
/
+34
*
Fix missing error handling of pthread_attr_init/getstacksize
Ivan Maidanski
2014-10-21
1
-6
/
+9
*
Relax mark_mutex attribute needed to disable elision (Linux/x64)
Jan Alexander Steffens (heftig)
2014-09-23
1
-1
/
+1
*
Fix setup_mark_lock missing prototype
Ivan Maidanski
2014-09-23
1
-1
/
+6
*
Fix and code refactoring of lock elision workaround (Linux/x64)
Ivan Maidanski
2014-09-11
1
-47
/
+43
*
Workaround Linux NTPL lock elision bug.
Paul Bone
2014-09-11
1
-0
/
+53
*
Fix assertion on mark_lock_holder for non-unique NUMERIC_THREAD_ID
Ivan Maidanski
2014-08-22
1
-1
/
+3
*
New macro (GC_ALWAYS_MULTITHREADED) to set multi-threaded mode implicitly
Ivan Maidanski
2013-12-01
1
-3
/
+9
*
Adjust 'pthread_[un]register_cancel undefined ref' workaround (Pthreads)
Ivan Maidanski
2013-09-15
1
-0
/
+8
*
Fix more typos in comments
Ondrej Bilka
2013-07-31
1
-3
/
+3
*
Fix stackbottom/stack_end assignment in GC_call_with_gc_active
Ivan Maidanski
2013-07-20
1
-1
/
+4
*
Allow to compile GC_inner_start_routine aside from extra/gc.c
Ivan Maidanski
2013-07-16
1
-3
/
+5
*
Do not set GC_lock_holder by call_with_alloc_lock if assertions disabled
Ivan Maidanski
2013-07-15
1
-3
/
+5
*
Define SET/UNSET_MARK_LOCK_HOLDER macros to set/check GC_acquire_mark_lock
Ivan Maidanski
2013-07-15
1
-22
/
+18
*
Add double-lock assertion to GC_acquire_mark_lock
Ivan Maidanski
2013-07-15
1
-0
/
+1
*
Make GC_mark_lock_holder variable static
Ivan Maidanski
2013-07-15
1
-3
/
+3
*
Change definition of macros represented as block to be simple statement
Ivan Maidanski
2012-12-23
1
-3
/
+3
[prev]
[next]