OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:queue_head_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/
pm_manifest_file_test.cc
132
WorkRequest *
queue_head_
;
member in class:Worker
256
queue_head_
(NULL),
257
queue_insert_(&
queue_head_
),
298
WorkRequest *head =
queue_head_
;
301
queue_head_
= head->next;
302
if (
queue_head_
== NULL) {
303
queue_insert_ = &
queue_head_
;
/external/chromium_org/base/debug/
trace_event_impl.cc
115
queue_head_
(0),
129
*index = recyclable_chunks_queue_[
queue_head_
];
130
queue_head_
= NextQueueIndex(
queue_head_
);
131
current_iteration_index_ =
queue_head_
;
198
for (size_t queue_index =
queue_head_
; queue_index != queue_tail_;
244
return
queue_head_
== queue_tail_;
248
return queue_tail_ >
queue_head_
? queue_tail_ -
queue_head_
:
249
queue_tail_ + queue_capacity() -
queue_head_
;
272
size_t
queue_head_
;
member in class:base::debug::__anon6154::TraceBufferRingBuffer
[
all
...]
Completed in 66 milliseconds