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_remove_all_threads_but_me for Android (fork support)
Ivan Maidanski
2012-11-30
1
-0
/
+2
*
Prevent POSIX fork if mprotect_thread is started (Darwin)
Ivan Maidanski
2012-11-22
1
-0
/
+6
*
Add manual POSIX fork handling support (Android)
Ivan Maidanski
2012-11-21
1
-4
/
+30
*
Minor code refactoring of GC fork handlers (remove GC prefix)
Ivan Maidanski
2012-11-20
1
-6
/
+6
*
Add public GC_start_mark_threads() to allow parallel marker in fork child
Ivan Maidanski
2012-11-19
1
-6
/
+19
*
Adjust logged messages in start_mark_threads and GC_thr_init
Ivan Maidanski
2012-11-19
1
-7
/
+2
*
Minor code refactoring of GC_thr_init (use 'markers_m1' local variable)
Ivan Maidanski
2012-11-19
1
-11
/
+12
*
Eliminate 'unused variable' compiler warning in start_mark_threads (HP/UX)
Ivan Maidanski
2012-11-19
1
-1
/
+0
*
Replace conditional GC_log_printf calls with GC_COND/VERBOSE_LOG_PRINTF
Ivan Maidanski
2012-11-12
1
-13
/
+7
*
Fix GC_lock comment (pthreads)
Ivan Maidanski
2012-11-08
1
-2
/
+2
*
Fix pthread_attr_t resource leak in pthread_create
Ivan Maidanski
2012-10-24
1
-0
/
+2
*
Fix sizeof in GC_push_thread_structures
Ivan Maidanski
2012-10-17
1
-1
/
+1
*
Use GC_noop1 instead of GC_noop in GC_pause; remove duplicate GC_noop1
Ivan Maidanski
2012-09-08
1
-1
/
+1
*
Fix all address-of-dummy operations by using GC_approx_sp() instead
Ivan Maidanski
2012-08-01
1
-4
/
+1
*
Fix all address-of-dummy operations by adding volatile
Ivan Maidanski
2012-08-01
1
-1
/
+1
*
Fix GC_dirty_init by avoiding GC_get_suspend_signal if no threads support
Ivan Maidanski
2012-07-24
1
-1
/
+4
*
Replace SIG_SUSPEND macro to a variable in pthread_stop_world
Ivan Maidanski
2012-07-04
1
-1
/
+1
*
Fix GC_remove_all_threads_but_me to cleanup thread-specific data storage
Ivan Maidanski
2012-04-21
1
-0
/
+1
*
FIX: Disable incremental mode on Darwin if fork handling requested
Ivan Maidanski
2012-04-02
1
-13
/
+0
*
Add public GC_set_handle_fork to control forked child handling support
Ivan Maidanski
2012-04-02
1
-8
/
+9
*
Replace pointer relational comparisons with non-pointer ones
Ivan Maidanski
2012-03-05
1
-11
/
+20
*
Fix GC_remove_all_threads_but_me for fork-unfriendly TLS implementations
Ivan Maidanski
2012-02-26
1
-1
/
+11
*
Code refactoring of GC_destroy_thread_local (move assertion on 'tlfs'
Ivan Maidanski
2012-02-25
1
-0
/
+1
*
Fix fork() handling for Darwin partially
Ivan Maidanski
2012-02-24
1
-0
/
+17
*
Check pthread_atfork result (POSIX threads)
Ivan Maidanski
2012-02-20
1
-2
/
+3
*
Add assertion ensuring proper alignment of 'pushed' GC symbols
Ivan Maidanski
2012-02-16
1
-0
/
+1
*
Code refactoring of GC_get_nprocs (define for every supported target
Ivan Maidanski
2012-01-30
1
-57
/
+60
*
Add missing 'volatile' for AO_t variable definitions
Ivan Maidanski
2012-01-29
1
-3
/
+3
*
Make GC_parallel a synonym to GC_markers_m1
Ivan Maidanski
2012-01-28
1
-4
/
+2
*
Parallel-marker code refactoring (replace GC_markers with GC_markers_m1)
Ivan Maidanski
2012-01-28
1
-18
/
+18
*
Change GC_markers and GC_nprocs type to int
Ivan Maidanski
2012-01-28
1
-6
/
+6
*
Code refactoring of GC_init_real_syms (GC_USE_DLOPEN_WRAP case)
Ivan Maidanski
2012-01-25
1
-13
/
+2
*
Workaround some Linux/arm kernels bug to get correct GC_nprocs value
Ivan Maidanski
2012-01-24
1
-8
/
+48
*
Fix GC_get_nprocs (Linux) returned variable type
Ivan Maidanski
2012-01-24
1
-7
/
+8
*
Enable GC_MIN_MARKERS to set minimal number of pthread-based markers
Ivan Maidanski
2012-01-24
1
-1
/
+6
*
Improve GC_thread_is_registered implementation and testing
Ivan Maidanski
2012-01-12
1
-4
/
+5
*
Add GC_thread_is_registered API function
Zoltan Varga
2012-01-12
1
-0
/
+11
*
Optimization: move pthread_self calls out of LOCK section
Ivan Maidanski
2012-01-11
1
-3
/
+6
*
Merge branch 'thread-dbg-msg-extend'
Ivan Maidanski
2011-12-29
1
-9
/
+56
|
\
|
*
Replace printf PRIxMAX specifier with '%p' for thread id debug output
Ivan Maidanski
2011-12-29
1
-26
/
+31
|
*
Extend thread-related debug messages.
Petter Urkedal
2011-12-28
1
-4
/
+46
*
|
Use EXPECT for checking various 'initialized' boolean variables
Ivan Maidanski
2011-12-29
1
-5
/
+8
*
|
Refactoring: rename GC_PRIdPTR to WARN_PRIdPTR
Ivan Maidanski
2011-12-29
1
-2
/
+2
|
/
*
Implement precise value boundary check in GC_is_thread_tsd_valid
Ivan Maidanski
2011-11-15
1
-6
/
+6
*
Replace ARGSUSED comment-based annotation with GCC 'unused' attribute.
Ivan Maidanski
2011-09-14
1
-2
/
+1
*
Resolve "comparison of signed and unsigned values" compiler warnings.
Ivan Maidanski
2011-09-08
1
-4
/
+4
*
Move information about the authors and their emails from the source
Ivan Maidanski
2011-08-25
1
-2
/
+1
*
Support multi-threading for RTEMS target.
Jie Liu
2011-08-09
1
-1
/
+5
*
2011-07-05 Ivan Maidanski <ivmai@mail.ru>
ivmai
2011-07-26
1
-0
/
+2
*
2011-07-05 Ivan Maidanski <ivmai@mail.ru>
ivmai
2011-07-26
1
-1
/
+3
[prev]
[next]