|
L4Re - L4 Runtime Environment
|
Utilities, amd64 version. More...
Include dependency graph for util.h:Go to the source code of this file.
Functions | |
| l4_timeout_s | l4util_micros2l4to (unsigned int mus) L4_NOTHROW |
| Calculate l4 timeouts. More... | |
| void | l4_sleep (int ms) L4_NOTHROW |
| Suspend thread for a period of ms milliseconds. More... | |
| void | l4_sleep_forever (void) L4_NOTHROW) |
| Go sleep and never wake up. | |
Utilities, amd64 version.
Definition in file util.h.
| void l4_sleep | ( | int | ms | ) |
Suspend thread for a period of ms milliseconds.
| ms | Time in milliseconds |
Referenced by L4Re::Namespace::query().
Here is the caller graph for this function:| l4_timeout_s l4util_micros2l4to | ( | unsigned int | mus | ) |
Calculate l4 timeouts.
| mus | time in microseconds. Special cases:
|