OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BirthOnThreadSnapshot
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/
tracked_objects.h
223
struct BASE_EXPORT
BirthOnThreadSnapshot
{
224
BirthOnThreadSnapshot
();
225
explicit
BirthOnThreadSnapshot
(const BirthOnThread& birth);
226
~
BirthOnThreadSnapshot
();
408
TaskSnapshot(const
BirthOnThreadSnapshot
& birth,
413
BirthOnThreadSnapshot
birth;
[
all
...]
tracked_objects.cc
250
BirthOnThreadSnapshot
::
BirthOnThreadSnapshot
() {
253
BirthOnThreadSnapshot
::
BirthOnThreadSnapshot
(const BirthOnThread& birth)
258
BirthOnThreadSnapshot
::~
BirthOnThreadSnapshot
() {
457
TaskSnapshot(
BirthOnThreadSnapshot
(*birth_count.first),
637
TaskSnapshot(
BirthOnThreadSnapshot
(*death.first), death_data,
[
all
...]
Completed in 43 milliseconds