OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:task_id_counter_
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
cancelable-task.cc
35
:
task_id_counter_
(0), cancelable_tasks_(ComparePointers) {}
40
uint32_t id = ++
task_id_counter_
;
41
// The loop below is just used when
task_id_counter_
overflows.
cancelable-task.h
51
uint32_t
task_id_counter_
;
member in class:v8::internal::CancelableTaskManager
Completed in 56 milliseconds