Searched refs:atomic (Results 1 – 15 of 15) sorted by relevance
35 #if defined(__cplusplus) && __cplusplus >= 201103L && __has_include(<atomic>)55 #define _Atomic(t) std::atomic<t>
36 static std::atomic<int> g_target_sdk_version(__ANDROID_API__);
40 static std::atomic<pid_t> fallback_tid(0);
224 static std::atomic<bool> spin_flag_;230 std::atomic<bool> SpinFunctionHelper::spin_flag_;924 std::atomic<Progress> progress;925 std::atomic<pid_t> tid;1243 std::atomic<pid_t>& tid;1245 ThreadArg(RwlockKindTestHelper* helper, std::atomic<pid_t>& tid) in ThreadArg()1261 void CreateWriterThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateWriterThread()1268 void CreateReaderThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateReaderThread()1312 std::atomic<pid_t> writer_tid; in TEST()1317 std::atomic<pid_t> reader_tid; in TEST()[all …]
220 static void LockingByCallerHelper(std::atomic<pid_t>* pid) { in LockingByCallerHelper()231 std::atomic<pid_t> pid(0); in TEST()
79 std::atomic<bool> matched;
159 static inline void WaitUntilThreadSleep(std::atomic<pid_t>& tid) { in WaitUntilThreadSleep()
434 std::atomic<int> value;
37 static std::atomic<int> thread_count;
42 std::atomic<int> test_loc(0);
70 } atomic; member
197 } atomic; member
669 } atomic; member
209 std::atomic<size_t> job_index(0); in compileHeaders()
289 need to use an atomic or synchronized access of the global TLS generation counter.