Searched refs:_threshold (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/input_server/filters/padblocker/
H A DPadBlocker.cpp25 a B_MOUSE_DOWN message. Eg, if less than _threshold has
75 bigtime_t _threshold; member in class:PadBlocker
95 _threshold = 300; //~one third of a second?
132 _threshold = settings.padblocker_threshold;
137 _threshold *= 1000; //I'd rather keep the number in the file in thousandths
140 dc.SendInt(_threshold, "Touchpad threshold.");
165 if (_threshold == 0)
171 if ((now - _lastKeyUp) < _threshold) res = B_SKIP_MESSAGE;
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dheap.cpp52 size_t hoardHeap::_threshold[hoardHeap::SIZE_CLASSES] = { member in class:hoardHeap
74 size_t hoardHeap::_threshold[hoardHeap::SIZE_CLASSES] = {
91 size_t hoardHeap::_threshold[hoardHeap::SIZE_CLASSES] = {
H A Dheap.h206 static size_t _threshold[SIZE_CLASSES]; member in class:BPrivate::hoardHeap
413 return _threshold[sizeclass];

Completed in 36 milliseconds