HomeSort by: relevance | last modified time | path
    Searched defs:lock_protect (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
locks.h 86 #define lock_protect(lock, area, size) /* nop */ macro
  /src/external/bsd/unbound/dist/testcode/
checklocks.h 93 /** the place where the lock_protect is made, at init. */
95 /** the file where the lock_protect is made */
97 /** the line number where the lock_protect is made */
192 * @param def_func: function where the lock_protect() line is.
193 * @param def_file: file where the lock_protect() line is.
194 * @param def_line: line where the lock_protect() line is.
204 #define lock_protect(lock, area, size) lock_protect_place(lock, area, size, __func__, __FILE__, __LINE__, #area) macro

Completed in 28 milliseconds