CPGuide - Control Program Functions: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 207: | Line 207: | ||
|[[DosFreeResource]]||[[DosQueryResourceSize]] | |[[DosFreeResource]]||[[DosQueryResourceSize]] | ||
|- | |- | ||
|DosGetResource | |[[DosGetResource]] | ||
|- | |- | ||
!colspan=2|Semaphores | !colspan=2|Semaphores | ||
Line 213: | Line 213: | ||
!colspan=2|Event Semaphores | !colspan=2|Event Semaphores | ||
|- | |- | ||
|DosCloseEventSem||DosQueryEventSem | |[[DosCloseEventSem]]||[[DosQueryEventSem]] | ||
|- | |- | ||
|DosCreateEventSem||DosResetEventSem | |[[DosCreateEventSem]]||[[DosResetEventSem]] | ||
|- | |- | ||
|DosOpenEventSem||DosWaitEventSem | |[[DosOpenEventSem]]||[[DosWaitEventSem]] | ||
|- | |- | ||
|DosPostEventSem | |[[DosPostEventSem]] | ||
|- | |- | ||
!colspan=2|Mutex Semaphores | !colspan=2|Mutex Semaphores | ||
|- | |- | ||
|DosCloseMutexSem||DosQueryMutexSem | |[[DosCloseMutexSem]]||[[DosQueryMutexSem]] | ||
|- | |- | ||
|DosCreateMutexSem||DosReleaseMutexSem | |[[DosCreateMutexSem]]||[[DosReleaseMutexSem]] | ||
|- | |- | ||
|DosOpenMutexSem||DosRequestMutexSem | |[[DosOpenMutexSem]]||[[DosRequestMutexSem]] | ||
|- | |- | ||
!colspan=2|Muxwait Semaphores | !colspan=2|Muxwait Semaphores |
Latest revision as of 21:02, 2 October 2020
Reprint Courtesy of International Business Machines Corporation, © International Business Machines Corporation
This chapter contains an alphabetic list of the Control Program functions available in the OS/2 operating system. These functions can be used in full-screen, windowed (VIO), and Presentation Manager sessions to perform basic operating-system functions, such as file input and output, memory allocation, thread control and communication, process control and communication, pipe and queue manipulation, and exception and error handling.
The following table lists the available functions.