esp-idf/components
Ivan Grokhotkov 37144dfa07 mdns: use binary semaphore instead of mutex when searching
mdns_search_once_t::lock is used to synchronize tasks (taken by one
task and given by the other) so it should not be a mutex.
Convert to semaphore, and rename to indicate its purpose.
2019-03-11 14:40:54 +00:00
..
2018-09-11 09:44:12 +08:00
2018-10-20 12:07:24 +08:00
2019-01-26 13:02:04 +00:00
2018-09-11 09:44:12 +08:00
2018-09-11 09:44:12 +08:00
2019-03-06 14:44:06 +08:00
2018-09-11 09:44:12 +08:00
2018-10-20 12:07:24 +08:00