Searched refs:atomic (Results 1 – 15 of 15) sorted by relevance
38 static std::atomic<int> g_target_sdk_version(__ANDROID_API__);
40 static std::atomic<pid_t> fallback_tid(0);
35 #if defined(__cplusplus) && __cplusplus >= 201103L && __has_include(<atomic>)55 #define _Atomic(t) std::atomic<t>
35 static std::atomic<int> thread_count;
42 std::atomic<int> test_loc(0);
220 static void LockingByCallerHelper(std::atomic<pid_t>* pid) { in LockingByCallerHelper()231 std::atomic<pid_t> pid(0); in TEST()
226 static std::atomic<bool> spin_flag_;232 std::atomic<bool> SpinFunctionHelper::spin_flag_;923 std::atomic<Progress> progress;924 std::atomic<pid_t> tid;1242 std::atomic<pid_t>& tid;1244 ThreadArg(RwlockKindTestHelper* helper, std::atomic<pid_t>& tid) in ThreadArg()1260 void CreateWriterThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateWriterThread()1267 void CreateReaderThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateReaderThread()1311 std::atomic<pid_t> writer_tid; in TEST()1316 std::atomic<pid_t> reader_tid; in TEST()[all …]
79 std::atomic<bool> matched;
155 static inline void WaitUntilThreadSleep(std::atomic<pid_t>& tid) { in WaitUntilThreadSleep()
531 std::atomic<int> value;
74 } atomic; member
203 } atomic; member
673 } 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.