Re: libev thread unsafe api

2012-01-14 Thread Brandon Black
On Sat, Jan 14, 2012 at 1:23 AM, Zaheer Ahmad zaheer@gmail.com wrote: Whenever you want to start/stop a watcher or do other modifications to an event loop, so its unclear to me which other api are not thread safe apart from ev__start/stop. Are ev__init, ev_feed_event, ev_clear_pending,

libev thread unsafe api

2012-01-13 Thread Zaheer Ahmad
hi, EV DOC saysWhenever you want to start/stop a watcher or do other modifications to an event loop, so its unclear to me which other api are not thread safe apart from ev__start/stop. Are ev__init, ev_feed_event, ev_clear_pending, ev_async_send safe? Appreciate any inputs. Thanks, Zaheer