Searched refs:atomic (Results 1 – 16 of 16) sorted by relevance
33 static std::atomic<int> g_target_sdk_version(__ANDROID_API__);
40 static std::atomic<pid_t> fallback_tid(0);
180 // Define _USING_LIBCXX so <stdatomic.h> defers to the <atomic> header. When a Soong module
37 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()
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;1141 std::atomic<pid_t>& tid;1143 ThreadArg(RwlockKindTestHelper* helper, std::atomic<pid_t>& tid) in ThreadArg()1159 void CreateWriterThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateWriterThread()1166 void CreateReaderThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateReaderThread()1210 std::atomic<pid_t> writer_tid; in TEST()1215 std::atomic<pid_t> reader_tid; in TEST()[all …]
79 std::atomic<bool> matched;
144 static inline void WaitUntilThreadSleep(std::atomic<pid_t>& tid) { in WaitUntilThreadSleep()
430 std::atomic<int> value;
71 } atomic; member
193 } atomic; member
667 } atomic; member
55 #define _Atomic(t) std::atomic<t>
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.