#include <platform.h>
Go to the source code of this file.
Functions | |
void | CreateSemaphore_ew (void) |
void | PostSemaphore (void) |
void | WaitSemPost (void) |
void | DestroySemaphore (void) |
void | CreateMutex_ew (void) |
void | RequestMutex (void) |
void | ReleaseMutex_ew (void) |
void | CloseMutex (void) |
void | CreateSpecificMutex (mutex_t *) |
void | CloseSpecificMutex (mutex_t *) |
void | RequestSpecificMutex (mutex_t *) |
void | ReleaseSpecificMutex (mutex_t *) |
void | SocketSysInit (void) |
void | SocketClose (int) |
void | SocketPerror (char *) |
int | sendall (int, const char *, long, int) |
int | WaitThread (unsigned *) |
int | KillThread (unsigned int) |
int | KillSelfThread (void) |
int | StartThread (thr_ret(void *), unsigned int, unsigned int *) |
int | StartThreadWithArg (thr_ret(void *), void *, unsigned, unsigned *) |
|
|
|
Referenced by release_pri_queue(). |
|
|
|
Definition at line 132 of file sema_ew.c. References logit(), and semahandle. |
|
Referenced by init_pri_queue(), and logit_init(). |
|
|
|
Definition at line 104 of file threads_ew.c. |
|
Definition at line 149 of file threads_ew.c. |
|
|
|
Definition at line 61 of file sema_ew.c. References logit(). |
|
Referenced by add_item(), html_logit(), logit(), peek_next_item(), and pop_next_item(). |
|
|
|
Referenced by add_item(), html_logit(), logit(), peek_next_item(), and pop_next_item(). |
|
Definition at line 88 of file socket_ew.c. References logit(), and SENDALL_MAX_LUMP. |
|
Definition at line 59 of file socket_ew.c. References SocketPerror(). Referenced by wave_inquire(), and wave_request(). |
|
Definition at line 71 of file socket_ew.c. References logit(), and socketGetError_ew(). Referenced by SocketClose(), wave_inquire(), and wave_request(). |
|
Definition at line 37 of file socket_ew.c. |
|
|
|
|
|
Definition at line 165 of file sema_ew.c. References logit(). |
|
Definition at line 124 of file threads_ew.c. |