Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - mmap_device_io(): (2 Items)
   
mmap_device_io()  
Hi, guys
Can two processed both map some io space to their process space using mmap_device_io()?
If yes, are the io space can be both access(write and read) by the two porcess?

BR
Jerry
Re: mmap_device_io()  
Hi Jerry,

Yes, multiple processes can mmap_device_io() the same range, and all can both read and write.

- Thomas