Searched refs:_PRCPU (Results 1 - 25 of 32) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbcpu.c52 PR_EXTERN(_PRCPU*) _PR_MD_CURRENT_CPU(void);
53 PR_EXTERN(void) _PR_MD_SET_CURRENT_CPU(_PRCPU *cpu);
54 PR_EXTERN(void) _PR_MD_INIT_RUNNING_CPU(_PRCPU *cpu);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dprucpu.c40 _PRCPU *_pr_primordialCPU = NULL;
65 static _PRCPU *_PR_CreateCPU(void);
66 static PRStatus _PR_StartCPU(_PRCPU *cpu, PRThread *thread);
136 _PRCPU *cpu;
174 * This function initializes enough of the _PRCPU structure so
177 * will run the CPU nor does it initialize the parts of _PRCPU
190 static _PRCPU *_PR_CreateCPU(void)
192 _PRCPU *cpu;
194 cpu = PR_NEWZAP(_PRCPU);
208 * 'cpu' is a _PRCPU structur
[all...]
H A Dprulock.c60 void _PR_IntsOn(_PRCPU *cpu)
106 _PRCPU *cpu;
H A Dpruthr.c603 _PRCPU *cpu = thread->cpu;
783 static PRThread *get_thread(_PRCPU *cpu, PRBool *wakeup_cpus)
868 _PRCPU *cpu = _PR_MD_CURRENT_CPU();
1778 _PRCPU *cpu = thread->cpu;
1843 _PRCPU *cpu = thread->cpu;
1879 _PRCPU *cpu = thread->cpu;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95thred.c47 __declspec(thread) struct _PRCPU *_pr_currentCPU;
248 _PR_MD_SUSPEND_CPU(_PRCPU *cpu)
254 _PR_MD_RESUME_CPU(_PRCPU *cpu)
H A Dntthread.c50 __declspec(thread) _PRCPU *_pr_current_cpu;
516 _PR_MD_SUSPEND_CPU(_PRCPU *cpu)
522 _PR_MD_RESUME_CPU(_PRCPU *cpu)
H A Dw16thred.c126 _MD_INIT_RUNNING_CPU( struct _PRCPU *cpu )
H A Dw16sock.c682 _PRCPU *cpu = thr->cpu;
778 _PRCPU *cpu = pq->thr->cpu;
940 _PRCPU *cpu = thred->cpu;
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_nspr_pthread.h56 ((struct _PRCPU *) pthread_getspecific(current_cpu_key))
231 NSPR_API(void) _MD_SuspendCPU(struct _PRCPU *thread);
234 NSPR_API(void) _MD_ResumeCPU(struct _PRCPU *thread);
265 NSPR_API(void) _MD_InitRunningCPU(struct _PRCPU *cpu);
H A D_irix.h143 struct _PRCPU *cpu;
182 extern struct _PRCPU *_pr_primordialCPU;
392 NSPR_API(void) _MD_SuspendCPU(struct _PRCPU *thread);
395 NSPR_API(void) _MD_ResumeCPU(struct _PRCPU *thread);
463 NSPR_API(void) _MD_InitRunningCPU(struct _PRCPU *cpu);
H A D_winnt.h167 struct _PRCPU *thr_bound_cpu; /* thread bound to cpu */
524 extern __declspec(thread) struct _PRCPU *_pr_current_cpu;
529 : (struct _PRCPU *) TlsGetValue(_pr_currentCPUIndex))
H A D_win95.h472 extern __declspec(thread) struct _PRCPU *_pr_currentCPU;
485 #define _MD_CURRENT_CPU() ((struct _PRCPU *) TlsGetValue(_pr_currentCPUIndex))
H A D_unixos.h160 struct _PRCPU;
161 extern void _MD_unix_init_running_cpu(struct _PRCPU *cpu);
H A D_os2.h486 struct _PRCPU *_pr_currentCPU;
H A D_win16.h404 NSPR_API(void) _MD_INIT_RUNNING_CPU(struct _PRCPU *cpu );
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprenv.c48 extern _PRCPU * _pr_primordialCPU;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dpthreads_user.c213 PR_IMPLEMENT(void) _MD_SuspendCPU(struct _PRCPU *thread)
229 PR_IMPLEMENT(void) _MD_ResumeCPU(struct _PRCPU *thread)
425 _MD_InitRunningCPU(struct _PRCPU *cpu)
H A Dunixware.c422 _PRCPU *_pr_current_cpu_tls()
424 _PRCPU *ret;
H A Dirix.c410 _PRCPU *cpu = _PR_MD_CURRENT_CPU();
947 _PRCPU *cpu = _pr_primordialCPU;
1054 _PRCPU *cpu = _pr_primordialCPU;
1116 _MD_InitRunningCPU(_PRCPU *cpu)
1142 _MD_SuspendCPU(_PRCPU *cpu)
1158 _MD_ResumeCPU(_PRCPU *cpu)
1269 struct _PRCPU *cpu;
H A Dsolaris.c402 _PRCPU *_pr_current_cpu_tls()
404 _PRCPU *ret;
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h262 typedef struct _PRCPU _PRCPU; typedef in typeref:struct:_PRCPU
281 struct _PRCPU { struct
312 ((_PRCPU*) ((char*) (_qp) - offsetof(_PRCPU,links)))
321 NSPR_API(struct _PRCPU *) _pr_currentCPU;
429 _PRCPU *_cpu = _thread->cpu; \
509 _PRCPU *_cpu = _thread->cpu; \
568 extern void _PR_IntsOn(_PRCPU *cpu);
718 extern struct _PRCPU *_pr_primordialCP
[all...]
H A Dpprthred.h315 NSPR_API(struct _PRCPU *) _PR_GetPrimordialCPU(void);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2thred.c359 _PR_MD_SUSPEND_CPU(_PRCPU *cpu)
365 _PR_MD_RESUME_CPU(_PRCPU *cpu)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacthr.c194 _PRCPU *cpu = _PR_MD_CURRENT_CPU();
280 void _MD_InitRunningCPU(_PRCPU* cpu)
430 _PRCPU * cpu = _PR_MD_CURRENT_CPU();
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprcthr.c108 _PRCPU *cpu = _PR_MD_CURRENT_CPU();
348 _PRCPU *cpu;

Completed in 1131 milliseconds

12