Eduardo Arias 293cd214c7 Removed usage of pthreads and replaced with std C++ features
- Replaced pthread_mutex_t in modsecurity::operators::Pm with std::mutex
- Replaced pthread's thread usage in reading_logs_via_rule_message
  example with std::thread.
  - Simplified and modernized C++ code.
- Removed unnecessary includes of pthread.h
2024-08-09 11:34:40 -07:00
..
2015-06-26 14:35:15 -03:00
2024-02-25 22:01:07 +01:00
2024-08-05 11:49:58 -07:00
2024-08-05 11:49:58 -07:00