473,800 Members | 2,621 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Mutexes....

UJ
Is there a way to get a list of all the mutexes that have already been
defined?

TIA - Jeff.
Feb 10 '06 #1
2 1625
Hello, UJ!

U> Is there a way to get a list of all the mutexes that have already been
U> defined?

Mutexes are kernel objects, to get the list of all opened mutexes you have to have access to os kernel. This access have kernel-mode application called drivers.

In the kernel there is a table of all handles of the OS.
--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
Feb 11 '06 #2
Additionaly you can ask in

microsoft.publi c.win32.program mer.kernel

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
Feb 11 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1497
by: Jan Danielsson | last post by:
In OS/2 C, I would do this: main() { .... DosCreateMutexSem(NULL, &hmtx, 0UL, FALSE); .... } thread()
4
13095
by: izik l | last post by:
I have made the following main: void main() { HANDLE myMutex = CreateMutex( NULL, false, NULL ); WaitForSingleObject(myMutex, INFINITE); printf("should never appeared"); }
7
5716
by: drawoh | last post by:
Hi All, I have a class that creates a thread, a mutex and a condition variable in its constructor. I am writing a copy constructor for this class in C++. I am doing a simple copy using the member initialization list. First of all, does anyone have any opinion about whether this will work fine. I think it will. I believe a copy constructor, when using a member initialization list, does a memory copy of the object's members to be copied....
2
11298
by: chsalvia | last post by:
The design philosophy behind the boost Lock concept seems to be to implement short-lived, tightly-scoped locks which automatically unlock the mutex when they go out of scope. This design is nice because it clears up all the pthread_mutex_lock/unlock clutter you find in code that needs to unlock a mutex before leaving scope. However, I find that sometimes you need to keep a mutex locked even after the program proceeds beyond the current...
3
2223
by: pbd22 | last post by:
Hi. I have a C# program that fires an external VB6 program which writes to a file and terminates. It is ugly, but this is how I have to do it. I cannot change this part of the program. The problem I am encountering is that the former process created by this EXE is not complete (it runs for a few seconds) when the next one wants to start. A
4
1723
by: iceman | last post by:
Hi All, Suppose that my program is such that int counter; pthread_mutex_t mutex1 = PTHREAD_MUTEX_INITIALIZER; void *functionC() { pthread_mutex_lock( &mutex1 );
8
2198
by: Raxit | last post by:
Hi, In Mulithreaded program, using Posix api, we do pthread_mutex_lock(&Lock)
0
9553
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10509
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10281
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10256
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9095
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7584
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6824
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5477
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
2953
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.