Lines Matching refs:_threaddebug
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()
598 _threaddebug(DBGCHAN, "chanlock is %lud", *(ulong*)&chanlock); in altexec()