Re: Low-level equivalent of NSLock?
Re: Low-level equivalent of NSLock?
- Subject: Re: Low-level equivalent of NSLock?
- From: Nathan Day <email@hidden>
- Date: Thu, 14 Nov 2002 16:30:49 +1030
You will probably have to use pthread_mutex_trylock and a condition
variable with the POSIX call pthread_cond_timedwait.
On Thursday, November 14, 2002, at 01:29 PM, Pierre-Olivier Latour
wrote:
Thanks for the pointer, but how do you do the equivalent of
lockBeforeTime
using pthread_mutex_xxx?
Nathan Day
http://homepage.mac.com/nathan_day/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.