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

  /src/external/bsd/openldap/dist/servers/lloadd/
lload.h 343 /* connection state (protected by c_mutex) */
410 ldap_pvt_thread_mutex_t c_mutex; /* protect the connection */ member in struct:LloadConnection
415 #define CONNECTION_ASSERT_LOCKED(c) assert_locked( &(c)->c_mutex )
418 checked_lock( &(c)->c_mutex ); \
422 checked_unlock( &(c)->c_mutex ); \
475 /* Can be held while acquiring c_mutex to inject things into c_ops or
  /src/external/bsd/openldap/dist/servers/slapd/
slap.h 2892 /* connection state (protected by c_mutex ) */
2907 ldap_pvt_thread_mutex_t c_mutex; /* protect the connection */ member in struct:Connection

Completed in 27 milliseconds