nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sem_list_info Struct Reference
Collaboration diagram for sem_list_info:
Collaboration graph
[legend]

Data Fields

struct list_head head
 
struct threadtcb
 

Detailed Description

Definition at line 28 of file semaphore.c.

Field Documentation

struct list_head head

Definition at line 29 of file semaphore.c.

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

struct thread* tcb

Definition at line 30 of file semaphore.c.

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


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