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

/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.cpp29 static int32 init_counter = 0; variable
44 if (init_counter++ == 0) {
50 init_counter--;
74 if (--init_counter == 0) {
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DDebugSupport.cpp29 static int32 init_counter = 0; variable
44 if (init_counter++ == 0) {
50 init_counter--;
74 if (--init_counter == 0) {
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.cpp29 static int32 init_counter = 0; variable
43 if (init_counter++ == 0) {
49 init_counter--;
73 if (--init_counter == 0) {
/haiku/src/servers/package/
H A DDebugSupport.cpp29 static int32 init_counter = 0; variable
44 if (init_counter++ == 0) {
50 init_counter--;
74 if (--init_counter == 0) {
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDebug.cpp26 static int32 init_counter = 0; variable
40 if (init_counter++ == 0) {
46 init_counter--;
70 if (--init_counter == 0) {
/haiku/src/add-ons/kernel/file_systems/shared/
H A DDebugSupport.cpp31 static int32 init_counter = 0; variable
46 if (init_counter++ == 0) {
52 init_counter--;
76 if (--init_counter == 0) {

Completed in 102 milliseconds