/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/ |
H A D | ipcLockService.h | 58 PRUintn mTPIndex;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/ |
H A D | prsem.h | 63 NSPR_API(PRSemaphore*) PR_NewSem(PRUintn value); 100 NSPR_API(PRUintn) PR_GetValueSem(PRSemaphore *sem);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | sem.c | 89 static PRUintn stdinBufIdx = 0; 90 static PRUintn stdoutBufIdx = 0; 94 static size_t dread (PRUintn device, char *buf, size_t bufSize) 96 PRUintn i; 114 static size_t dwrite (PRUintn device, char *buf, size_t bufSize) 116 PRUintn i, j; 151 PRUintn nbytes; /* number of bytes in this buffer */ 156 PRUintn i = 0; 170 PRUintn i = 0;
|
H A D | fileio.c | 89 PRUintn i; 111 PRUintn i; 155 PRUintn nbytes; /* number of bytes in this buffer */ 160 PRUintn i = 0; 176 PRUintn i = 0;
|
H A D | concur.c | 93 PRUintn cpus; 97 PRUintn range = DEFAULT_RANGE; 99 PRUintn cnt; 100 PRUintn loops = DEFAULT_LOOPS;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ |
H A D | ptmisc.c | 57 PR_IMPLEMENT(void) PR_SetConcurrency(PRUintn numCPUs)
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | qnx.c | 56 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) 95 PRUintn priority,
|
H A D | reliantunix.c | 83 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) 123 PRUintn priority,
|
H A D | darwin.c | 60 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri)
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/ |
H A D | btmisc.c | 72 PR_SetConcurrency (PRUintn numCPUs)
|
H A D | btsem.c | 46 PR_NewSem (PRUintn value) 122 PR_IMPLEMENT(PRUintn)
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
H A D | rcthread.h | 136 static PRStatus NewPrivateIndex(PRUintn* index); 141 static RCThreadPrivateData* GetPrivateData(PRUintn index); 146 static PRStatus SetPrivateData(PRUintn index); 151 static PRStatus SetPrivateData(PRUintn index, RCThreadPrivateData* data);
|
H A D | rcthread.cpp | 154 PRStatus RCThread::NewPrivateIndex(PRUintn* index) 157 PRStatus RCThread::SetPrivateData(PRUintn index) 160 PRStatus RCThread::SetPrivateData(PRUintn index, RCThreadPrivateData* data) 165 RCThreadPrivateData* RCThread::GetPrivateData(PRUintn index)
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prinit.h | 130 PRThreadType type, PRThreadPriority priority, PRUintn maxPTDs); 153 PRPrimordialFn prmain, PRIntn argc, char **argv, PRUintn maxPTDs); 205 NSPR_API(void) PR_SetConcurrency(PRUintn numCPUs);
|
H A D | prthread.h | 225 PRUintn *newIndex, PRThreadPrivateDTOR destructor); 238 NSPR_API(PRStatus) PR_SetThreadPrivate(PRUintn tpdIndex, void *priv); 249 NSPR_API(void*) PR_GetThreadPrivate(PRUintn tpdIndex);
|
H A D | pripcsem.h | 101 const char *name, PRIntn flags, PRIntn mode, PRUintn value);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/ |
H A D | prsem.c | 50 PR_IMPLEMENT(PRSemaphore*) PR_NewSem(PRUintn value) 160 PR_IMPLEMENT(PRUintn) PR_GetValueSem(PRSemaphore *sem) 162 PRUintn rv;
|
H A D | prtpd.c | 130 PRUintn *newIndex, PRThreadPrivateDTOR dtor) 149 *newIndex = (PRUintn)index; /* copy into client's location */ 169 PR_IMPLEMENT(PRStatus) PR_SetThreadPrivate(PRUintn index, void *priv) 230 PR_IMPLEMENT(void*) PR_GetThreadPrivate(PRUintn index)
|
H A D | prcmon.c | 73 static PRUintn num_hash_buckets; 74 static PRUintn num_hash_buckets_log2; 77 static PRUintn num_free_entries; 101 static PRStatus ExpandMonitorCache(PRUintn new_size_log2) 104 PRUintn i, entries, old_num_hash_buckets, added; 196 PRUintn hash = HASH(p->address); 227 PRUintn hash; 250 PRUintn hash;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | ntsem.c | 48 _PR_MD_NEW_SEM(_MDSemaphore *md, PRUintn value)
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prsystem.c | 99 PRUintn len = 0; 106 if (PR_FAILURE == _PR_MD_GETHOSTNAME(buf, (PRUintn)buflen)) 128 if (PR_FAILURE == _PR_MD_GETSYSINFO(cmd, buf, (PRUintn)buflen)) 138 if (PR_FAILURE == _PR_MD_GETSYSINFO(cmd, buf, (PRUintn)buflen))
|
H A D | pripcsem.c | 58 const char *osname, PRIntn flags, PRIntn mode, PRUintn value) 91 const char *name, PRIntn flags, PRIntn mode, PRUintn value)
|
/vbox/src/libs/xpcom18a4/xpcom/base/ |
H A D | nsExceptionService.h | 83 static PRUintn tlsIndex;
|
/vbox/src/libs/xpcom18a4/xpcom/threads/ |
H A D | nsThread.h | 75 static PRUintn kIThreadSelfIndex;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
H A D | os2sem.c | 47 _PR_MD_NEW_SEM(_MDSemaphore *md, PRUintn value)
|