Hi all,
I’m facing problem synchronizing threads in my kext.
I have a thread ‘A’ waiting on an event, I’m using
assert_wait() and thread_block() for the purpose.
What other thread ‘B’ has is pid of ‘A’.
B should wake A and then A should continue normally.
I tried doing something like, use pfind() or proc_findref()
to get proc_t and then use psignal with SIGCONT,
For some reason this doesn’t seem to work.
I’m using x86 intel based mac pro, with osx10.4. is there
something I’m missing or is it something specific to intel based macs
If you can't convince them, confuse them
充滿愛
- vishal shetye