[Overview][Constants][Types][Index] |
Semaphore type. (opaque)
Source position: ptypes.inc line 362
type sem_t = record |
||
__sem_lock: _pthread_fastlock; |
|
? |
__sem_value: cint; |
|
? |
__sem_waiting: pointer; |
|
? |
end; |
sem_t describes a thread semaphore. It should be considered an opaque record, the names of the fields can change anytime.