Add rts_listThreads and rts_listMiscRoots to RtsAPI.h
These are used to find the current roots of the garbage collector. Co-authored-by:Sven Tennie's avatarSven Tennie <sven.tennie@gmail.com> Co-authored-by:
Matthew Pickering's avatarMatthew Pickering <matthewtpickering@gmail.com> Co-authored-by:
default avatarBen Gamari <bgamari.foss@gmail.com>
Showing
- includes/RtsAPI.h 12 additions, 0 deletionsincludes/RtsAPI.h
- rts/RtsAPI.c 53 additions, 0 deletionsrts/RtsAPI.c
- testsuite/tests/rts/pause-resume/all.T 5 additions, 0 deletionstestsuite/tests/rts/pause-resume/all.T
- testsuite/tests/rts/pause-resume/list_threads_and_misc_roots.hs 6 additions, 0 deletions...ite/tests/rts/pause-resume/list_threads_and_misc_roots.hs
- testsuite/tests/rts/pause-resume/list_threads_and_misc_roots_c.c 54 additions, 0 deletions...te/tests/rts/pause-resume/list_threads_and_misc_roots_c.c
- testsuite/tests/rts/pause-resume/list_threads_and_misc_roots_c.h 5 additions, 0 deletions...te/tests/rts/pause-resume/list_threads_and_misc_roots_c.h
Loading
Please register or sign in to comment