Re: Synchronization primitives (was:Re: Where is atomicqueue?)
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=gTRO9ngaAj+G2N+0RtDlqar9CSxajnhAvwhmJmqMb1M=; b=kAemwDCv737m1jpzXKZx6RSuFbKj+9HNlv8xXgtZkEoXsZha59eERqAW3RHziFm2TTCB20Fa73jEthr9hO5Bd5vFe/fA5QXjLnVboL7zplLIn4GJ64G63yrMtaioPw7VfhJs2Vpjh5sTZROlSapG8TWsoDXkXJ4a3ru72AtoLyw= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HIUDX8G8WTTlngEGs8F7y9ETmyVjmH59T1GE7aAlw7bkf04SfwYVqRPoGjlkeLRlHVw2WQPAIGz5wA8KkCrK/j+rd1+dC/1cWy10or1LiHFgTrH3msGVRbNmeQ2hVH9A2G0KWE0Om7yYHfBP263Y9Dtw4rmx7hfoX6bIQW/COAM= On Tue, Apr 29, 2008 at 8:11 AM, Army Research Lab <ckaran@arl.army.mil> wrote:
I want to be able to use this from user space. Are there any functions that are supported from user space and capable of all that the OSAtomic* functions are?
If you are interested in support 10.4 and later then yes. Review... <http://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/atomic.3.html> <http://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/spinlock.3.html> -Shawn _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Shawn Erickson