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

  /src/external/bsd/unbound/dist/libunbound/
context.h 77 /** mutex for access to env.cfg, finalized and dothread */
100 int dothread; member in struct:ub_ctx
libunbound.c 229 ctx->dothread = 1; /* the processing is in the same process,
243 ctx->dothread = 1; /* the processing is in the same process,
290 if(ctx->dothread) {
339 if(ctx->created_bg && ctx->dothread && do_stop) {
555 ub_ctx_async(struct ub_ctx* ctx, int dothread)
558 if(dothread) /* cannot do threading */
566 ctx->dothread = dothread;
913 if(!ctx->dothread) { /* if forked */
1476 ctx->dothread = 1
    [all...]
unbound.h 477 * @param dothread: if true, enables threading and a call to resolve_async()
484 int ub_ctx_async(struct ub_ctx* ctx, int dothread);
libworker.c 381 if(ctx->dothread) {
  /src/external/bsd/unbound/dist/libunbound/python/
libunbound.i 418 def set_async(self,dothread):
421 :param dothread:
427 return _unbound.ub_ctx_async(self,dothread)

Completed in 48 milliseconds