Hi All!
I am looking for info on what the number coming out of the pidin mean,
especially for the MUTEX. When I do a pidin and there is a process waiting
for a mutex, you get the following:
pid tid name prio STATE Blocked
94219 1 nectionmanager.exc 10r NANOSLEEP
192532 1 in/eslservices.exc 10r NANOSLEEP
192532 2 in/eslservices.exc 10f SEM 827ef08
192533 1 /emitterloader.exc 12r SEM 8175e24
192533 2 /emitterloader.exc 20r MUTEX 192534-02 #-2147
192533 3 /emitterloader.exc 27f INTR
192534 1 bur/bin/motion.exc 10r SEM 819be7c
192534 2 bur/bin/motion.exc 11r READY
192535 1 alibur/bin/doa.exc 12r SEM 817065c
In the blocked section the first part is the pid and thread number of the
process that has the mutex, but what I want to know is what is #-2147. Can
this part be use to setup each mutex with a unique Id, and if so how.
Cheers and Thanks!, Steph