Module runa_orbiter::objects::shm

source ·
Expand description

The wl_shm object

Structs

  • A shm buffer
  • Implementation of the wl_shm interface.
  • A shm memory pool.

Functions

  • Handle a SIGBUS signal. Tries to recover from SIGBUS caused by a client shrinking its shm pool. You MUST call this function is your SIGBUS handler if you want to map shm pools.
  • The number of times a recoverable SIGBUS has occurred for the current thread. Can be used to detect if a client shrunk its shm pool.