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.
ck/include
Abel Mathew 431c24a90a
ck_bag: Lock-Free SPMC bag/collection for x86_64. A bag is a linked list of blocks, with each block containing an array. Insertions are on the order of O(1) and deletions are on the order of O(N). This data structure is meant to act as a lock-free vector implementation.
13 years ago
..
gcc legal: Update Copyright statements. 13 years ago
ck_backoff.h legal: Update Copyright statements. 13 years ago
ck_bag.h ck_bag: Lock-Free SPMC bag/collection for x86_64. A bag is a linked list of blocks, with each block containing an array. Insertions are on the order of O(1) and deletions are on the order of O(N). This data structure is meant to act as a lock-free vector implementation. 13 years ago
ck_barrier.h legal: Update Copyright statements. 13 years ago
ck_brlock.h legal: Update Copyright statements. 13 years ago
ck_bytelock.h legal: Update Copyright statements. 13 years ago
ck_cc.h legal: Update Copyright statements. 13 years ago
ck_epoch.h legal: Update Copyright statements. 13 years ago
ck_fifo.h legal: Update Copyright statements. 13 years ago
ck_hp.h legal: Update Copyright statements. 13 years ago
ck_hp_fifo.h legal: Update Copyright statements. 13 years ago
ck_hp_stack.h legal: Update Copyright statements. 13 years ago
ck_ht.h ck_ht: Add CK_F_HT feature flag. 13 years ago
ck_limits.h legal: Update Copyright statements. 13 years ago
ck_malloc.h ck_malloc: Add stdbool.h include. 13 years ago
ck_md.h ck_bag: Lock-Free SPMC bag/collection for x86_64. A bag is a linked list of blocks, with each block containing an array. Insertions are on the order of O(1) and deletions are on the order of O(N). This data structure is meant to act as a lock-free vector implementation. 13 years ago
ck_pr.h legal: Update Copyright statements. 13 years ago
ck_queue.h ck_queue: Add BSD-derived queue.h facility. 13 years ago
ck_ring.h ck_ring: Apply ck_ring_size logic to ck_ring_enqueue functions. 13 years ago
ck_rwlock.h legal: Update Copyright statements. 13 years ago
ck_sequence.h legal: Update Copyright statements. 13 years ago
ck_spinlock.h legal: Update Copyright statements. 13 years ago
ck_stack.h legal: Update Copyright statements. 13 years ago
ck_stdint.h legal: Update Copyright statements. 13 years ago