discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] GNU Radio CVS-current vmcirbuf problems


From: Greg Troxel
Subject: Re: [Discuss-gnuradio] GNU Radio CVS-current vmcirbuf problems
Date: 12 Oct 2005 19:51:21 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

I looked in NetBSD libc, and see no evidence of shm_open.  I did find
some messages that indicated that mmap with MAP_SHARED|MAP_ANON can
more or less do what shm_open does, although that's not what the man
page says.  I don't fully grasp shm_open (TOG web page was not fully
enlightening), but mmap as used above should be able to have multiple
calls map the same anonymous memory region, just using a filename for
naming.

http://groups.google.com/group/mailing.netbsd.tech.kern/browse_thread/thread/a9c1c870c96f2c57/ed0e45cd11045af4%23ed0e45cd11045af4?sa=X&oi=groupsr&start=0&num=2

to get this if the url gets mangled, google('shm_open netbsd'), and
look at first google groups hit.


I'm just starting to get up to speed on the codebase; I'll try to look
at this soon.

-- 
        Greg Troxel <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]