wterl/src
Gregory Burd 87f70d75a1 Inline the fifo_q functions to speed them up and silence compiler warnings
for unused API calls.  Add a fifo_q_full call to hide the details of that.
Alloc work queues along with the async_nif at the end of that memory block.
Fix a few places where things should be free'd and were not.  Change enqueue
to return 0 when shutting down.  Fix a race related to shutdown.  When I use
gdb eunit calls ?cmd() seem to fail, so I've created rmdir:path() to replace
?cmd("rm -rf path") calls.
2013-04-17 11:17:13 -04:00
..
async_nif.hrl We don't use the scheduler id from Erlang anymore in async_nif so 2013-04-15 00:08:01 -04:00
riak_kv_wterl_backend.erl Inline the fifo_q functions to speed them up and silence compiler warnings 2013-04-17 11:17:13 -04:00
rmdir.erl Inline the fifo_q functions to speed them up and silence compiler warnings 2013-04-17 11:17:13 -04:00
temp_riak_kv_backend.erl Queue and execute work from scheduler threads on other threads to prevent schedulers from sleeping. 2013-03-24 21:00:48 -04:00
wterl.app.src Inline the fifo_q functions to speed them up and silence compiler warnings 2013-04-17 11:17:13 -04:00
wterl.erl Inline the fifo_q functions to speed them up and silence compiler warnings 2013-04-17 11:17:13 -04:00
wterl_app.erl make wterl an app, cache the WT connection 2012-02-17 00:42:22 -05:00
wterl_conn.erl WIP -- more tests passing, plenty left to fix 2013-04-07 22:16:44 -04:00
wterl_ets.erl add wterl_ets to hold ets table for wterl_conn 2012-04-05 16:10:50 -04:00
wterl_sup.erl add wterl_ets to hold ets table for wterl_conn 2012-04-05 16:10:50 -04:00