Searched refs:curthread (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.9.5/dtrace-118.1/test/tst/common/assocs/
H A Dtst.orthogonality.d43 /b[curthread->t_did] == 0/
50 printf("value should be 0; value is %x!", b[curthread->t_did]);
55 /b[((uint32_t)curthread)<<32 | (uint32_t)curthread] == 0/
62 printf("value should be 0; value is %x!", b[((uint32_t)curthread)<<32 | (uint32_t)curthread]);
/macosx-10.9.5/dtrace-118.1/test/tst/common/inline/
H A Derr.D_OP_INCOMPAT.badxlate.d42 inline vfs_t *invalid = xlate<psinfo_t>(curthread->t_procp);
44 inline task_t *invalid = xlate<psinfo_t>(((struct uthread *)curthread->uthread)->uu_proc);
/macosx-10.9.5/dtrace-118.1/test/tst/common/multiaggs/
H A Dtst.tuplecompat.d33 @one["foo", 789, "bar", curthread] = sum(123);
34 @two["foo", 789, "bar", curthread] = sum(456);
/macosx-10.9.5/dtrace-118.1/test/tst/common/misc/
H A Dtst.roch.d46 /(self->done == 0) && (curthread->t_cpu->cpu_intr_actv == 0) /
50 (long long)curthread, pid, tid,
56 /(self->done == 0) && (curthread->t_cpu->cpu_intr_actv == 0) /
60 (long long) curthread, pid, tid,
68 (long long)curthread, pid, tid);
74 (long long)curthread, pid, tid, (int)arg1, (int)arg0);
80 (long long)curthread, pid, tid, arg0);
86 (long long) curthread, pid, tid, arg0);
/macosx-10.9.5/dtrace-118.1/test/tst/common/scalars/
H A Dtst.selfarray2.d36 kthread_t *curthread;
38 thread_t curthread;
48 self->foo[0].curthread = curthread;
54 printf("expected %d, found %d (found curthread %p, curthread is %p)\n",
55 pid, self->foo[0].pid, self->foo[0].curthread, curthread);
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A D_flock_stub.c61 pthread_t curthread = _pthread_self(); local
63 if (fp->_fl_owner == curthread)
71 fp->_fl_owner = curthread;
88 pthread_t curthread = _pthread_self(); local
91 if (fp->_fl_owner == curthread)
98 fp->_fl_owner = curthread;
109 pthread_t curthread = _pthread_self(); local
114 if (fp->_fl_owner == curthread) {
/macosx-10.9.5/dtrace-118.1/test/tst/common/buffering/
H A Dtst.ring3.d66 cpuid = curthread->t_cpu->cpu_id;
68 cpuid = (uint32_t)curthread->last_processor;
74 /curthread->t_cpu->cpu_id == cpuid && n < 100/
76 /(uint32_t)curthread->last_processor == cpuid && n < 100/
/macosx-10.9.5/dtrace-118.1/test/tst/common/stability/
H A Derr.D_ATTR_MIN.MinAttributes.d43 trace(curthread->t_procp);
/macosx-10.9.5/dtrace-118.1/test/tst/common/translators/
H A Dman.TestTransStability.d46 inline lwpsinfo_t *myinfo = xlate < lwpsinfo_t *> (curthread);
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Ddispqlen.d45 lquantize(curthread->last_processor->runq.count, 0, 64, 1);
H A Drunocc.d44 /curthread->last_processor->runq.count/
H A Dmmapfiles.d47 this->filistp = curthread->t_procp->p_user.u_finfo.fi_list;
H A Dcrash.d68 self->elapsed = timestamp - curthread->t_procp->p_mstart;
79 printf("LWPs: %d\n", curthread->t_procp->p_lwpcnt);
116 self->procp = curthread->t_procp;
H A Dguess.d99 /this->state == 3 && curthread->t_procp->p_parent->p_ppid == $pid && arg0 == 0/
H A Dstacksize.d54 this->stkinfoptr = curthread->t_lwp->lwp_ustack;
/macosx-10.9.5/dtrace-118.1/DTTk/Cpu/
H A Ddispqlen.d45 lquantize(curthread->last_processor->runq.count, 0, 64, 1);
H A Drunocc.d44 /curthread->last_processor->runq.count/
/macosx-10.9.5/dtrace-118.1/test/tst/common/funcs/
H A Dtst.mutex_owned.d53 /this->owner != curthread/
/macosx-10.9.5/dtrace-118.1/test/tst/common/types/
H A Derr.D_XLATE_REDECL.ResultDynType.d53 xlate < lwpsinfo_t * > (curthread);
H A Dtst.complex.d72 tracemem(curthread, sizeof (struct s));
/macosx-10.9.5/dtrace-118.1/DTTk/Proc/
H A Dmmapfiles.d47 this->filistp = curthread->t_procp->p_user.u_finfo.fi_list;
H A Dcrash.d68 self->elapsed = timestamp - curthread->t_procp->p_mstart;
79 printf("LWPs: %d\n", curthread->t_procp->p_lwpcnt);
116 self->procp = curthread->t_procp;
H A Dstacksize.d54 this->stkinfoptr = curthread->t_lwp->lwp_ustack;
/macosx-10.9.5/dtrace-118.1/scripts/
H A Dprocfs.d15 inline int errno = curthread->t_lwp ? curthread->t_lwp->lwp_errno : 0;
318 inline psinfo_t *curpsinfo = xlate <psinfo_t *> (curthread->t_procp);
322 inline lwpsinfo_t *curlwpsinfo = xlate <lwpsinfo_t *> (curthread);
326 inline string cwd = curthread->t_procp->p_user.u_cdir->v_path == NULL ?
327 "<unknown>" : stringof(curthread->t_procp->p_user.u_cdir->v_path);
331 inline string root = curthread->t_procp->p_user.u_rdir == NULL ? "/" :
332 curthread->t_procp->p_user.u_rdir->v_path == NULL ? "<unknown>" :
333 stringof(curthread->t_procp->p_user.u_rdir->v_path);
/macosx-10.9.5/dtrace-118.1/DTTk/Extra/
H A Dguess.d99 /this->state == 3 && curthread->t_procp->p_parent->p_ppid == $pid && arg0 == 0/

Completed in 130 milliseconds

12