* [LTP] about libipc
@ 2016-12-02 4:36 Yan Kun
2016-12-05 8:17 ` Cyril Hrubis
0 siblings, 1 reply; 2+ messages in thread
From: Yan Kun @ 2016-12-02 4:36 UTC (permalink / raw)
To: ltp
Hi,All
In our current libipc,it will use shmctl and shmget to operate a piece of
share memory,but android has a different implement of share memory .So how
about to add support for ashmem(Android share memory)?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linux.it/pipermail/ltp/attachments/20161202/4a95abf7/attachment-0001.html>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [LTP] about libipc
2016-12-02 4:36 [LTP] about libipc Yan Kun
@ 2016-12-05 8:17 ` Cyril Hrubis
0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2016-12-05 8:17 UTC (permalink / raw)
To: ltp
Hi!
> In our current libipc,it will use shmctl and shmget to operate a piece of
> share memory,but android has a different implement of share memory .So how
> about to add support for ashmem(Android share memory)?
The whole syscalls/ipc/ directory contains only System V IPC testcases
so it does not make much sense to add a support for android or anything
else there as that would only make the code much more complicated for no
real gain. It would be probably much easier to write ashmem testcases
from a scratch.
--
Cyril Hrubis
chrubis@suse.cz
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-05 8:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-02 4:36 [LTP] about libipc Yan Kun
2016-12-05 8:17 ` Cyril Hrubis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox