Lines Matching refs:WorkItem
50 WorkItem::WorkItem(k5_ipc_stream buf, WIN_PIPE* pipe, const long type, const long sst) in WorkItem() function in WorkItem
53 WorkItem::WorkItem(const WorkItem& item) : _buf(NULL), _rpcmsg(0), _pipe(NULL), _sst(0) { in WorkItem() function in WorkItem
60 WorkItem(_buf, item._pipe, item._rpcmsg, item._sst); in WorkItem()
63 WorkItem::WorkItem() : _buf(NULL), _rpcmsg(CCMSG_INVALID), _pipe(NULL), _sst(0) { } in WorkItem() function in WorkItem
65 WorkItem::~WorkItem() { in ~WorkItem()
70 const k5_ipc_stream WorkItem::take_payload() { in take_payload()
76 WIN_PIPE* WorkItem::take_pipe() { in take_pipe()
88 WorkItem* item; in ~WorkList()
100 char* WorkItem::print(char* buf) { in print()
121 int WorkList::add(WorkItem* item) { in add()
129 int WorkList::remove(WorkItem** item) { in remove()