You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rtpengine/daemon
Richard Fuchs 5ea20be0ae
turns out you actually have to free/destroy mutexes. who woulda thunk?
14 years ago
..
Makefile add appropriate threading compile flags 14 years ago
aux.c it makes no sense to return a value from an effectively detached thread 14 years ago
aux.h turns out you actually have to free/destroy mutexes. who woulda thunk? 14 years ago
call.c turns out you actually have to free/destroy mutexes. who woulda thunk? 14 years ago
call.h analoguous to the last race, call_destroy() must not assume that it's getting the last reference to the call 14 years ago
control.c turns out you actually have to free/destroy mutexes. who woulda thunk? 14 years ago
control.h private structs make for safer threading 14 years ago
control_udp.c need to handle the no-reply case to avoid deadlocks with bad cookies 14 years ago
control_udp.h preliminary attempt to make the udp controller thread-safe 14 years ago
kernel.c move everything to mapped-ipv4-in-ipv6 API 14 years ago
kernel.h move everything to mapped-ipv4-in-ipv6 API 14 years ago
log.h create tags and branches 15 years ago
main.c and for the interesting part: multiple poller threads 14 years ago
obj.h make use of "make debug" target 14 years ago
poller.c move poller timers and polling into a separate thread 14 years ago
poller.h move poller timers and polling into a separate thread 14 years ago
redis.c make the callmaster struct private - also requires update to redis module 14 years ago
redis.h make the callmaster struct private - also requires update to redis module 14 years ago
streambuf.c EINTR requires special handling 14 years ago
streambuf.h private structs make for safer threading 14 years ago