Home
last modified time | relevance | path

Searched refs:threadpool_set_allocator (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/turboxsl/turboxsl-b03c2c9/src/
H A Dthreadpool.h29 void threadpool_set_allocator(memory_allocator *allocator, threadpool *pool);
H A Dthreadpool.c147 void threadpool_set_allocator(memory_allocator *allocator, threadpool *pool) in threadpool_set_allocator() function
H A Dtransform.c556 threadpool_set_allocator(pctx->gctx->allocator, pctx->pool); in XSLTCreateThreadPool()
557 threadpool_set_allocator(pctx->allocator, pctx->pool); in XSLTCreateThreadPool()
640 threadpool_set_allocator(allocator, pctx->pool); in XSLTProcess()