Searched refs:msInterval (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/posix/
H A Dmalloc_debug.h15 status_t heap_debug_start_wall_checking(int msInterval);
/haiku/src/system/libroot/posix/malloc_debug/
H A Dmalloc_debug_api.h28 status_t (*start_wall_checking)(int msInterval);
H A Dmalloc_debug_api.cpp23 heap_debug_start_wall_checking(int msInterval) argument
26 return sCurrentHeap->start_wall_checking(msInterval);
H A Dheap.cpp1638 int msInterval = (addr_t)data; local
1641 snooze(msInterval * 1000);
1652 debug_heap_start_wall_checking(int msInterval) argument
1656 B_LOW_PRIORITY, (void *)(addr_t)msInterval);

Completed in 48 milliseconds