nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sem Struct Reference

세마포어 객체 More...

Collaboration diagram for sem:
Collaboration graph
[legend]

Data Fields

struct list_head list
 
int pshared
 
volatile int value
 

Detailed Description

세마포어 객체

Definition at line 22 of file semaphore.c.

Field Documentation

struct list_head list

Definition at line 23 of file semaphore.c.

Referenced by sem_clear(), sem_destroy(), sem_init(), sem_post(), and sem_wait().

int pshared

Definition at line 24 of file semaphore.c.

Referenced by sem_init().

volatile int value

프로세스 공유(unused)

Definition at line 25 of file semaphore.c.

Referenced by sem_getvalue(), sem_init(), sem_post(), sem_trywait(), and sem_wait().


The documentation for this struct was generated from the following file: