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 GC_proc_fd value in child process at fork (Solaris)
Ivan Maidanski
2021-09-12
1
-1
/
+4
*
Allocate start_info struct on the stack in GC_pthread_create
Thomas Thiriez
2020-03-13
1
-23
/
+11
*
Fix 'unused function GC_lock' compiler warning
Ivan Maidanski
2019-06-27
1
-11
/
+14
*
Do not use 'ifndef AO_CLEAR' in mark, pthread_support and gctest
Ivan Maidanski
2018-12-21
1
-1
/
+2
*
Workaround 'local address assignment to a global variable' CSA warning
Ivan Maidanski
2018-11-26
1
-2
/
+2
*
Use GC_WORD_MAX macro across all C source files
Ivan Maidanski
2018-11-26
1
-1
/
+1
*
Reduce scope of local variables in GC_remove_all_threads_but_me
Ivan Maidanski
2018-11-26
1
-2
/
+3
*
Do not use spin locks if AO test-and-set is emulated (pthreads)
Ivan Maidanski
2018-11-26
1
-2
/
+2
*
Call real pthread_sigmask instead of its wrapper in start_mark_threads
Ivan Maidanski
2018-10-03
1
-2
/
+2
*
Fix concurrent bitmap update in GC_dirty
Ivan Maidanski
2018-09-28
1
-1
/
+4
*
New API to turn on manual VDB at runtime
Ivan Maidanski
2018-08-15
1
-1
/
+1
*
Fix the build for N3DS
Josh Peterson
2018-08-01
1
-0
/
+4
*
Fix missing GC_dirty calls for GC-allocated objects used internally
Ivan Maidanski
2018-05-18
1
-0
/
+4
*
Add assertions to finalize and threads support for MANUAL_VDB needs
Ivan Maidanski
2018-05-16
1
-0
/
+4
*
Use THREAD_EQUAL consistently to compare pthread_t values
Ivan Maidanski
2018-04-20
1
-1
/
+1
*
Fix thread_suspend fail for threads registered from key destructor (OS X)
Ivan Maidanski
2018-03-23
1
-0
/
+5
*
Use atomic load/store for the concurrently accessed variables in GC_lock
Ivan Maidanski
2018-03-13
1
-30
/
+16
*
Workaround sem_wait failure in pthread_create on Haiku
Ivan Maidanski
2018-03-07
1
-0
/
+4
*
Revert 'Report errno in case of sem_wait failure in GC_pthread_create'
Ivan Maidanski
2018-03-07
1
-2
/
+1
*
Wrap remaining extern symbols in .c files into EXTERN_C_BEGIN/END
Ivan Maidanski
2018-03-02
1
-4
/
+7
*
Declare all internal functions in private headers instead of .c files
Ivan Maidanski
2018-02-28
1
-11
/
+0
*
Eliminate warning about unused start_routine for Orbis and PSP2
Ivan Maidanski
2018-02-28
1
-5
/
+5
*
Report errno in case of sem_wait failure in GC_pthread_create
Ivan Maidanski
2018-02-23
1
-1
/
+2
*
Eliminate C++ warnings about deprecated register keyword (GC source)
Jay Krell
2018-02-22
1
-4
/
+4
*
Convert GC source files to valid C++ code
Ivan Maidanski
2018-02-16
1
-8
/
+8
*
Initial support of Sony PlayStation Portable 2
Jonathan Chambers
2018-02-01
1
-5
/
+5
*
Initial support of Orbis target
Jonathan Chambers
2018-01-29
1
-17
/
+23
*
Initial support of Haiku/amd64
Calvin Buckley
2018-01-24
1
-2
/
+2
*
Use HOST_ANDROID define instead of PLATFORM_ANDROID
Zoltan Varga
2018-01-24
1
-2
/
+2
*
Fix GC allocation mutex in child after a fork
Gustavo Giraldez
2018-01-19
1
-0
/
+20
*
Workaround TSan hang in free_inner when called from at-fork child handler
Ivan Maidanski
2017-12-15
1
-1
/
+5
*
Workaround TSan false positive in remove_all_threads_but_me
Ivan Maidanski
2017-12-14
1
-1
/
+13
*
Do not add no_sanitize_thread to fork at-handlers if no pthread_atfork
Ivan Maidanski
2017-12-14
1
-4
/
+4
*
Revert 'Workaround TSan hang in GC_free_inner when called from at-fork'
Ivan Maidanski
2017-12-13
1
-5
/
+1
*
Fix data race in mark_thread when updating mark_no
Ivan Maidanski
2017-12-01
1
-1
/
+0
*
Workaround TSan false positive about read of mark_lock_holder
Ivan Maidanski
2017-11-30
1
-1
/
+1
*
Eliminate TSan false positive for stop_info.stack_ptr (v2)
Ivan Maidanski
2017-11-29
1
-0
/
+3
*
Fix data race in GC_suspend/resume_thread
Ivan Maidanski
2017-11-23
1
-1
/
+0
*
Workaround TSan hang in GC_free_inner when called from at-fork handler
Ivan Maidanski
2017-11-23
1
-1
/
+5
*
Workaround TSan false positives for at-fork handlers accessing lock_holder
Ivan Maidanski
2017-11-23
1
-1
/
+15
*
Workaround TSan false positive in lookup_thread called by suspend_handler
Ivan Maidanski
2017-11-22
1
-5
/
+0
*
Place no_sanitize attributes in a GCC-compliant way
Ivan Maidanski
2017-11-21
1
-3
/
+5
*
Workaround Thread Sanitizer (TSan) false positive warnings (partially)
Ivan Maidanski
2017-10-20
1
-11
/
+43
*
Move conditional GC_need_to_lock setting to gc_locks.h
Ivan Maidanski
2017-10-06
1
-8
/
+2
*
Fix pthread_join when thread is registered in thread key destructor
Ivan Maidanski
2017-09-26
1
-3
/
+5
*
Fix removal of dead threads in a child process
Ivan Maidanski
2017-09-26
1
-1
/
+2
*
Fix assertion violation in return_single_freelist in child process
Ivan Maidanski
2017-08-28
1
-1
/
+6
*
Fix GC_remove_specific invocation from remove_all_threads_but_me
Ivan Maidanski
2017-08-28
1
-1
/
+1
*
Add debug logging to new_thread about GC_threads hash table collisions
Ivan Maidanski
2017-08-25
1
-0
/
+5
*
Eliminate most of collisions in GC_threads on Linux/x64
Ivan Maidanski
2017-08-24
1
-6
/
+10
[next]