Skip to content

Commit

Permalink
Add a comment explaining what "ABP" in ABP queuing refers to.
Browse files Browse the repository at this point in the history
  • Loading branch information
brycelelbach committed May 29, 2017
1 parent d915b10 commit 4062ca2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hpx/runtime/threads/policies/lockfree_queue_backends.hpp
Expand Up @@ -135,6 +135,8 @@ struct lockfree_abp_fifo

///////////////////////////////////////////////////////////////////////////////
// LIFO + stealing at opposite end.
// E.g. ABP (Arora, Blumofe and Plaxton) queuing
// http://dl.acm.org/citation.cfm?id=277678
template <typename T>
struct lockfree_abp_lifo_backend
{
Expand Down

0 comments on commit 4062ca2

Please sign in to comment.