Home
last modified time | relevance | path

Searched defs:work_id (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/concurrent/futures/
Dprocess.py145 def __init__(self, work_id, exception=None, result=None): argument
151 def __init__(self, work_id, fn, args, kwargs): argument
205 def _sendback_result(result_queue, work_id, result=None, exception=None): argument
/external/cronet/components/metrics/
Dcall_stack_profile_builder.cc90 unsigned int work_id = work_id_recorder_->RecordWorkId(); in RecordMetadata() local