| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
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
-- Terry _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/email@hidden
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.