fill_mem_blocks_mt
static int fill_mem_blocks_mt(KDF_ARGON2 *ctx);
return ctx->threads == 1 ? fill_mem_blocks_st(ctx) : fill_mem_blocks_mt(ctx);