Next: , Previous: , Up: Implementation Defined Pragmas   [Contents][Index]


2.104 Pragma Lock_Free

Syntax: This pragma may be specified for protected types or objects. It specifies that the implementation of protected operations must be implemented without locks. Compilation fails if the compiler cannot generate lock-free code for the operations.