Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Merge requests
  • !2599

Add cross-platform thread routines for tests

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Derek Bruening requested to merge iX-suite-threads into master Aug 07, 2017
  • Overview 1
  • Commits 3
  • Pipelines 0
  • Changes 13

Moves the current clone-based thread routines to thread_clone.h.

Moves the current Windows thread routines into thread.h and adds a pthread-based UNIX parallel implementation.

Updates api/detach.c and api/startstop.c to use the new cross-platform routines.

Moves the _WIN32_WINNT define for condvar.h from needing to be in each test's code (due to header order limitations) to be auto-magically added from cmake.

Updates other tests to include the right header files.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: iX-suite-threads