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

/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c2217 static int atomic_count = 0; variable
2241 atomic_count++;
2255 --atomic_count;
2257 if (atomic_count < 0) {
2258 HAL_WARNING (("*** atomic_count = %d < 0 !!", atomic_count));
2259 atomic_count = 0;
2262 if (atomic_count == 0 && num_pending_updates > 0) {
2371 if (atomic_count > 0) {

Completed in 48 milliseconds