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

  /src/crypto/external/cpl/trousers/dist/src/include/
auth_mgr.h 36 UINT32 sleeping_threads; member in struct:_auth_mgr
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_auth_mgr.c 142 if (auth_mgr.sleeping_threads == (tcsd_options.num_threads - 1)) {
153 auth_mgr.sleeping_threads++;
155 auth_mgr.sleeping_threads--;
160 auth_mgr.sleeping_threads,
175 memcpy(auth_mgr.overflow, tmp, auth_mgr.sleeping_threads * sizeof(COND_VAR *));
179 auth_mgr.of_head = auth_mgr.sleeping_threads;
184 auth_mgr.sleeping_threads++;
186 auth_mgr.sleeping_threads--;

Completed in 25 milliseconds