|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| fully_covered.scml | ||
| futex.scml | ||
| semctl.scml | ||
| semget.scml | ||
| semop_and_semtimedop.scml | ||
README.md
Inter-Process Communication
futex
Supported functionality in SCML:
{{#include futex.scml}}
Unsupported operations:
FUTEX_FDFUTEX_CMP_REQUEUEFUTEX_LOCK_PIFUTEX_UNLOCK_PIFUTEX_TRYLOCK_PI
For more information, see the man page.
System V semaphore
semget
Supported functionality in SCML:
{{#include semget.scml}}
For more information, see the man page.
semop and semtimedop
Supported functionality in SCML:
{{#include semop_and_semtimedop.scml}}
Unsupported semaphore flags:
SEM_UNDO
Supported and unsupported functionality of semtimedop are the same as semop.
The SCML rules are omitted for brevity.
For more information, see the man page.
semctl
Supported functionality in SCML:
{{#include semctl.scml}}
Unsupported commands:
IPC_INFOSEM_INFOSEM_STATSEM_STAT_ANYGETALLSETALL
For more information, see the man page.