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

  /src/external/bsd/unbound/dist/testcode/
checklocks.h 124 struct checked_lock *holding_first, *holding_last;
126 struct checked_lock* waiting;
132 struct checked_lock { struct
161 struct checked_lock* next_held_lock[THRDEBUG_MAX_THREADS];
163 struct checked_lock* prev_held_lock[THRDEBUG_MAX_THREADS];
189 * It demangles the lock itself (struct checked_lock**).
209 * @param lock: the lock, any type, (struct checked_lock**).
216 * @param lock: the checked lock, any type. (struct checked_lock**).
247 void checklock_init(enum check_lock_type type, struct checked_lock** lock,
258 void checklock_destroy(enum check_lock_type type, struct checked_lock** lock
    [all...]
  /src/external/bsd/openldap/dist/servers/lloadd/
lload.h 91 #define checked_lock( mutex ) \ macro
418 checked_lock( &(c)->c_mutex ); \

Completed in 25 milliseconds