Statistics
| Branch: | Revision:

root / xseg / xq @ b3a5a8ba

Name Size
.gitignore 21 Bytes
Makefile 665 Bytes
xq.c 6.1 kB
xq.h 2 kB
xq_exports.h 572 Bytes
xq_lock.h 669 Bytes
xq_lock_test.c 3.2 kB
xq_test.c 7.6 kB

Latest revisions

# Date Author Comment
e85c37b3 01/08/2012 05:40 pm Stratos Psomadakis

xq: Fix iteration bug in xq_head_to_tail()

Since __xq_pop_head() decrements head to point to the (new) first
available item in the queue, xq_head_to_tail() should iterate headq
forward (by incrementing head), not backwards. Backward iteration
results in xq corruption, which can easily be triggered using...

9cb9d2b7 12/16/2011 12:41 pm Giannakos Filippos

initialize lock in xq initialization.

ab830f50 12/13/2011 05:19 pm Georgios D. Tsoukalas

Add pthread to linked libraries

6d486cc0 12/13/2011 11:47 am Georgios D. Tsoukalas

initialization from my own repository

View revisions

Also available in: Atom