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

/haiku/src/kits/interface/
H A DWindow.cpp2968 int32 msgCount = port_count(fMsgPort); local
2969 for (int32 i = 0; i < msgCount; ++i) {
/haiku/src/kits/app/
H A DLooper.cpp1198 int32 msgCount = port_count(fMsgPort); local
1199 for (int32 i = 0; i < msgCount; ++i) {

Completed in 62 milliseconds