Lines Matching full:documents
24 /* Documents if a shared field or global variable needs to be protected by a mutex. */
28 * Documents if the memory location pointed to by a pointer should be guarded by
33 /* Documents if a type is a lockable type. */
36 /* Documents a function that expects a lock not to be held prior to entry. */
39 /* Documents a function that returns a lock. */
42 /* Documents functions that acquire a lock in the body of a function, and do not release it. */
46 * Documents functions that acquire a shared (reader) lock in the body of a
52 * Documents functions that expect a lock to be held on entry to the function,
57 /* Documents functions that try to acquire a lock, and return success or failure. */
61 /* Documents a function that expects a mutex to be held prior to entry. */
64 /* Documents a function that expects a shared (reader) lock to be held prior to entry. */