Searched refs:sHeapGrownNotify (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/system/kernel/
H A Dheap.cpp198 static sem_id sHeapGrownNotify = -1; variable
1993 release_sem_etc(sHeapGrownNotify, -1, B_RELEASE_ALL);
2150 sHeapGrownNotify = create_sem(0, "heap_grown_notify");
2151 if (sHeapGrownNotify < 0) {
2309 switch_sem(sHeapGrowSem, sHeapGrownNotify);

Completed in 41 milliseconds