mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-05-14 05:52:49 +00:00
set thread size
This commit is contained in:
parent
51d87c3857
commit
af5a7cfe12
8 changed files with 59 additions and 39 deletions
1
worker.h
1
worker.h
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue