Thread locks in 10.3
Thread locks in 10.3
- Subject: Thread locks in 10.3
- From: "Carl Smith" <email@hidden>
- Date: Wed, 18 Oct 2006 12:17:35 -0400
- Thread-topic: Thread locks in 10.3
I have a network kernel extension I am using in 10.3. I also
have the same extension in 10.4 which is working fine. I have some several
threads going from the Application side that call into the kernel so in 10.4 I
lock the portions I am calling using lck_mtx_lock in the extension.
My question is, for 10.3 is thread_funnel_set the same as
the lck_mtx_lock call in 10.4? And am I approaching the locking of an extension
call the correct way using lck_mtx_lock in 10.4 and thread_funnel_set in 10.3?
Thank You
Carl
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden