#include <stddef.h>
#include <thread.h>
#include <queue.h>

Go to the source code of this file.
Functions | |
| int | insertd (tid_typ tid, qid_typ q, int key) |
| Insert a thread in delta queue in ascending order. | |
Definition in file insertd.c.
Insert a thread in delta queue in ascending order.
| tid | thread id to insert | |
| q | queue in which thread should be inserted | |
| key | delta key |
Definition at line 20 of file insertd.c.
References OK, quetab, and SYSERR.
Referenced by recvtime(), and sleep().

1.5.6