mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-11 07:23:40 +08:00
cppchecker
This commit is contained in:
parent
0cad19b462
commit
50b1591d0f
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ typedef struct thread_arg {
|
|||
} thread_args_t;
|
||||
|
||||
int thread_init(thread_ctx_t *ctx, short type, size_t thread_count);
|
||||
int thread_start(thread_ctx_t *ctx, thread_args_t *args);
|
||||
int thread_start(thread_ctx_t *ctx, thread_args_t *t_arg);
|
||||
int thread_stop(thread_ctx_t *ctx);
|
||||
int thread_start_scheduler(thread_ctx_t *ctx, thread_args_t *t_arg, wu_queue_ctx_t *queue_ctx);
|
||||
bool thread_setEnd(thread_ctx_t *ctx, thread_args_t *t_arg);
|
||||
|
|
Loading…
Reference in a new issue