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

01org / parameter-framework / 324
32%

Build:
DEFAULT BRANCH: master
Ran 24 Apr 2015 08:32AM UTC
Jobs 1
Files 267
Run time 22s
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
324

push

travis-ci

dawagner
Merge pull request #105 from dawagner/multithread-python-bindings

python bindings: activate thread-safety code generation

The Parameter Framework may spawn a thread listening to request for command
execution. In this case, whenever a command produces a log, a callback function
provided by the client is called. When the client is a python script using the
python bindings, this causes a python function to be called in a different
context than the main thread. This can only work safely if a specific lock is
held before hand; see

    https://docs.python.org/2/c-api/init.html#non-python-created-threads

Fortunately, SWIG can generate the corresponding code automatically using

    %module(threads=1, ...) mymodule

4793 of 6834 relevant lines covered (70.13%)

3827.37 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
parameter/LinearParameterAdaptation.h
Jobs
ID Job ID Ran Files Coverage
1 324.1 24 Apr 2015 08:32AM UTC 0
70.13
Travis Job 324.1
Source Files on build 324
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #324
  • 9d1bcf04 on github
  • Prev Build on master (#320)
  • Next Build on master (#383)
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

© 2025 Coveralls, Inc