MCPcopy Create free account
hub / github.com/bloomberg/quantum / taskId

Function taskId

quantum/impl/quantum_local_impl.h:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56inline
57TaskId taskId()
58{
59 ITask::Ptr task = IQueue::getCurrentTask();
60 return task ? task->getTaskId() : TaskId(TaskId::ThisThreadTag{});
61}
62
63}}}

Callers 6

tryLockWriteMethod · 0.85
tryUpgradeToWriteImplMethod · 0.85
unlockWriteMethod · 0.85
tryLockMethod · 0.85
unlockMethod · 0.85
TESTFunction · 0.85

Calls 2

TaskIdClass · 0.85
getTaskIdMethod · 0.45

Tested by 1

TESTFunction · 0.68