OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BirthOnThread
(Results
1 - 4
of
4
) sorted by null
/external/chromium/base/
tracked_objects.h
50
//
BirthOnThread
) references to the static data provided in a Location instance,
56
// Since the base class
BirthOnThread
contains only constant data, it can be
160
class BASE_API
BirthOnThread
{
162
explicit
BirthOnThread
(const Location& location);
177
DISALLOW_COPY_AND_ASSIGN(
BirthOnThread
);
183
class BASE_API Births: public
BirthOnThread
{
255
Snapshot(const
BirthOnThread
& birth_on_thread, const ThreadData& death_thread,
259
Snapshot(const
BirthOnThread
& birth_on_thread, int count);
264
const
BirthOnThread
& birth() const { return *birth_; }
279
const
BirthOnThread
* birth_; // Includes Location and birth_thread
[
all
...]
tracked_objects.cc
73
BirthOnThread
::
BirthOnThread
(const Location& location)
79
:
BirthOnThread
(location),
541
Snapshot::Snapshot(const
BirthOnThread
& birth_on_thread,
549
Snapshot::Snapshot(const
BirthOnThread
& birth_on_thread, int count)
669
void Aggregation::AddBirth(const
BirthOnThread
& birth) {
[
all
...]
/external/chromium_org/base/
tracked_objects.h
59
//
BirthOnThread
) references to the static data provided in a Location instance,
66
// Since the base class
BirthOnThread
contains only constant data, it can be
199
class BASE_EXPORT
BirthOnThread
{
201
BirthOnThread
(const Location& location, const ThreadData& current);
216
DISALLOW_COPY_AND_ASSIGN(
BirthOnThread
);
220
// A "snapshotted" representation of the
BirthOnThread
class.
224
explicit BirthOnThreadSnapshot(const
BirthOnThread
& birth);
234
class BASE_EXPORT Births: public
BirthOnThread
{
337
TaskSnapshot(const
BirthOnThread
& birth,
499
typedef std::map<const
BirthOnThread
*, int> BirthCountMap
[
all
...]
tracked_objects.cc
197
BirthOnThread
::
BirthOnThread
(const Location& location,
208
const tracked_objects::
BirthOnThread
& birth)
218
:
BirthOnThread
(location, current),
861
TaskSnapshot::TaskSnapshot(const
BirthOnThread
& birth,
Completed in 35 milliseconds