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

/haiku/src/system/kernel/
H A Dsmp.cpp1122 int32 targetCPUs = 0; local
1125 targetCPUs++;
1128 if (targetCPUs == 0) {
1138 msg->ref_count = targetCPUs;
1142 bool broadcast = targetCPUs == sNumCPUs - 1;

Completed in 36 milliseconds