linux - multithread access to platform device driver -


i writing platform device driver embedded linux on arm. i've noticed multithreaded application user space can access driver 1 thread @ time, , never simultaneously regardless of separate file access in /dev/* driver.

the same driver (with modified probe()) targeted x86 on pcie works fine multithreaded access functions.

any idea why? thanks.

this error in user space application.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -