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

  /src/external/mpl/bind/dist/lib/isc/
mem.c 122 static isc_mutex_t contextslock; variable
177 LOCK(&contextslock);
183 UNLOCK(&contextslock);
518 isc_mutex_init(&contextslock);
535 LOCK(&contextslock);
537 UNLOCK(&contextslock);
540 isc_mutex_destroy(&contextslock);
594 LOCK(&contextslock);
596 UNLOCK(&contextslock);
608 LOCK(&contextslock);
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/
mem.c 128 static isc_mutex_t contextslock; variable
752 isc_mutex_init(&contextslock);
766 isc_mutex_destroy(&contextslock);
859 LOCK(&contextslock);
861 UNLOCK(&contextslock);
874 LOCK(&contextslock);
877 UNLOCK(&contextslock);
1985 * Requires contextslock to be held by caller.
2017 LOCK(&contextslock);
2026 UNLOCK(&contextslock);
    [all...]

Completed in 31 milliseconds