OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:threaddata
(Results
1 - 25
of
68
) sorted by null
1
2
3
/external/libchrome/base/profiler/
scoped_profile.cc
19
birth_ =
ThreadData
::TallyABirthIfActive(location);
31
ThreadData
::TallyRunInAScopedRegionIfTracking(birth_, stopwatch_);
tracked_time_unittest.cc
75
ThreadData
::InitializeAndSetTrackingStatus(
ThreadData
::DEACTIVATED);
77
TrackedTime track_now =
ThreadData
::Now();
82
ThreadData
::InitializeAndSetTrackingStatus(
ThreadData
::PROFILING_ACTIVE);
91
//
ThreadData
::Now(). It can sometimes return the null time.
92
TrackedTime now =
ThreadData
::Now();
/external/libchrome/base/
tracking_info.cc
20
tracked_objects::
ThreadData
::TallyABirthIfActive(posted_from)),
21
time_posted(tracked_objects::
ThreadData
::Now()),
tracked_objects_unittest.cc
42
ThreadData
::ShutdownSingleThreadedCleanup(true);
45
ThreadData
::now_function_for_testing_ = &TrackedObjectsTest::GetTestTime;
51
ThreadData
::ShutdownSingleThreadedCleanup(false);
56
ThreadData
::ShutdownSingleThreadedCleanup(false);
66
ThreadData
::InitializeThreadContext(kMainThreadName);
69
Births* birth =
ThreadData
::TallyABirthIfActive(location);
71
if (
ThreadData
::status() ==
ThreadData
::DEACTIVATED)
120
// Sets time that will be returned by
ThreadData
::Now().
125
ThreadData
* current = ThreadData::first()
[
all
...]
tracked_objects.cc
38
// When
ThreadData
is first initialized, should we start in an ACTIVE state to
44
const
ThreadData
::Status kInitialStartupState =
ThreadData
::PROFILING_ACTIVE;
61
//
ThreadData
::EnableProfilerTiming, say, based on a field trial.
247
//
ThreadData
::SnapshotExecutedTasks doesn't send deltas with 0 count.
342
const
ThreadData
& current)
359
Births::Births(const Location& location, const
ThreadData
& current)
368
//
ThreadData
maintains the central data for all births and deaths on a single
376
ThreadData
::NowFunction*
ThreadData
::now_function_for_testing_ = NULL
[
all
...]
tracked_objects.h
67
// Location instance, as well as a pointer to the
ThreadData
bound to the thread
68
// on which the birth takes place (see discussion on
ThreadData
below). There is
69
// at most one Births instance for each Location /
ThreadData
pair. The derived
77
// the
ThreadData
is bound at a given time.
92
// the product of the number of
ThreadData
instances and the number of
98
// collection of DeathData instances. For each Births / death
ThreadData
pair,
101
// is destroyed (dies). Since a
ThreadData
is bound to at most one thread at a
110
// A
ThreadData
instance maintains maps of Births and DeathData instances. The
116
// The first time that a thread calls
ThreadData
::InitializeThreadContext() or
117
//
ThreadData
::Get(), a ThreadData instance is bound to it and stored in TLS. I
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.h
23
struct
ThreadData
;
39
void vp9_encode_tile(struct VP9_COMP *cpi, struct
ThreadData
*td, int tile_row,
42
void vp9_encode_sb_row(struct VP9_COMP *cpi, struct
ThreadData
*td,
vp9_context_tree.h
23
struct
ThreadData
;
93
void vp9_setup_pc_tree(struct VP9Common *cm, struct
ThreadData
*td);
94
void vp9_free_pc_tree(struct
ThreadData
*td);
vp9_ethread.h
23
struct
ThreadData
;
27
struct
ThreadData
*td;
vp9_encodemv.h
32
void vp9_update_mv_count(
ThreadData
*td);
vp9_temporal_filter.h
23
void vp9_temporal_filter_iterate_row_c(VP9_COMP *cpi,
ThreadData
*td,
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
PoolAlloc.cpp
53
TThreadMemoryPools*
threadData
= new TThreadMemoryPools();
55
threadData
->threadPoolAllocator = threadPoolAllocator;
57
OS_SetTLSValue(PoolIndex,
threadData
);
89
TThreadMemoryPools*
threadData
= static_cast<TThreadMemoryPools*>(OS_GetTLSValue(PoolIndex));
91
return *
threadData
->threadPoolAllocator;
96
TThreadMemoryPools*
threadData
= static_cast<TThreadMemoryPools*>(OS_GetTLSValue(PoolIndex));
98
threadData
->threadPoolAllocator = &poolAllocator;
/external/llvm/include/llvm/MC/
SectionKind.h
80
///
ThreadData
- Initialized TLS data objects.
81
ThreadData
,
144
return K ==
ThreadData
|| K == ThreadBSS;
148
bool isThreadData() const { return K ==
ThreadData
; }
190
static SectionKind getThreadData() { return get(
ThreadData
); }
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h
83
///
ThreadData
- Initialized TLS data objects.
84
ThreadData
,
150
return K ==
ThreadData
|| K == ThreadBSS;
154
bool isThreadData() const { return K ==
ThreadData
; }
197
static SectionKind getThreadData() { return get(
ThreadData
); }
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
SectionKind.h
83
///
ThreadData
- Initialized TLS data objects.
84
ThreadData
,
150
return K ==
ThreadData
|| K == ThreadBSS;
154
bool isThreadData() const { return K ==
ThreadData
; }
197
static SectionKind getThreadData() { return get(
ThreadData
); }
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
SectionKind.h
83
///
ThreadData
- Initialized TLS data objects.
84
ThreadData
,
150
return K ==
ThreadData
|| K == ThreadBSS;
154
bool isThreadData() const { return K ==
ThreadData
; }
197
static SectionKind getThreadData() { return get(
ThreadData
); }
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
SectionKind.h
83
///
ThreadData
- Initialized TLS data objects.
84
ThreadData
,
150
return K ==
ThreadData
|| K == ThreadBSS;
154
bool isThreadData() const { return K ==
ThreadData
; }
197
static SectionKind getThreadData() { return get(
ThreadData
); }
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
SectionKind.h
83
///
ThreadData
- Initialized TLS data objects.
84
ThreadData
,
150
return K ==
ThreadData
|| K == ThreadBSS;
154
bool isThreadData() const { return K ==
ThreadData
; }
197
static SectionKind getThreadData() { return get(
ThreadData
); }
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
SectionKind.h
83
///
ThreadData
- Initialized TLS data objects.
84
ThreadData
,
150
return K ==
ThreadData
|| K == ThreadBSS;
154
bool isThreadData() const { return K ==
ThreadData
; }
197
static SectionKind getThreadData() { return get(
ThreadData
); }
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
SectionKind.h
83
///
ThreadData
- Initialized TLS data objects.
84
ThreadData
,
150
return K ==
ThreadData
|| K == ThreadBSS;
154
bool isThreadData() const { return K ==
ThreadData
; }
197
static SectionKind getThreadData() { return get(
ThreadData
); }
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h
83
///
ThreadData
- Initialized TLS data objects.
84
ThreadData
,
150
return K ==
ThreadData
|| K == ThreadBSS;
154
bool isThreadData() const { return K ==
ThreadData
; }
197
static SectionKind getThreadData() { return get(
ThreadData
); }
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
SectionKind.h
83
///
ThreadData
- Initialized TLS data objects.
84
ThreadData
,
150
return K ==
ThreadData
|| K == ThreadBSS;
154
bool isThreadData() const { return K ==
ThreadData
; }
197
static SectionKind getThreadData() { return get(
ThreadData
); }
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
SectionKind.h
83
///
ThreadData
- Initialized TLS data objects.
84
ThreadData
,
150
return K ==
ThreadData
|| K == ThreadBSS;
154
bool isThreadData() const { return K ==
ThreadData
; }
197
static SectionKind getThreadData() { return get(
ThreadData
); }
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
SectionKind.h
83
///
ThreadData
- Initialized TLS data objects.
84
ThreadData
,
150
return K ==
ThreadData
|| K == ThreadBSS;
154
bool isThreadData() const { return K ==
ThreadData
; }
197
static SectionKind getThreadData() { return get(
ThreadData
); }
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
SectionKind.h
83
///
ThreadData
- Initialized TLS data objects.
84
ThreadData
,
150
return K ==
ThreadData
|| K == ThreadBSS;
154
bool isThreadData() const { return K ==
ThreadData
; }
197
static SectionKind getThreadData() { return get(
ThreadData
); }
Completed in 3435 milliseconds
1
2
3