]> granicus.if.org Git - gc/commit
Refine API GC setters and getter comments regarding locking.
authorIvan Maidanski <ivmai@mail.ru>
Tue, 6 Sep 2011 14:25:04 +0000 (18:25 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 12 Sep 2011 10:25:08 +0000 (14:25 +0400)
commited9b8b97e2d72aa28b85999c7e57172e130fbc22
tree76e2faab05701c558dab69101115d09d8bc702c7
parent005792c614d9932735290e9314a3db0d5e757fda
Refine API GC setters and getter comments regarding locking.

* include/gc_mark.h (GC_set_start_callback): Refine comment (the
function acquires the GC lock).
* include/gc.h (GC_set_all_interior_pointers, GC_set_stop_func,
GC_get_stack_base): Likewise.
* include/gc.h (GC_get_version, GC_get_gc_no, GC_get_parallel,
GC_set_find_leak, GC_get_all_interior_pointers,
GC_get_dont_precollect, GC_get_pages_executable, GC_set_max_heap_size,
GC_set_force_unmap_on_gcollect): Refine comment (the function is
lock-free).
include/gc.h
include/gc_mark.h