#include <mdcommon.h>
Public Member Functions | |
| mdWQitem (const void *work, md_dispatch_category priority, int x) | |
| bool | operator< (const mdWQitem &right) const |
Public Attributes | |
| md_dispatch_category | kind |
| const void * | what |
| int | user |
Definition at line 230 of file mdcommon.h.
| mdWQitem::mdWQitem | ( | const void * | work, | |
| md_dispatch_category | priority, | |||
| int | x | |||
| ) | [inline] |
Definition at line 235 of file mdcommon.h.
| bool mdWQitem::operator< | ( | const mdWQitem & | right | ) | const [inline] |
Definition at line 238 of file mdcommon.h.
Definition at line 232 of file mdcommon.h.
| const void* mdWQitem::what |
Definition at line 233 of file mdcommon.h.
| int mdWQitem::user |
Definition at line 234 of file mdcommon.h.
1.5.6