Home
last modified time | relevance | path

Searched refs:dothread (Results 1 – 8 of 8) sorted by relevance

/dports/print/fontforge/fontforge-20201107/gutils/
H A Dgio.c43 unsigned int dothread: 1; member
65 protocols[plen].dothread = false; in AddProtocol()
132 if ( !protocols[i].dothread ) in GIOdispatch()
/dports/dns/unbound/unbound-1.14.0/libunbound/
H A Dlibunbound.c222 ctx->dothread = 1; /* the processing is in the same process, in ub_ctx_create_ub_event()
236 ctx->dothread = 1; /* the processing is in the same process, in ub_ctx_create_event()
283 if(ctx->dothread) { in ub_stop_bg()
312 if(ctx->created_bg && ctx->dothread) { in ub_ctx_delete()
507 ub_ctx_async(struct ub_ctx* ctx, int dothread) in ub_ctx_async() argument
510 if(dothread) /* cannot do threading */ in ub_ctx_async()
518 ctx->dothread = dothread; in ub_ctx_async()
865 if(!ctx->dothread) { /* if forked */ in ub_cancel()
1425 ctx->dothread = 1; in ub_ctx_set_event()
H A Dcontext.h94 int dothread; member
H A Dunbound.h484 int ub_ctx_async(struct ub_ctx* ctx, int dothread);
H A Dlibworker.c393 if(ctx->dothread) { in libworker_bg()
/dports/devel/swank-clojure/swank-clojure-1.2.1/src/swank/util/concurrent/
H A Dthread.clj13 (defmacro dothread [& body] macro
/dports/devel/swank-clojure/swank-clojure-1.2.1/src/swank/util/
H A Dio.clj32 (dothread
/dports/dns/unbound/unbound-1.14.0/libunbound/python/
H A Dlibunbound.i415 def set_async(self,dothread):
424 return _unbound.ub_ctx_async(self,dothread)