set thread size

This commit is contained in:
cathugger 2020-11-22 13:13:50 +00:00
parent 51d87c3857
commit af5a7cfe12
No known key found for this signature in database
GPG key ID: 9BADDA2DAF6F01A8
8 changed files with 59 additions and 39 deletions

View file

@ -38,6 +38,7 @@ extern u8 determseed[SEED_LEN];
extern void worker_init(void);
extern char *makesname(void);
extern size_t worker_batch_memuse(void);
extern void *worker_slow(void *task);
extern void *worker_fast(void *task);