|
e95b562c71
|
improve readability
|
2017-05-14 11:35:49 +02:00 |
|
Georg Reinke
|
1b61d55cab
|
add close methods for queue and use them for shmem
|
2017-05-12 13:12:42 +02:00 |
|
Georg Reinke
|
f724a00033
|
queue_signalled: try to read once before sleeping
|
2017-05-11 13:49:54 +02:00 |
|
|
49054eef9f
|
cleanup: removed trailing whitespaces in code
|
2017-05-05 19:24:16 +00:00 |
|
|
5be1853649
|
added GPL license to file headers
|
2017-04-27 12:56:43 +02:00 |
|
|
a5aa5d0e14
|
queue_signalled: add some missing functions from queue
|
2017-04-17 23:23:07 +02:00 |
|
|
8104f54356
|
queue_signalled: do not use abbreviations for member names
|
2017-04-17 23:23:07 +02:00 |
|
|
bb547ffaf8
|
queue_signalled: pthread attributes only need to exist during initialisation of their belonging objects
See: http://stackoverflow.com/questions/11062292/are-pthread-attribute-objects-required-to-exist-for-the-lifetime-of-the-object-t
|
2017-04-17 23:23:07 +02:00 |
|
|
b23000e2a8
|
several smaller cleanups: coding-style, variable names, white spaces, intermediate variables
|
2017-04-15 21:29:23 +02:00 |
|
|
4504fcc827
|
added file headers with author and copyright info
|
2017-04-15 21:28:28 +02:00 |
|
Georg Reinke
|
1365f9d026
|
queue_signalled: handle cancellation while waiting correctly
|
2017-04-10 11:39:35 +02:00 |
|
Georg Reinke
|
c7e241cb2b
|
new wrapper struct around queue with POSIX CV's
|
2017-04-07 12:18:08 +02:00 |
|