Home
last modified time | relevance | path

Searched refs:lastflush (Results 1 – 25 of 43) sorted by relevance

12

/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dmain.cpp1245 int lastflush = 0; in main()
1307 if(millis>lastflush+60000) { fflush(stdout); lastflush = millis; } in main()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c2847 static TimestampTz lastflush; in XLogBackgroundFlush() local
2898 if (WalWriterFlushAfter == 0 || lastflush == 0) in XLogBackgroundFlush()
2902 lastflush = now; in XLogBackgroundFlush()
2904 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay)) in XLogBackgroundFlush()
2912 lastflush = now; in XLogBackgroundFlush()
2918 lastflush = now; in XLogBackgroundFlush()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c3000 static TimestampTz lastflush; in XLogBackgroundFlush() local
3051 if (WalWriterFlushAfter == 0 || lastflush == 0) in XLogBackgroundFlush()
3055 lastflush = now; in XLogBackgroundFlush()
3057 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay)) in XLogBackgroundFlush()
3065 lastflush = now; in XLogBackgroundFlush()
3071 lastflush = now; in XLogBackgroundFlush()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c2847 static TimestampTz lastflush; in XLogBackgroundFlush() local
2898 if (WalWriterFlushAfter == 0 || lastflush == 0) in XLogBackgroundFlush()
2902 lastflush = now; in XLogBackgroundFlush()
2904 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay)) in XLogBackgroundFlush()
2912 lastflush = now; in XLogBackgroundFlush()
2918 lastflush = now; in XLogBackgroundFlush()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c2847 static TimestampTz lastflush; in XLogBackgroundFlush() local
2898 if (WalWriterFlushAfter == 0 || lastflush == 0) in XLogBackgroundFlush()
2902 lastflush = now; in XLogBackgroundFlush()
2904 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay)) in XLogBackgroundFlush()
2912 lastflush = now; in XLogBackgroundFlush()
2918 lastflush = now; in XLogBackgroundFlush()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c3000 static TimestampTz lastflush; in XLogBackgroundFlush() local
3051 if (WalWriterFlushAfter == 0 || lastflush == 0) in XLogBackgroundFlush()
3055 lastflush = now; in XLogBackgroundFlush()
3057 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay)) in XLogBackgroundFlush()
3065 lastflush = now; in XLogBackgroundFlush()
3071 lastflush = now; in XLogBackgroundFlush()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c3000 static TimestampTz lastflush; in XLogBackgroundFlush() local
3051 if (WalWriterFlushAfter == 0 || lastflush == 0) in XLogBackgroundFlush()
3055 lastflush = now; in XLogBackgroundFlush()
3057 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay)) in XLogBackgroundFlush()
3065 lastflush = now; in XLogBackgroundFlush()
3071 lastflush = now; in XLogBackgroundFlush()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c3000 static TimestampTz lastflush; in XLogBackgroundFlush() local
3051 if (WalWriterFlushAfter == 0 || lastflush == 0) in XLogBackgroundFlush()
3055 lastflush = now; in XLogBackgroundFlush()
3057 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay)) in XLogBackgroundFlush()
3065 lastflush = now; in XLogBackgroundFlush()
3071 lastflush = now; in XLogBackgroundFlush()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c3000 static TimestampTz lastflush; in XLogBackgroundFlush() local
3051 if (WalWriterFlushAfter == 0 || lastflush == 0) in XLogBackgroundFlush()
3055 lastflush = now; in XLogBackgroundFlush()
3057 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay)) in XLogBackgroundFlush()
3065 lastflush = now; in XLogBackgroundFlush()
3071 lastflush = now; in XLogBackgroundFlush()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c3000 static TimestampTz lastflush; in XLogBackgroundFlush() local
3051 if (WalWriterFlushAfter == 0 || lastflush == 0) in XLogBackgroundFlush()
3055 lastflush = now; in XLogBackgroundFlush()
3057 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay)) in XLogBackgroundFlush()
3065 lastflush = now; in XLogBackgroundFlush()
3071 lastflush = now; in XLogBackgroundFlush()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c3000 static TimestampTz lastflush; in XLogBackgroundFlush() local
3051 if (WalWriterFlushAfter == 0 || lastflush == 0) in XLogBackgroundFlush()
3055 lastflush = now; in XLogBackgroundFlush()
3057 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay)) in XLogBackgroundFlush()
3065 lastflush = now; in XLogBackgroundFlush()
3071 lastflush = now; in XLogBackgroundFlush()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/access/transam/
H A Dxlog.c3017 static TimestampTz lastflush; in XLogBackgroundFlush() local
3069 if (WalWriterFlushAfter == 0 || lastflush == 0) in XLogBackgroundFlush()
3073 lastflush = now; in XLogBackgroundFlush()
3075 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay)) in XLogBackgroundFlush()
3083 lastflush = now; in XLogBackgroundFlush()
3089 lastflush = now; in XLogBackgroundFlush()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/access/transam/
H A Dxlog.c3017 static TimestampTz lastflush; in XLogBackgroundFlush() local
3069 if (WalWriterFlushAfter == 0 || lastflush == 0) in XLogBackgroundFlush()
3073 lastflush = now; in XLogBackgroundFlush()
3075 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay)) in XLogBackgroundFlush()
3083 lastflush = now; in XLogBackgroundFlush()
3089 lastflush = now; in XLogBackgroundFlush()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c2847 static TimestampTz lastflush; in XLogBackgroundFlush() local
2898 if (WalWriterFlushAfter == 0 || lastflush == 0) in XLogBackgroundFlush()
2902 lastflush = now; in XLogBackgroundFlush()
2904 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay)) in XLogBackgroundFlush()
2912 lastflush = now; in XLogBackgroundFlush()
2918 lastflush = now; in XLogBackgroundFlush()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c3061 static TimestampTz lastflush; in XLogBackgroundFlush() local
3113 if (WalWriterFlushAfter == 0 || lastflush == 0) in XLogBackgroundFlush()
3117 lastflush = now; in XLogBackgroundFlush()
3119 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay)) in XLogBackgroundFlush()
3127 lastflush = now; in XLogBackgroundFlush()
3133 lastflush = now; in XLogBackgroundFlush()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c3061 static TimestampTz lastflush; in XLogBackgroundFlush() local
3113 if (WalWriterFlushAfter == 0 || lastflush == 0) in XLogBackgroundFlush()
3117 lastflush = now; in XLogBackgroundFlush()
3119 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay)) in XLogBackgroundFlush()
3127 lastflush = now; in XLogBackgroundFlush()
3133 lastflush = now; in XLogBackgroundFlush()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/access/transam/
H A Dxlog.c3017 static TimestampTz lastflush;
3069 if (WalWriterFlushAfter == 0 || lastflush == 0)
3073 lastflush = now;
3075 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay))
3083 lastflush = now;
3089 lastflush = now;
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c2847 static TimestampTz lastflush; in XLogBackgroundFlush() local
2898 if (WalWriterFlushAfter == 0 || lastflush == 0) in XLogBackgroundFlush()
2902 lastflush = now; in XLogBackgroundFlush()
2904 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay)) in XLogBackgroundFlush()
2912 lastflush = now; in XLogBackgroundFlush()
2918 lastflush = now; in XLogBackgroundFlush()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c2847 static TimestampTz lastflush; in XLogBackgroundFlush() local
2898 if (WalWriterFlushAfter == 0 || lastflush == 0) in XLogBackgroundFlush()
2902 lastflush = now; in XLogBackgroundFlush()
2904 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay)) in XLogBackgroundFlush()
2912 lastflush = now; in XLogBackgroundFlush()
2918 lastflush = now; in XLogBackgroundFlush()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c2847 static TimestampTz lastflush; in XLogBackgroundFlush() local
2898 if (WalWriterFlushAfter == 0 || lastflush == 0) in XLogBackgroundFlush()
2902 lastflush = now; in XLogBackgroundFlush()
2904 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay)) in XLogBackgroundFlush()
2912 lastflush = now; in XLogBackgroundFlush()
2918 lastflush = now; in XLogBackgroundFlush()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c3061 static TimestampTz lastflush; in XLogBackgroundFlush() local
3113 if (WalWriterFlushAfter == 0 || lastflush == 0) in XLogBackgroundFlush()
3117 lastflush = now; in XLogBackgroundFlush()
3119 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay)) in XLogBackgroundFlush()
3127 lastflush = now; in XLogBackgroundFlush()
3133 lastflush = now; in XLogBackgroundFlush()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/access/transam/
H A Dxlog.c3017 static TimestampTz lastflush;
3069 if (WalWriterFlushAfter == 0 || lastflush == 0)
3073 lastflush = now;
3075 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay))
3083 lastflush = now;
3089 lastflush = now;
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c3061 static TimestampTz lastflush;
3113 if (WalWriterFlushAfter == 0 || lastflush == 0)
3117 lastflush = now;
3119 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay))
3127 lastflush = now;
3133 lastflush = now;
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/access/transam/
H A Dxlog.c3017 static TimestampTz lastflush; in XLogBackgroundFlush() local
3069 if (WalWriterFlushAfter == 0 || lastflush == 0) in XLogBackgroundFlush()
3073 lastflush = now; in XLogBackgroundFlush()
3075 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay)) in XLogBackgroundFlush()
3083 lastflush = now; in XLogBackgroundFlush()
3089 lastflush = now; in XLogBackgroundFlush()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/access/transam/
H A Dxlog.c3061 static TimestampTz lastflush; in XLogBackgroundFlush() local
3113 if (WalWriterFlushAfter == 0 || lastflush == 0) in XLogBackgroundFlush()
3117 lastflush = now; in XLogBackgroundFlush()
3119 else if (TimestampDifferenceExceeds(lastflush, now, WalWriterDelay)) in XLogBackgroundFlush()
3127 lastflush = now; in XLogBackgroundFlush()
3133 lastflush = now; in XLogBackgroundFlush()

12