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

c-ares / c-ares / #357
92%

Build:
DEFAULT BRANCH: main
Ran 28 Nov 2023 12:50PM UTC
Jobs 1
Files 147
Run time 12s
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

28 Nov 2023 12:46PM UTC coverage: 82.899% (-0.1%) from 83.03%
#357

push

travis-ci

web-flow
Basic Thread Safety (#636)

c-ares does not have any concept of thread-safety. It has always been 100% up to the implementor to ensure they never call c-ares from more than one thread at a time. This patch adds basic thread-safety support, which can be disabled at compile time if not desired. It uses a single recursive mutex per channel, which should be extremely quick when uncontested so overhead should be minimal.

Fixes Bug: #610

Also sets the stage to implement #611

Fix By: Brad House (@bradh352)

125 of 153 new or added lines in 15 files covered. (81.7%)

10 existing lines in 3 files now uncovered.

7630 of 9204 relevant lines covered (82.9%)

1949.48 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #357.1 28 Nov 2023 12:50PM UTC 0
82.9
Source Files on build #357
Detailed source file information is not available for this build.
  • Back to Repo
  • a9442bd8 on github
  • Prev Build on main
  • Next Build on main
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