Home
last modified time | relevance | path

Searched defs:ts_unchecked_read (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Dthread_annotations.h227 inline const T& ts_unchecked_read(const T& v) NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read() function
232 inline T& ts_unchecked_read(T& v) NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read() function
/external/tensorflow/tensorflow/core/platform/default/
Dthread_annotations.h166 inline const T& ts_unchecked_read(const T& v) NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read() function
171 inline T& ts_unchecked_read(T& v) NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read() function
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp5102 inline const T& ts_unchecked_read(const T& v) NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read() function
5107 inline T& ts_unchecked_read(T& v) NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read() function