![]() |
![]() |
|
|
![]() |
![]() |
HP-UX MultiProcessing: White Paper > Chapter 1 MultiProcessing![]() Alpha Semaphore Services |
|
The kernel uses several different kinds of routines to manage alpha semaphores:
Table 1-10 Acquisition and release of an alpha semaphore
These routines serve primarily to maintain the kt_sema field in the kthread structure. This field keeps track of currently held alpha semaphores. As a thread acquires a semaphore, sema_add() links semaphores together through these field. You can obtain all of the semaphores owned by a thread by following kthread->kt_sema->sa_next. Semaphores are bound to threads to maintain the list of semaphores held when a thread goes to sleep. All bound semaphores are released at that time and by following this list, they can be reaquired when awakened. Table 1-11 Bind and unbind an alpha semaphore
Table 1-12 Tests for ownership of an alpha semaphore
Numerous routines govern the kernel's decision about whether to switch to a thread of control that needs a semaphore. Table 1-13 Tests for whether to switch thread of control
|
![]() |
||
![]() |
![]() |
![]() |
|||||||||
|