ReactOS 0.4.16-dev-1946-g52006dd
_sys_mbox_t Struct Reference

#include <sys_arch.h>

Collaboration diagram for _sys_mbox_t:

Public Attributes

KSPIN_LOCK Lock
 
LIST_ENTRY ListHead
 
KSEMAPHORE Semaphore
 
int Valid
 

Detailed Description

Definition at line 10 of file sys_arch.h.

Member Data Documentation

◆ ListHead

LIST_ENTRY _sys_mbox_t::ListHead

Definition at line 13 of file sys_arch.h.

Referenced by sys_arch_mbox_fetch(), sys_mbox_free(), sys_mbox_new(), and sys_mbox_post().

◆ Lock

KSPIN_LOCK _sys_mbox_t::Lock

Definition at line 12 of file sys_arch.h.

Referenced by sys_arch_mbox_fetch(), sys_mbox_new(), and sys_mbox_post().

◆ Semaphore

KSEMAPHORE _sys_mbox_t::Semaphore

Definition at line 14 of file sys_arch.h.

Referenced by sys_arch_mbox_fetch(), sys_mbox_new(), and sys_mbox_post().

◆ Valid

int _sys_mbox_t::Valid

Definition at line 15 of file sys_arch.h.

Referenced by sys_mbox_new(), sys_mbox_set_invalid(), and sys_mbox_valid().


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