Searched defs:starting_value (Results 1 – 5 of 5) sorted by relevance
152 const int32_t starting_value = 22; in TestUnmapWritableAfterFork() local250 const int32_t starting_value = 22; in TestMadviseDontFork() local337 const int32_t starting_value = 22; in TestFromSharedToPrivate() local
26 inline AtomicBool::AtomicBool(bool starting_value) { in AtomicBool()46 inline AtomicUint32::AtomicUint32(uint32_t starting_value) { in AtomicUint32()
34 int starting_value) { in SetIncrementingData()43 int starting_value) { in CheckIncrementingData()
21 inline AtomicBool::AtomicBool(bool starting_value) { atomic_ = starting_value; } in AtomicBool()
29 void Retire101Elements(RetireLog& retire_log, int starting_value = 0) { in Retire101Elements()