Skip to content
  • Philip Langdale's avatar
    gpu: add pl_sync (a semaphore pair) · b0fddcc5
    Philip Langdale authored and Niklas Haas's avatar Niklas Haas committed
    This change introduces the generic definition of an exported semaphore
    pair. Such a pair can be imported by an external API for signalling and
    waiting, and will be passable to _hold() and _release() methods once
    those get introduced.
    
    Semaphores for internal use should just be created directly.
    b0fddcc5