sem_info_s Struct Reference

Kernel semaphore info structure. More...

#include <ktypes.h>


Data Fields

signed char sem_value
 Semaphore ID. -1 -> uninitialized.
_queue sem_wait_q
 Resource count.
pid_t owner
 Queue of waiting processes.
unsigned char unlink


Detailed Description

Kernel semaphore info structure.


Field Documentation

unsigned char sem_info_s::unlink
 

PID of process owning this semaphore. if -1 , then any process can access this sem.


The documentation for this struct was generated from the following file:
Generated on Thu Feb 13 14:46:25 2014 for 2014.1_doc by  doxygen 1.4.5