Home
last modified time | relevance | path

Searched refs:_threaddebug (Results 1 – 12 of 12) sorted by relevance

/plan9/sys/src/libthread/
H A Dsched.c38 _threaddebug(DBGSCHED, "top of schedinit, _threadexitsallstatus=%p", _threadexitsallstatus); in _schedinit()
109 _threaddebug(DBGSCHED, "pausing, state=%s", psstate(t->state)); in _sched()
116 _threaddebug(DBGSCHED, "all threads gone; exiting"); in _sched()
119 _threaddebug(DBGSCHED, "running %d.%d", t->proc->pid, t->id); in _sched()
122 _threaddebug(DBGSCHED, "%d.%d marked to die"); in _sched()
143 _threaddebug(DBGSCHED, "sleeping for more work"); in runthread()
163 _threaddebug(DBGSCHED, "readying %d.%d", t->proc->pid, t->id); in _threadready()
175 _threaddebug(DBGSCHED, "waking process %d", t->proc->pid); in _threadready()
H A Dchannel.c63 _threaddebug(DBGCHAN, "chaninit %p", c); in chaninit()
77 _threaddebug(DBGCHAN, "chancreate %p", c); in chancreate()
464 _threaddebug(DBGCHAN, "Queuing alt %p on channel %p", a, a->c); in enqueue()
479 _threaddebug(DBGCHAN, "Dequeuing alt %p from channel %p", a, a->c); in dequeue()
499 _threaddebug(DBGCHAN, "can rendez alt %p chan %p", a, c); in canexec()
506 _threaddebug(DBGCHAN, "can buffer alt %p chan %p", a, c); in canexec()
522 _threaddebug(DBGCHAN, "buffer recv alt %p chan %p", a, c); in altexecbuffered()
530 _threaddebug(DBGCHAN, "buffer send alt %p chan %p", a, c); in altexecbuffered()
571 _threaddebug(DBGCHAN, "rendez %s alt %p chan %p alt %p", a->op==CHANRCV?"recv":"send", a, c, b); in altexec()
595 _threaddebug(DBGCHAN, "unlocking the chanlock"); in altexec()
[all …]
H A Drendez.c37 _threaddebug(DBGREND, "Rendezvous with thread %d.%d", t->proc->pid, t->id); in _threadrendezvous()
54 _threaddebug(DBGREND, "Rendezvous for tag %p", t->rendtag); in _threadrendezvous()
58 _threaddebug(DBGREND, "Woke after rendezvous; val is %p", t->rendval); in _threadrendezvous()
H A Dnote.c70 _threaddebug(DBGNOTE, "Unhandled note %s, proc %p\n", n->s, p); in delayednotes()
89 _threaddebug(DBGNOTE, "Got note %s", s); in _threadnote()
94 _threaddebug(DBGNOTE, "Threadexitsallstatus = '%s'\n", _threadexitsallstatus); in _threadnote()
H A Dmain.c113 _threaddebug(DBGEXEC, "_schedexec %s", e->prog); in efork()
116 _threaddebug(DBGEXEC, "_schedexec failed: %r"); in efork()
186 _threaddebug(DBGEXEC, "_schedexecwait %d", t->ret); in _schedexecwait()
H A Ddebug.c9 _threaddebug(ulong flag, char *fmt, ...) in _threaddebug() function
H A Dexit.c35 _threaddebug(DBGSCHED, "_threadexitsallstatus set to %p", _threadexitsallstatus); in threadexitsall()
H A Dexec.c15 _threaddebug(DBGEXEC, "procexec %s", prog); in procexec()
H A Dkill.c51 _threaddebug(DBGNOTE, "Can't find thread to kill"); in threadxxx()
H A Dthreadimpl.h170 void _threaddebug(ulong, char*, ...);
H A Dcreate.c44 _threaddebug(DBGSCHED, "create thread %d.%d name %s", p->pid, t->id, name); in newthread()
/plan9/sys/src/cmd/execnet/
H A Dnote.c72 _threaddebug(DBGNOTE, "Unhandled note %s, proc %p\n", n->s, p); in delayednotes()
91 _threaddebug(DBGNOTE, "Got note %s", s); in _threadnote()