OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NO_THREAD_SAFETY_ANALYSIS
(Results
1 - 25
of
35
) sorted by null
1
2
/external/chromium_org/third_party/leveldatabase/src/port/
thread_annotations.h
55
#ifndef
NO_THREAD_SAFETY_ANALYSIS
56
#define
NO_THREAD_SAFETY_ANALYSIS
/art/runtime/base/
mutex_test.cc
48
static void TryLockUnlockTest()
NO_THREAD_SAFETY_ANALYSIS
{
62
static void RecursiveLockUnlockTest()
NO_THREAD_SAFETY_ANALYSIS
{
80
static void RecursiveTryLockUnlockTest()
NO_THREAD_SAFETY_ANALYSIS
{
116
static void RecursiveLockWaitTest()
NO_THREAD_SAFETY_ANALYSIS
{
160
static void SharedTryLockUnlockTest()
NO_THREAD_SAFETY_ANALYSIS
{
macros.h
171
#define
NO_THREAD_SAFETY_ANALYSIS
__attribute__ ((
no_thread_safety_analysis
))
192
#define
NO_THREAD_SAFETY_ANALYSIS
mutex.h
325
void Wait(Thread* self)
NO_THREAD_SAFETY_ANALYSIS
;
326
void TimedWait(Thread* self, int64_t ms, int32_t ns)
NO_THREAD_SAFETY_ANALYSIS
;
330
void WaitHoldingLocks(Thread* self)
NO_THREAD_SAFETY_ANALYSIS
;
mutex-inl.h
79
static inline void CheckUnattachedThread(LockLevel level)
NO_THREAD_SAFETY_ANALYSIS
{
logging.h
277
NO_THREAD_SAFETY_ANALYSIS
{
/art/runtime/
monitor.h
73
NO_THREAD_SAFETY_ANALYSIS
; // Reading lock owner without holding lock is racy.
128
void Notify(Thread* self)
NO_THREAD_SAFETY_ANALYSIS
;
133
void NotifyAll(Thread* self)
NO_THREAD_SAFETY_ANALYSIS
;
140
NO_THREAD_SAFETY_ANALYSIS
;
reference_table.cc
72
NO_THREAD_SAFETY_ANALYSIS
{
thread_list.cc
76
static void DumpUnattachedThread(std::ostream& os, pid_t tid)
NO_THREAD_SAFETY_ANALYSIS
{
136
static void UnsafeLogFatalForThreadSuspendAllTimeout(Thread* self)
NO_THREAD_SAFETY_ANALYSIS
{
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
thread_annotations.h
131
#define
NO_THREAD_SAFETY_ANALYSIS
\
132
THREAD_ANNOTATION_ATTRIBUTE__(
no_thread_safety_analysis
)
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
thread_annotations.h
131
#define
NO_THREAD_SAFETY_ANALYSIS
\
132
THREAD_ANNOTATION_ATTRIBUTE__(
no_thread_safety_analysis
)
/external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp
24
#define
NO_THREAD_SAFETY_ANALYSIS
__attribute__ ((
no_thread_safety_analysis
))
99
#if !__has_attribute(
no_thread_safety_analysis
)
100
#error "Should support
no_thread_safety_analysis
attribute"
103
void noanal_fun()
NO_THREAD_SAFETY_ANALYSIS
;
105
void noanal_fun_args() __attribute__((
no_thread_safety_analysis
(1))); // \
106
// expected-error {{'
no_thread_safety_analysis
' attribute takes no arguments}}
108
int noanal_testfn(int y)
NO_THREAD_SAFETY_ANALYSIS
;
111
int x
NO_THREAD_SAFETY_ANALYSIS
= y; // \
112
// expected-warning {{'
no_thread_safety_analysis
' attribute only applies to functions and methods}
[
all
...]
/art/runtime/gc/collector/
mark_sweep.h
167
NO_THREAD_SAFETY_ANALYSIS
;
283
bool MarkObjectParallel(const mirror::Object* obj)
NO_THREAD_SAFETY_ANALYSIS
;
302
NO_THREAD_SAFETY_ANALYSIS
;
321
NO_THREAD_SAFETY_ANALYSIS
;
mark_sweep.cc
587
bool is_static)
NO_THREAD_SAFETY_ANALYSIS
{
617
void operator()(const Object* obj) const ALWAYS_INLINE
NO_THREAD_SAFETY_ANALYSIS
{
764
virtual void Run(Thread* self)
NO_THREAD_SAFETY_ANALYSIS
{
[
all
...]
/external/chromium_org/third_party/re2/util/
util.h
101
#define
NO_THREAD_SAFETY_ANALYSIS
/external/regex-re2/util/
util.h
100
#define
NO_THREAD_SAFETY_ANALYSIS
/external/clang/test/Sema/
warn-thread-safety-analysis.c
24
#define
NO_THREAD_SAFETY_ANALYSIS
__attribute__ ((
no_thread_safety_analysis
))
/art/runtime/gc/accounting/
space_bitmap.h
249
void Visit(const Visitor& visitor)
NO_THREAD_SAFETY_ANALYSIS
{
mod_union_table.cc
177
void operator()(const Object* obj) const
NO_THREAD_SAFETY_ANALYSIS
{
/art/runtime/gc/space/
large_object_space.h
90
bool Contains(const mirror::Object* obj) const
NO_THREAD_SAFETY_ANALYSIS
;
/external/clang/test/PCH/
thread-safety-attrs.cpp
30
#define
NO_THREAD_SAFETY_ANALYSIS
__attribute__ ((
no_thread_safety_analysis
))
/external/chromium_org/third_party/tcmalloc/chromium/src/
central_freelist.cc
198
// This function is marked as
NO_THREAD_SAFETY_ANALYSIS
because it uses
202
NO_THREAD_SAFETY_ANALYSIS
{
profile-handler.cc
101
NO_THREAD_SAFETY_ANALYSIS
;
/external/chromium_org/third_party/tcmalloc/vendor/src/
central_freelist.cc
199
// This function is marked as
NO_THREAD_SAFETY_ANALYSIS
because it uses
203
NO_THREAD_SAFETY_ANALYSIS
{
profile-handler.cc
101
NO_THREAD_SAFETY_ANALYSIS
;
Completed in 1992 milliseconds
1
2