• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ivmai / bdwgc / 1257
77%

Build:
DEFAULT BRANCH: master
Ran 27 Mar 2022 09:47PM UTC
Jobs 1
Files 58
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 Mar 2022 08:46PM UTC coverage: 73.555% (+0.1%) from 73.436%
1257

push

travis-ci-com

ivmai
Allow to use same signal for thread suspend and restart

* include/gc/gc.h [GC_THREADS] (GC_set_thr_restart_signal): Update
comment.
* pthread_stop_world.c [!NACL && !GC_OPENBSD_UTHREADS]
(GC_sig_suspend): Likewise.
* pthread_stop_world.c [!NACL && !GC_OPENBSD_UTHREADS]
(GC_suspend_handler_inner): If THREAD_RESTARTED bit of GC_stop_count
is set then return immediately; initialize self after DISABLE_CANCEL().
* pthread_stop_world.c [!NACL && !GC_OPENBSD_UTHREADS]
(GC_restart_handler): Reformat comment.
* pthread_stop_world.c [!NACL && !GC_OPENBSD_UTHREADS
&& GC_ENABLE_SUSPEND_THREAD] (GC_suspend_thread): Declare
saved_stop_count local variable; set suspended_ext to true w/o atomic
store if thread is self or FINISHED flag is set; move
AO_store_release(&t->suspended_ext,TRUE) down to be near raise_signal()
call; increment GC_stop_count (by THREAD_RESTARTED) before
raise_signal() call and restore the value after sem_wait().
* pthread_stop_world.c [!NACL && !GC_OPENBSD_UTHREADS] (GC_stop_init):
Log a message instead of abort if GC_sig_suspend == GC_sig_thr_restart;
do not call sigaction(GC_sig_thr_restart)
if GC_sig_suspend == GC_sig_thr_restart.
* tests/disclaim.c [GC_PTHREADS] (main): Call
GC_set_suspend_signal(GC_get_thr_restart_signal()) before GC init.

7254 of 9862 relevant lines covered (73.56%)

9608273.93 hits per line

Jobs
ID Job ID Ran Files Coverage
5 1257.5 (CONF_OPTIONS="--enable-gcov --enable-single-obj-compilation --enable-cplusplus --disable-shared --enable-gc-assertions" CFLAGS_EXTRA="-D USE_CUSTOM_SPECIFIC" CC_FOR_CHECK=g++ MAKEFILE_TARGETS="all" MAKEFILE_TARGETS_CHECK="check" NO_CLONE_LIBATOMIC_OPS=true REPORT_COVERAGE=true TESTS_CUSTOM_RUN=true) 27 Mar 2022 09:47PM UTC 0
73.56
Travis Job 1257.5
Source Files on build 1257
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1257
  • eddbd924 on github
  • Prev Build on master (#1256)
  • Next Build on master (#1258)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc