Searched refs:PRUintn (Results 1 - 25 of 121) sorted by relevance

12345

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/
H A DipcLockService.h58 PRUintn mTPIndex;
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/
H A Dprsem.h63 NSPR_API(PRSemaphore*) PR_NewSem(PRUintn value);
100 NSPR_API(PRUintn) PR_GetValueSem(PRSemaphore *sem);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsem.c89 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 Dfileio.c89 PRUintn i;
111 PRUintn i;
155 PRUintn nbytes; /* number of bytes in this buffer */
160 PRUintn i = 0;
176 PRUintn i = 0;
H A Dconcur.c93 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 Dptmisc.c57 PR_IMPLEMENT(void) PR_SetConcurrency(PRUintn numCPUs)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dqnx.c56 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri)
95 PRUintn priority,
H A Dreliantunix.c83 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri)
123 PRUintn priority,
H A Ddarwin.c60 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/
H A Dbtmisc.c72 PR_SetConcurrency (PRUintn numCPUs)
H A Dbtsem.c46 PR_NewSem (PRUintn value)
122 PR_IMPLEMENT(PRUintn)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcthread.h136 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 Drcthread.cpp154 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 Dprinit.h130 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 Dprthread.h225 PRUintn *newIndex, PRThreadPrivateDTOR destructor);
238 NSPR_API(PRStatus) PR_SetThreadPrivate(PRUintn tpdIndex, void *priv);
249 NSPR_API(void*) PR_GetThreadPrivate(PRUintn tpdIndex);
H A Dpripcsem.h101 const char *name, PRIntn flags, PRIntn mode, PRUintn value);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprsem.c50 PR_IMPLEMENT(PRSemaphore*) PR_NewSem(PRUintn value)
160 PR_IMPLEMENT(PRUintn) PR_GetValueSem(PRSemaphore *sem)
162 PRUintn rv;
H A Dprtpd.c130 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 Dprcmon.c73 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 Dntsem.c48 _PR_MD_NEW_SEM(_MDSemaphore *md, PRUintn value)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprsystem.c99 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 Dpripcsem.c58 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 DnsExceptionService.h83 static PRUintn tlsIndex;
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsThread.h75 static PRUintn kIThreadSelfIndex;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2sem.c47 _PR_MD_NEW_SEM(_MDSemaphore *md, PRUintn value)

Completed in 544 milliseconds

12345