![]() |
![]() |
![]() |
|
[
About the Wizard's Toolkit ] [ Command-line Tools ] [ Application Program Interface ] [ Install from Source Unix Windows Binary Releases Unix Windows ] [ Download ] [ Search ] [ Sponsors: ] |
AcquireSemaphoreInfo() acquires a semaphore. The format of the AcquireSemaphoreInfo method is: void AcquireSemaphoreInfo(SemaphoreInfo **semaphore_info) A description of each parameter follows: semaphore_infoSpecifies a pointer to an SemaphoreInfo structure. AllocateSemaphoreInfo() initializes the SemaphoreInfo structure. The format of the AllocateSemaphoreInfo method is: SemaphoreInfo *AllocateSemaphoreInfo(void) A description of each parameter follows: semaphore_infoMethod AllocateSemaphoreInfo returns a pointer to an initialized SemaphoreInfo structure. DestroySemaphore() destroys the semaphore environment. The format of the DestroySemaphore method is: DestroySemaphore(void) DestroySemaphoreInfo() destroys a semaphore. The format of the DestroySemaphoreInfo method is: void DestroySemaphoreInfo(SemaphoreInfo **semaphore_info) A description of each parameter follows: semaphore_infoSpecifies a pointer to an SemaphoreInfo structure. InitializeSemaphore() initializes the semaphore environment. The format of the InitializeSemaphore method is: InitializeSemaphore(void) LockSemaphoreInfo() locks a semaphore. The format of the LockSemaphoreInfo method is: WizardBooleanType LockSemaphoreInfo(SemaphoreInfo *semaphore_info) A description of each parameter follows: semaphore_infoSpecifies a pointer to an SemaphoreInfo structure. RelinquishSemaphoreInfo() relinquishes a semaphore. The format of the RelinquishSemaphoreInfo method is: RelinquishSemaphoreInfo(SemaphoreInfo *semaphore_info) A description of each parameter follows: semaphore_infoSpecifies a pointer to an SemaphoreInfo structure. UnlockSemaphoreInfo() unlocks a semaphore. The format of the UnlockSemaphoreInfo method is: WizardBooleanType UnlockSemaphoreInfo(SemaphoreInfo *semaphore_info) A description of each parameter follows: semaphore_infoSpecifies a pointer to an SemaphoreInfo structure. |