Shared memory is supported through the /dev/ashmem driver and binder interface. Have a look at IMemory.h for details. You'll find a few concrete implementations in various places in the source tree.
On Nov 17, 12:11 am, Colin Lee <[EMAIL PROTECTED]> wrote: > Is there any shared memory and named semaphores supported in Android? > Because that I try to use shmget API in android but I get the > following error message > > shmget of 0 failed: Function not implemented > > From looking at the source, it seems that there is support for these > system calls in the android kernel, but not in the bionic (the bionic > has a syscall stub that point to sys_ni_syscall which always return > ENOSYS which is the "Not implemented" error). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
