Searched refs:throw_one (Results 1 – 1 of 1) sorted by relevance
28 std::atomic<unsigned> throw_one(0xFFFF); variable34 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()173 throw_one = 0; in main()181 throw_one = 0xFFFF; in main()