Re: Low-level equivalent of NSLock?
Re: Low-level equivalent of NSLock?
- Subject: Re: Low-level equivalent of NSLock?
- From: Vince DeMarco <email@hidden>
- Date: Wed, 13 Nov 2002 22:38:30 -0800
On Wednesday, November 13, 2002, at 01:02 PM, Pierre-Olivier Latour
wrote:
Hi,
I'd like to know the low-level equivalent of the functions implemented
by
NSLock. I'm looking for the exact same set of functions but without the
Cocoa overhead (like NSDate to specify a max waiting time).
I've seen some stuff in /usr/include/ but it seems overcomplicated
Sorry its all in /usr/include
look at <pthread.h>
vince
_______________________________________________
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.