| /plan9/sys/src/libthread/ |
| H A D | sched.c | 38 _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 D | channel.c | 63 _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 D | rendez.c | 37 _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 D | note.c | 70 _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 D | main.c | 113 _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 D | debug.c | 9 _threaddebug(ulong flag, char *fmt, ...) in _threaddebug() function
|
| H A D | exit.c | 35 _threaddebug(DBGSCHED, "_threadexitsallstatus set to %p", _threadexitsallstatus); in threadexitsall()
|
| H A D | exec.c | 15 _threaddebug(DBGEXEC, "procexec %s", prog); in procexec()
|
| H A D | kill.c | 51 _threaddebug(DBGNOTE, "Can't find thread to kill"); in threadxxx()
|
| H A D | threadimpl.h | 170 void _threaddebug(ulong, char*, ...);
|
| H A D | create.c | 44 _threaddebug(DBGSCHED, "create thread %d.%d name %s", p->pid, t->id, name); in newthread()
|
| /plan9/sys/src/cmd/execnet/ |
| H A D | note.c | 72 _threaddebug(DBGNOTE, "Unhandled note %s, proc %p\n", n->s, p); in delayednotes() 91 _threaddebug(DBGNOTE, "Got note %s", s); in _threadnote()
|