Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dbus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 253
    • Issues 253
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 30
    • Merge requests 30
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • dbus
  • dbus
  • Merge requests
  • !51

WIP:Simplify windows implementation of _dbus_spawn_async_with_babysitter()

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Ralf Habacker requested to merge rhabacker/dbus:simplify-windows-spawn into master Nov 20, 2018
  • Overview 62
  • Commits 15
  • Pipelines 16
  • Changes 15

The child process is now started from the main thread. A thread will then be created to allow non-blocking detection of the child process termination.

In addition, the implementation has been made secure by using a mutex to protect access to some DBusBabysitter structure members.

Resolves: #149

Edited Jan 03, 2019 by Ralf Habacker
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: simplify-windows-spawn