Lines Matching full:to
5 bool "Synchronize access to shared memory"
9 Provide synchronization access to shared memory at a library level.
10 This option is enabled by default to allow to use sending API from
11 multiple contexts. Mutex is used to guard access to the memory.
21 Maximum time to wait, in milliseconds, for access to send data with
30 Disabling this configuration will cause the ICMsg backend to
49 created to prevent notifying service users about received data
58 The ICMSG library in its simplicity requires the workqueue to execute
64 bool "Instance is allowed to set unbound to enabled"
68 property is allowed to be set in any of the ICMsg instances. You
69 can set this option to "n", if you want to reduce code size and
73 bool "Instance is allowed to set unbound to disabled"
77 property is allowed to be set in any of the ICMsg instances. You
78 can set this option to "n", if you want to reduce code size and
82 bool "Instance is allowed to set unbound to detect"
86 property is allowed to be set in any of the ICMsg instances. You
87 can set this option to "n", if you want to reduce code size and
90 # The Icmsg library in its simplicity requires the system workqueue to execute
101 management to ensure correct data access.