Home
last modified time | relevance | path

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

/external/ipsec-tools/src/libipsec/
Dlibpfkey.h44 #define PRIORITY_LOW 0xC0000000 macro
Dipsec_dump_policy.c148 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_LOW;
/external/chromium/chrome/browser/history/
Dhistory.h586 PRIORITY_LOW, // Low priority things like indexing or expiration. enumerator
Dhistory.cc429 ScheduleAndForget(PRIORITY_LOW, &HistoryBackend::SetPageContents, in SetPageContents()