Lines Matching refs:set
37 In general, a system is thread-safe if any valid set of concurrent calls is handled as if the effec…
43 …e no race-conditions, deadlocks or livelocks when concurrently calling any set of PSA key manageme…
49 …tions: Mbed TLS 3.6 abides by the minimum expectation for concurrent calls set by the PSA specific…
55 > The result of two or more concurrent calls must be consistent with the same set of calls being ex…
119 …ion if there is no overlap between their calls. All threads share the same set of keys, as soon as…
166 …nregister that the contents of the slot are wiped, and the slot's state is set to `PSA_SLOT_EMPTY`.
188 …ing_key_slot_mutex`, the set of keys within the key store which the thread holding the mutex can a…
194 The union of this set and the set of persistent keys not currently loaded into slots is our abstrac…
200 We have defined a set of macros in `library/psa_crypto_core.h` to capture the common pattern of (un…
207 … `psa_reserve_free_key_slot`, if a slot has been found then the slot id is set. This second step i…
235 …" (under certain constraints). This means that any (constraint satisfying) set of concurrent calls…
237 …me visible to other threads). If every call has a linearization point, the set of calls is equival…
239 …o hold in the case where a resource-management error is not returned. In a set of concurrent calls…
333 …error if the state is ACTIVE. If the state is INACTIVE, then the call will set the state to ACTIVE…
361 A driver would be non-thread-safe if the `thread-safe` property is set to true.