|
Functions |
| char * | _PR_MD_GET_ENV (const char *name) |
| PRIntn | _PR_MD_PUT_ENV (const char *name) |
| | PR_IMPLEMENT (PRTime) |
| PRProcess * | _PR_CreateWindowsProcess (const char *path, char *const *argv, char *const *envp, const PRProcessAttr *attr) |
| PRStatus | _PR_DetachWindowsProcess (PRProcess *process) |
| PRStatus | _PR_WaitWindowsProcess (PRProcess *process, PRInt32 *exitCode) |
| PRStatus | _PR_KillWindowsProcess (PRProcess *process) |
| PRStatus | _MD_WindowsGetHostName (char *name, PRUint32 namelen) |
| PRStatus | _MD_WindowsGetSysInfo (PRSysInfo cmd, char *name, PRUint32 namelen) |
| PRStatus | _MD_WindowsGetReleaseName (char *name, PRUint32 namelen) |
| PRStatus | _MD_CreateFileMap (PRFileMap *fmap, PRInt64 size) |
| PRInt32 | _MD_GetMemMapAlignment (void) |
| void * | _MD_MemMap (PRFileMap *fmap, PROffset64 offset, PRUint32 len) |
| PRStatus | _MD_MemUnmap (void *addr, PRUint32 len) |
| PRStatus | _MD_CloseFileMap (PRFileMap *fmap) |
| PRInt32 | _PR_MD_ATOMIC_INCREMENT (PRInt32 *val) |
| PRInt32 | _PR_MD_ATOMIC_DECREMENT (PRInt32 *val) |
| PRInt32 | _PR_MD_ATOMIC_ADD (PRInt32 *intp, PRInt32 val) |
| void | PR_StackPush (PRStack *stack, PRStackElem *stack_elem) |
| PRStackElem * | PR_StackPop (PRStack *stack) |
Variables |
| PRLogModuleInfo * | _pr_shma_lm |