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

micropython / micropython / 10096
98%

Build:
DEFAULT BRANCH: master
Ran 27 Jan 2019 01:50AM UTC
Jobs 1
Files 242
Run time 16s
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
10096

push

travis-ci

dpgeorge
unix/mpthreadport: Remove busy wait loop in thread garbage collection.

One can't use pthread calls in a signal handler because they are not
async-signal-safe (see man signal-safety).  Instead, sem_post can be used
to post from within a signal handler and this should be more efficient than
using a busy wait loop, waiting on a volatile variable.

18278 of 18651 relevant lines covered (98.0%)

333991.62 hits per line

Jobs
ID Job ID Ran Files Coverage
3 10096.3 (NAME="unix coverage build and tests") 27 Jan 2019 01:50AM UTC 0
98.0
Travis Job 10096.3
Source Files on build 10096
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10096
  • 18723e98 on github
  • Prev Build on master (#10095)
  • Next Build on master (#10097)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc