ReactOS 0.4.16-dev-334-g4d9f67c
|
Go to the source code of this file.
Classes | |
struct | _thread_t |
Typedefs | |
typedef struct _thread_t * | thread_t |
Functions | |
u32_t | sys_now (void) |
void | sys_arch_protect (sys_prot_t *lev) |
void | sys_arch_unprotect (sys_prot_t lev) |
err_t | sys_sem_new (sys_sem_t *sem, u8_t count) |
int | sys_sem_valid (sys_sem_t *sem) |
void | sys_sem_set_invalid (sys_sem_t *sem) |
void | sys_sem_free (sys_sem_t *sem) |
void | sys_sem_signal (sys_sem_t *sem) |
u32_t | sys_arch_sem_wait (sys_sem_t *sem, u32_t timeout) |
err_t | sys_mbox_new (sys_mbox_t *mbox, int size) |
int | sys_mbox_valid (sys_mbox_t *mbox) |
void | sys_mbox_set_invalid (sys_mbox_t *mbox) |
void | sys_mbox_free (sys_mbox_t *mbox) |
void | sys_mbox_post (sys_mbox_t *mbox, void *msg) |
u32_t | sys_arch_mbox_fetch (sys_mbox_t *mbox, void **msg, u32_t timeout) |
u32_t | sys_arch_mbox_tryfetch (sys_mbox_t *mbox, void **msg) |
err_t | sys_mbox_trypost (sys_mbox_t *mbox, void *msg) |
VOID NTAPI | LwipThreadMain (PVOID Context) |
sys_thread_t | sys_thread_new (const char *name, lwip_thread_fn thread, void *arg, int stacksize, int prio) |
void | sys_init (void) |
void | sys_shutdown (void) |
Definition at line 256 of file sys_arch.c.
Referenced by sys_thread_new().
void sys_arch_protect | ( | sys_prot_t * | lev | ) |
Definition at line 33 of file sys_arch.c.
void sys_arch_unprotect | ( | sys_prot_t | lev | ) |
Definition at line 40 of file sys_arch.c.
Definition at line 332 of file sys_arch.c.
Referenced by LibIPShutdown().
NPAGED_LOOKASIDE_LIST MessageLookasideList |
Definition at line 10 of file sys_arch.c.
Referenced by LibTCPBind(), LibTCPClose(), LibTCPConnect(), LibTCPListen(), LibTCPSend(), LibTCPShutdown(), LibTCPSocket(), sys_init(), and sys_shutdown().
NPAGED_LOOKASIDE_LIST QueueEntryLookasideList |
Definition at line 11 of file sys_arch.c.
Referenced by LibTCPEmptyQueue(), LibTCPEnqueuePacket(), LibTCPGetDataFromConnectionQueue(), sys_init(), and sys_shutdown().
|
static |
Definition at line 13 of file sys_arch.c.
Referenced by DoStopService(), KeStallExecutionProcessor(), KmtEnsureServiceState(), NtWaitForDebugEvent(), ProgressCountdown(), CWineTest::RunTest(), sys_init(), sys_now(), and USB2_AllocateTimeForEndpoint().
KEVENT TerminationEvent |
Definition at line 9 of file sys_arch.c.
Referenced by sys_arch_mbox_fetch(), sys_arch_sem_wait(), sys_init(), sys_shutdown(), and WaitForEventSafely().
|
static |
Definition at line 6 of file sys_arch.c.
Referenced by LwipThreadMain(), NtQueryInformationThread(), sys_init(), and sys_shutdown().
|
static |
Definition at line 7 of file sys_arch.c.
Referenced by LwipThreadMain(), sys_init(), and sys_shutdown().