/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/ |
H A D | bcpu.c | 53 PR_EXTERN(void) _PR_MD_SET_CURRENT_CPU(_PRCPU *cpu); variable 54 PR_EXTERN(void) _PR_MD_INIT_RUNNING_CPU(_PRCPU *cpu); variable
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/ |
H A D | prulock.c | 60 void _PR_IntsOn(_PRCPU *cpu) argument 66 PR_ASSERT(cpu); /* Global threads don't have CPUs */ 89 cpu->where = (1 - i); 90 missed = cpu->u.missed[i]; 92 cpu->u.missed[i] = 0; 105 if (cpu->u.missed[3] != 0) { 106 _PRCPU *cpu; local 112 cpu = me->cpu; 113 _PR_RUNQ_LOCK(cpu); [all...] |
H A D | prucv.c | 70 _PR_SLEEPQ_LOCK(thread->cpu); 76 _PR_SLEEPQ_UNLOCK(thread->cpu); 84 _PR_MISCQ_LOCK(thread->cpu); 85 _PR_ADD_SUSPENDQ(thread, thread->cpu); 86 _PR_MISCQ_UNLOCK(thread->cpu); 148 _PR_SLEEPQ_LOCK(thread->cpu); 154 _PR_SLEEPQ_UNLOCK(thread->cpu); 245 _PR_SLEEPQ_LOCK(thread->cpu); 247 _PR_SLEEPQ_UNLOCK(thread->cpu); 342 _PRCPU *cpu local [all...] |
H A D | prucpu.c | 66 static PRStatus _PR_StartCPU(_PRCPU *cpu, PRThread *thread); 100 /* Initialize cpu for current thread (could be different from me) */ 101 _PR_MD_CURRENT_THREAD()->cpu = _pr_primordialCPU; 136 _PRCPU *cpu; local 143 cpu = _PR_CPU_PTR(qp); 144 _PR_MD_JOIN_THREAD(&cpu->thread->md); 192 _PRCPU *cpu; local 194 cpu = PR_NEWZAP(_PRCPU); 195 if (cpu) { 196 cpu 213 _PR_StartCPU(_PRCPU *cpu, PRThread *thread) argument 270 _PRCPU *cpu = (_PRCPU *)arg; local 317 _PRCPU *cpu = (_PRCPU *)_cpu; local [all...] |
H A D | pruthr.c | 245 _PR_MISCQ_LOCK(thread->cpu); 246 _PR_ADD_JOINQ(thread, thread->cpu); 247 _PR_MISCQ_UNLOCK(thread->cpu); 576 ** Find another user thread to run. This cpu has finished the 603 _PRCPU *cpu = thread->cpu; local 609 _PR_RUNQ_LOCK(cpu); 611 if (_PR_RUNQREADYMASK(cpu) >> (newPri + 1)) { 615 _PR_RUNQ_UNLOCK(cpu); 620 _PR_RUNQ_LOCK(cpu); 783 get_thread(_PRCPU *cpu, PRBool *wakeup_cpus) argument 868 _PRCPU *cpu = _PR_MD_CURRENT_CPU(); local 1778 _PRCPU *cpu = thread->cpu; local 1843 _PRCPU *cpu = thread->cpu; local 1879 _PRCPU *cpu = thread->cpu; local [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | w95thred.c | 248 _PR_MD_SUSPEND_CPU(_PRCPU *cpu) argument 250 _PR_MD_SUSPEND_THREAD(cpu->thread); 254 _PR_MD_RESUME_CPU(_PRCPU *cpu) argument 256 _PR_MD_RESUME_THREAD(cpu->thread);
|
H A D | ntthread.c | 84 PR_ASSERT(restarted_io->md.thr_bound_cpu == restarted_io->cpu); 93 _PR_RUNQ_LOCK(restarted_io->cpu); 94 _PR_ADD_RUNQ(restarted_io, restarted_io->cpu, pri); 95 _PR_RUNQ_UNLOCK(restarted_io->cpu); 97 _PR_SLEEPQ_LOCK(restarted_io->cpu); 99 _PR_SLEEPQ_UNLOCK(restarted_io->cpu); 516 _PR_MD_SUSPEND_CPU(_PRCPU *cpu) argument 518 _PR_MD_SUSPEND_THREAD(cpu->thread); 522 _PR_MD_RESUME_CPU(_PRCPU *cpu) argument 524 _PR_MD_RESUME_THREAD(cpu [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/ |
H A D | prcthr.c | 108 _PRCPU *cpu = _PR_MD_CURRENT_CPU(); local 114 _PR_RUNQ_LOCK(cpu); 115 if (_PR_RUNQREADYMASK(cpu) >> pri) { 116 me->cpu = cpu; 118 _PR_ADD_RUNQ(me, cpu, pri); 119 _PR_RUNQ_UNLOCK(cpu); 129 _PR_RUNQ_UNLOCK(cpu); 348 _PRCPU *cpu; local 350 cpu [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | lockfile.c | 213 PRUint32 cpu, cpus = 2; local 255 if (debug_mode) printf("Lock: Using %d cpu(s)\n", cpus); 258 for (cpu = 1; cpu <= cpus; ++cpu) 260 if (debug_mode) printf("\nLockFile: Using %d CPU(s)\n", cpu); 261 PR_SetConcurrency(cpu);
|
H A D | alarm.c | 495 PRUint32 cpu, cpus = 0, loops = 0; local 536 printf("Alarm: Using %d cpu(s)\n", cpus); 542 for (cpu = 1; cpu <= cpus; ++cpu) 545 printf("\nAlarm: Using %d CPU(s)\n", cpu); 547 PR_SetConcurrency(cpu);
|
H A D | lock.c | 444 PRUint32 cpu, cpus = 2, loops = 100; local 500 if (debug_mode) PR_fprintf(std_err, "Lock: Using %d cpu(s)\n", cpus); 504 for (cpu = 1; cpu <= cpus; ++cpu) 506 if (debug_mode) PR_fprintf(std_err, "\nLock: Using %d CPU(s)\n", cpu); 507 PR_SetConcurrency(cpu);
|
/vbox/src/VBox/VMM/VMMRC/ |
H A D | PATMRC.cpp | 533 DISCPUSTATE cpu; local 534 rc = DISInstr(&pRec->patch.aPrivInstr[0], enmCpuMode, &cpu, &cbOp); 543 rc = EMInterpretInstructionDisasState(pVCpu, &cpu, pRegFrame, 0 /* not relevant here */,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | config.h | 202 Widget cpu; member in struct:__anon7356
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | config.h | 175 Widget cpu; member in struct:__anon7732
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | config.h | 174 Widget cpu; member in struct:__anon8092
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_handle.c | 312 dt_handle_cpudrop(dtrace_hdl_t *dtp, processorid_t cpu, argument 323 drop.dtdda_cpu = cpu; 339 howmany > 1 ? "s" : "", cpu);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/i86pc/os/ |
H A D | dtrace_subr.c | 142 dtrace_xcall(processorid_t cpu, dtrace_xcall_t func, void *arg) argument 148 if (cpu == DTRACE_CPUALL) { 151 CPUSET_ADD(set, cpu);
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | EMRaw.cpp | 631 DISCPUSTATE cpu; local 632 rc = CPUMR3DisasmInstrCPU(pVM, pVCpu, pCtx, pCtx->rip, &cpu, "Guest Trap (#UD): "); 634 && (cpu.pCurInstr->uOpcode == OP_MONITOR || cpu.pCurInstr->uOpcode == OP_MWAIT)) 643 rc = VBOXSTRICTRC_TODO(EMInterpretInstructionDisasState(pVCpu, &cpu, CPUMCTX2CORE(pCtx), 0, EMCODETYPE_SUPERVISOR)); 657 DISCPUSTATE cpu; local 658 rc = CPUMR3DisasmInstrCPU(pVM, pVCpu, pCtx, pCtx->rip, &cpu, "Guest Trap: "); 660 && (cpu.pCurInstr->fOpType & DISOPTYPE_PORTIO))
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | config.h | 203 Widget cpu; member in struct:__anon4508
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | config.h | 203 Widget cpu; member in struct:__anon4069
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
H A D | os2thred.c | 359 _PR_MD_SUSPEND_CPU(_PRCPU *cpu) argument 361 _PR_MD_SUSPEND_THREAD(cpu->thread); 365 _PR_MD_RESUME_CPU(_PRCPU *cpu) argument 367 _PR_MD_RESUME_THREAD(cpu->thread);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | pthreads_user.c | 195 * now, block the current thread/cpu until woken up by the suspended 218 cpu->md.suspending_id = getpid(); 219 rv = kill(cpu->md.id, SIGUSR1); 222 * now, block the current thread/cpu until woken up by the suspended 232 unblockproc(cpu->md.id); 327 * If the thread is on my cpu's runq there is no need to 331 if (me->cpu != thread->cpu) { 425 _MD_InitRunningCPU(struct _PRCPU *cpu) argument 429 _MD_unix_init_running_cpu(cpu); [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/ |
H A D | macthr.c | 194 _PRCPU *cpu = _PR_MD_CURRENT_CPU(); local 198 cpu->u.missed[cpu->where] |= _PR_MISSED_CLOCK; 208 if ((_PR_RUNQREADYMASK(cpu)) >> ((_PR_MD_CURRENT_THREAD()->priority))) { 214 if (UnsignedWideToUInt64(cpu->md.lastThreadSwitch) > UnsignedWideToUInt64(cpu->md.lastWakeUpProcess)) 217 cpu->md.lastWakeUpProcess = UpTime(); 280 void _MD_InitRunningCPU(_PRCPU* cpu) argument 282 cpu->md.trackScheduling = RunningOnOSX(); 283 if (cpu 430 _PRCPU * cpu = _PR_MD_CURRENT_CPU(); local [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/ |
H A D | dcpc.c | 796 * provided by the DTrace framework and the cpu management framework. 942 dcpc_cpu_setup(cpu_setup_t what, processorid_t cpu, void *arg) argument 956 c = cpu_get(cpu); 987 c = cpu_get(cpu);
|
H A D | profile.c | 333 profile_online(void *arg, cpu_t *cpu, cyc_handler_t *hdlr, cyc_time_t *when) argument 354 profile_offline(void *arg, cpu_t *cpu, void *oarg) argument
|