Converted the rest of the task-comm-* tests over. Also fixed some

channel lifecycle bugs.
This commit is contained in:
Eric Holk
2011-08-06 10:07:39 -07:00
parent 86babab2fe
commit d9b84a546c
20 changed files with 171 additions and 167 deletions

View File

@@ -901,7 +901,7 @@ new_chan(rust_task *task, rust_port *port) {
extern "C" CDECL
void del_chan(rust_task *task, rust_chan *chan) {
LOG(task, comm, "del_chan(0x%" PRIxPTR ")", (uintptr_t) chan);
chan->destroy();
I(task->sched, false);
}
extern "C" CDECL