RexxIPC: Difference between revisions
Appearance
mNo edit summary |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
The RexxIPC library provides access to OS/2 Inter Process Communication capabilities for Rexx programs. Threads, named pipes, semaphores (event, mutex and muxwait) and queues are supported. | The RexxIPC library provides access to OS/2 Inter Process Communication capabilities for Rexx programs. Threads, named pipes, semaphores (event, mutex and muxwait) and queues are supported. | ||
==Functions== | |||
* IPCContextClose | |||
* IPCContextCreate | |||
* IPCContextQuery | |||
* IPCContextResult | |||
* IPCContextWait | |||
* IPCLoadFuncs | |||
* IPCDropFuncs | |||
* IPCVersion | |||
* PipeLoadFuncs | |||
* PipeDropFuncs | |||
* ProcLoadFuncs | |||
* ProcDropFuncs | |||
* QueueLoadFuncs | |||
* QueueDropFuncs | |||
* SemLoadFuncs | |||
* SemDropFuncs | |||
==License== | |||
* LGPL | |||
* Author: Serge Brisson | |||
==Links== | ==Links== | ||
* [ | * [https://hobbes.nmsu.edu/?search=RexxIPC_1-30r001 RexxIPC library 1.30-001] | ||
* [https://github.com/OS2World/LIB-REXX-RexxIPC Source code at Github] | * [https://github.com/OS2World/LIB-REXX-RexxIPC Source code at Github] | ||
[[Category:REXX Function Library]] | [[Category:REXX Function Library]] |
Latest revision as of 19:32, 4 December 2022
The RexxIPC library provides access to OS/2 Inter Process Communication capabilities for Rexx programs. Threads, named pipes, semaphores (event, mutex and muxwait) and queues are supported.
Functions
- IPCContextClose
- IPCContextCreate
- IPCContextQuery
- IPCContextResult
- IPCContextWait
- IPCLoadFuncs
- IPCDropFuncs
- IPCVersion
- PipeLoadFuncs
- PipeDropFuncs
- ProcLoadFuncs
- ProcDropFuncs
- QueueLoadFuncs
- QueueDropFuncs
- SemLoadFuncs
- SemDropFuncs
License
- LGPL
- Author: Serge Brisson