HomeSort by relevance Sort by last modified time
    Searched full:lockarray (Results 1 - 2 of 2) sorted by null

  /external/curl/docs/examples/
threaded-ssl.c 41 static pthread_mutex_t *lockarray; variable
50 pthread_mutex_lock(&(lockarray[type]));
53 pthread_mutex_unlock(&(lockarray[type]));
69 lockarray=(pthread_mutex_t *)OPENSSL_malloc(CRYPTO_num_locks() *
72 pthread_mutex_init(&(lockarray[i]),NULL);
85 pthread_mutex_destroy(&(lockarray[i]));
87 OPENSSL_free(lockarray);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]

Completed in 110 milliseconds