c语言创建线程的函数封装
摘要:头文件xxx.h #include <stdlib.h> #include <pthread.h> #include <string.h> typedef int (*task_fun_t)(void *arg); typedef struct _task_t { unsigned int ms;
阅读全文
posted @ 2022-08-12 10:27
posted @ 2022-08-12 10:27