Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Adélie Package Tree Adélie Package Tree
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 309
    • Issues 309
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Adélie Linux
  • Adélie Package TreeAdélie Package Tree
  • Issues
  • #343

Closed
Open
Created Aug 09, 2020 by Emily@emily🤖

user/gcompat: Need wrapper for pthread_yield

Bugzilla ID 343
Reporter Hal G
Assignee A. Wilcox (awilfox)
Reported 2020-08-08 21:10:17 -0500
Modified 2020-09-22 22:49:55 -0500
Status IN_PROGRESS
Version 1.0-RC1
Hardware Adélie Linux / Intel x86 (64-bit)
Importance --- / major
Package(s) gcompat

Description

OVERVIEW

Since pthread_yield is not supported in the standard library, some programs do not link or fail at runtime.

BACKGROUND

This was discovered when trying to run the VirtualBox service script.

SOLUTION

sched_yield() appears to be compatible with pthread_yield(), so a wrapper in the gcompat library might be sensible.

Edited Nov 04, 2021 by Zach van Rijn
Assignee
Assign to
Time tracking