How would write a recursive function that iterates through a target directory and finds files and subdirectories but assigned as a thread in C?

后端 未结 0 1739
情书的邮戳
情书的邮戳 2020-11-30 04:14

I am trying to assign a thread for each directory and file that is found in a target folder.

pthread_t ids[10];
int INDEX;
void* searchRecursively(void *arg){         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题