Home | History | Annotate | Download | only in docs

Lines Matching full:specify

1231 The ``*_returns_retained`` attributes specify that the returned object has a +1
1232 retain count. The ``*_returns_not_retained`` attributes specify that the return
1239 an parameter declaration; they specify that the argument is expected to have a
1480 specify the elements indices of the first two vectors that should be extracted
1841 to specify that address safety instrumentation (e.g. AddressSanitizer) should
1853 to specify that checks for data races on plain (non-atomic) memory accesses
1866 to specify that checks for uninitialized memory should not be inserted
1884 specify that the thread safety analysis should not be run on that function.
1891 Use ``__attribute__((lockable))`` on a class definition to specify that it has
1898 Use ``__attribute__((scoped_lockable))`` on a class definition to specify that
1906 Use ``__attribute__((guarded_var))`` on a variable declaration to specify that
1912 Use ``__attribute__((pt_guarded_var))`` on a pointer declaration to specify
1918 Use ``__attribute__((guarded_by(l)))`` on a variable declaration to specify
1924 Use ``__attribute__((pt_guarded_by(l)))`` on a pointer declaration to specify
1931 variable to specify that the lock must be acquired before all attribute
1939 variable to specify that the lock must be acquired after all attribute
1947 to specify that the function acquires all listed locks exclusively. This
1956 specify that the function acquires all listed locks, although the locks may be
1966 to specify that the function will try (without blocking) to acquire all listed
1978 specify that the function will try (without blocking) to acquire all listed
1990 specify that the function release all listed locks. This attribute takes zero
1998 Use ``__attribute__((lock_returned(l)))`` on a function declaration to specify
2006 specify that the function must not be called with the listed locks. Arguments
2013 declaration to specify that the function must be called while holding the
2021 to specify that the function must be called while holding the listed shared
2062 type_tag_idx)))`` on a function declaration to specify that the function
2081 on a function declaration to specify that the function accepts a type tag that