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

micropython / micropython / 12613
98%

Build:
DEFAULT BRANCH: master
Ran 18 Feb 2020 02:42AM UTC
Jobs 1
Files 270
Run time 28s
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

pending completion
12613

push

travis-ci

dpgeorge
unix/mpthreadport: Use SIGRTMIN+5 instead of SIGUSR1 for thread-GC.

This changes the signal used to trigger garbage collection from SIGUSR1 to
SIGRTMIN + 5.  SIGUSR1 is quite common compared to SIGRTMIN (measured by
google search results) and is more likely to conflict with libraries that
may use the same signal.

POSIX specifies that there are at least 8 real-time signal so 5 was chosen
as a "random" number to further avoid potential conflict with libraries
that may use SIGRTMIN or SIGRTMAX.

Also, if we ever have a `usignal` module, it would be nice to leave SIGUSR1
and SIGUSR2 free for user programs.

16454 of 16771 relevant lines covered (98.11%)

410469.88 hits per line

Jobs
ID Job ID Ran Files Coverage
3 12613.3 (NAME="unix coverage build and tests") 18 Feb 2020 02:42AM UTC 0
98.11
Travis Job 12613.3
Source Files on build 12613
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12613
  • 3bd2ae1a on github
  • Prev Build on master (#12612)
  • Next Build on master (#12614)
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