Home | History | Annotate | Download | only in docs

Lines Matching full:specify

1125 The ``*_returns_retained`` attributes specify that the returned object has a +1
1126 retain count. The ``*_returns_not_retained`` attributes specify that the return
1133 an parameter declaration; they specify that the argument is expected to have a
1352 specify the elements indices of the first two vectors that should be extracted
1621 to specify that address safety instrumentation (e.g. AddressSanitizer) should
1633 to specify that checks for data races on plain (non-atomic) memory accesses
1646 to specify that checks for uninitialized memory should not be inserted
1664 specify that the thread safety analysis should not be run on that function.
1671 Use ``__attribute__((lockable))`` on a class definition to specify that it has
1678 Use ``__attribute__((scoped_lockable))`` on a class definition to specify that
1686 Use ``__attribute__((guarded_var))`` on a variable declaration to specify that
1692 Use ``__attribute__((pt_guarded_var))`` on a pointer declaration to specify
1698 Use ``__attribute__((guarded_by(l)))`` on a variable declaration to specify
1704 Use ``__attribute__((pt_guarded_by(l)))`` on a pointer declaration to specify
1711 variable to specify that the lock must be acquired before all attribute
1719 variable to specify that the lock must be acquired after all attribute
1727 to specify that the function acquires all listed locks exclusively. This
1736 specify that the function acquires all listed locks, although the locks may be
1746 to specify that the function will try (without blocking) to acquire all listed
1758 specify that the function will try (without blocking) to acquire all listed
1770 specify that the function release all listed locks. This attribute takes zero
1778 Use ``__attribute__((lock_returned(l)))`` on a function declaration to specify
1786 specify that the function must not be called with the listed locks. Arguments
1793 declaration to specify that the function must be called while holding the
1801 to specify that the function must be called while holding the listed shared
1842 type_tag_idx)))`` on a function declaration to specify that the function
1861 on a function declaration to specify that the function accepts a type tag that