Home
last modified time | relevance | path

Searched refs:throw_one (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
DF.pass.cpp28 std::atomic<unsigned> throw_one(0xFFFF); variable
34 if (throw_one == 0) in operator new()
36 --throw_one; in operator new()
121 throw_one = 0xFFF; in test_throwing_new_during_thread_creation()
126 const int numAllocs = 0xFFF - throw_one; in test_throwing_new_during_thread_creation()
129 throw_one = i; in test_throwing_new_during_thread_creation()
144 throw_one = 0xFFF; in test_throwing_new_during_thread_creation()
170 throw_one = 0; in main()
178 throw_one = 0xFFFF; in main()