c - VSCode not recognising rwlocks from pthread.h
https://stackoverflow.com/questions/70584033/vscode-not-recognising-rwlocks-from-pthread-h
Jan 04, 2022 · For that, I am using the library pthread, in order to make the functions thread-safe. When I use pthread_mutex_t and its functions, VSCode has no problem recognising them, and displays the info about them. However, when I try to use pthread_rwlock_t, functions of rwlocks, or even macros such as PTHREAD_RWLOCK_INITIALIZER, VSCode points them as ...
DA: 84 PA: 25 MOZ Rank: 45