Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/txn/
H A Dtxn_timestamp.c407 wt_timestamp_t active_timestamp, last_pinned_timestamp; in __wt_txn_update_pinned_timestamp() local
422 session, &active_timestamp, false, true)) != 0) in __wt_txn_update_pinned_timestamp()
425 if (__wt_timestamp_cmp(&oldest_timestamp, &active_timestamp) < 0) in __wt_txn_update_pinned_timestamp()
428 __wt_timestamp_set(&pinned_timestamp, &active_timestamp); in __wt_txn_update_pinned_timestamp()
/dports/news/tin/tin-2.4.5/src/
H A Dactive.c63 static time_t active_timestamp; /* time active file read (local) */ variable
92 (int) (time(NULL) - active_timestamp) >= tinrc.reread_active_file_secs)); in need_reread_active_file()
904 (void) time(&active_timestamp); in read_news_active_file()
/dports/chinese/tin/tin-2.4.5/src/
H A Dactive.c63 static time_t active_timestamp; /* time active file read (local) */ variable
92 (int) (time(NULL) - active_timestamp) >= tinrc.reread_active_file_secs)); in need_reread_active_file()
904 (void) time(&active_timestamp); in read_news_active_file()
/dports/net-im/purple-hangouts/purple-hangouts-55b9f01/
H A Dhangouts.proto545 optional uint64 active_timestamp = 14; field