RexxIPC: Difference between revisions
Appearance
Created page with "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..." |
|||
(4 intermediate revisions by 2 users 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== | ||
* [https://hobbes.nmsu.edu/?search=RexxIPC_1-30r001 RexxIPC library 1.30-001] | |||
* [https://github.com/OS2World/LIB-REXX-RexxIPC Source code at Github] | |||
[[Category: | [[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