Home
last modified time | relevance | path

Searched refs:ebusy_count (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/sg3_utils/sg3_utils-1.42/examples/
H A Dsg_tst_context.cpp92 static unsigned int ebusy_count; variable
316 ebusy_count += thr_ebusy_count; in work_thread()
429 ++ebusy_count; in main()
462 if (ebusy_count) in main()
463 cout << "Number of EBUSYs (on open): " << ebusy_count << endl; in main()
H A Dsg_tst_excl3.cpp104 static unsigned int ebusy_count; variable
440 ebusy_count += thr_ebusy_count; in work_thread()
522 res = do_inquiry_prod_id(dev_name, block, wait_ms, ebusy_count, in main()
556 cout << "Number of EBUSYs: " << ebusy_count << endl; in main()
H A Dsg_tst_excl2.cpp102 static unsigned int ebusy_count; variable
439 ebusy_count += thr_ebusy_count; in work_thread()
518 res = do_inquiry_prod_id(dev_name, block, wait_ms, ebusy_count, in main()
551 cout << "Number of EBUSYs: " << ebusy_count << endl; in main()
H A Dsg_tst_excl.cpp103 static unsigned int ebusy_count; variable
523 ebusy_count += thr_ebusy_count; in work_thread()
619 res = do_inquiry_prod_id(dev_name, block, wait_ms, ebusy_count, in main()
661 cout << "Number of EBUSYs: " << ebusy_count << endl; in main()
H A Dsg_tst_async.cpp132 static atomic<int> ebusy_count(0); variable
1195 cout << "Number of EBUSYs: " << ebusy_count.load() << endl; in main()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dmutex.c1496 int ebusy_count = 0; in mutex_destroy() local
1521 if(ebusy_count > 0) in mutex_destroy()
1523 … logger_handle_msg(g_system_logger,MSG_DEBUG7, "mutex_destroy: EBUSY #%i", ebusy_count); in mutex_destroy()
1532 ebusy_count++; in mutex_destroy()
1535 if((ebusy_count & 0xfffff) == 0) in mutex_destroy()
1540 if((ebusy_count & 0xfff) == 0) in mutex_destroy()
1542 … logger_handle_msg(g_system_logger,MSG_ERR, "mutex_destroy: EBUSY #%i", ebusy_count); in mutex_destroy()