| ../ | 
  | clib |  | 75965a6 | 4 years | pabuhr | replace thread_rand with prng, replace xorshift64 with xorshift_13_7_17 | 
  | io |  | e71e94a | 4 years | Thierry Delisle | Some clean-up of ready queue usage of -1llu.
io types ts now returns … | 
  | kernel |  | 0c3aa67 | 4 years | Thierry Delisle | Fixed missing initialization. | 
  | alarm.cfa | 4.0 KB
     | e84ab3d | 4 years | Thierry Delisle | Step 1 of changing $thread to thread$ | 
  | alarm.hfa | 2.3 KB
     | e84ab3d | 4 years | Thierry Delisle | Step 1 of changing $thread to thread$ | 
  | barrier.hfa | 1.6 KB
     | a18373a | 4 years | Thierry Delisle | Added a hook for the barrier's last block.
Added testing to go with it. | 
  | coroutine.cfa | 9.5 KB
     | 708ae38 | 4 years | Thierry Delisle | Some more cleanup and grow/shrink now readjusts io timestamps.
(They … | 
  | coroutine.hfa | 7.2 KB
     | eaf269d | 4 years | pabuhr | add enum DEFAULT_STACK_SIZE in invoke.h and replace 65000 with enum, … | 
  | CtxSwitch-arm32.S | 1.7 KB
     | 95472ee | 5 years | pabuhr | readd ARM 32-bit context-switch assemble file | 
  | CtxSwitch-arm64.S | 2.7 KB
     | 8ec4a52 | 5 years | pabuhr | harmonize with 32-bit ARM context switch | 
  | CtxSwitch-i386.S | 1.8 KB
     | a4bdbcd | 5 years | pabuhr | formatting | 
  | CtxSwitch-i686.S | 16 bytes
     | bf71cfd | 7 years | Thierry Delisle | Moved up many directories in source | 
  | CtxSwitch-x64.S | 18 bytes
     | 37fe352 | 7 years | Thierry Delisle | Added proper multi-lib handling, tests still do not work and arm … | 
  | CtxSwitch-x86.S | 16 bytes
     | 37fe352 | 7 years | Thierry Delisle | Added proper multi-lib handling, tests still do not work and arm … | 
  | CtxSwitch-x86_64.S | 1.9 KB
     | 0c4a90d | 5 years | pabuhr | update emacs mode | 
  | exception.cfa | 2.4 KB
     | e84ab3d | 4 years | Thierry Delisle | Step 1 of changing $thread to thread$ | 
  | exception.hfa | 889 bytes
     | c960331 | 5 years | ajbeach | Attempt to clean-up the exception headers. I think this is easier to … | 
  | future.hfa | 2.8 KB
     | 8f1a99e | 4 years | Thierry Delisle | Step 3 Fixed tests | 
  | invoke.c | 6.1 KB
     | e84ab3d | 4 years | Thierry Delisle | Step 1 of changing $thread to thread$ | 
  | invoke.h | 8.0 KB
     | f835806 | 3 years | caparson | added some locks and cleaned up unused seqable field in thread block | 
  | io.cfa | 21.3 KB
     | 8a5e357 | 3 years | Thierry Delisle | Trivial changes to libcfa concurrency | 
  | iofwd.hfa | 7.6 KB
     | 40a606d2 | 4 years | Thierry Delisle | Modified io headers so io/types.hfa can stay private | 
  | kernel.cfa | 28.6 KB
     | 4ccc150 | 4 years | Thierry Delisle | Fix the verifys I just added. | 
  | kernel.hfa | 9.4 KB
     | efa28d5 | 4 years | Thierry Delisle | Change wake_time to be as long as other timestamps to ease debugging. | 
  | locks.cfa | 14.8 KB
     | 305aaef | 3 years | caparson | fixed multiple def issue | 
  | locks.hfa | 18.6 KB
     | 490d17e0 | 3 years | caparson | fixed multiple def issue | 
  | monitor.cfa | 35.2 KB
     | 708ae38 | 4 years | Thierry Delisle | Some more cleanup and grow/shrink now readjusts io timestamps.
(They … | 
  | monitor.hfa | 4.4 KB
     | a1574e2 | 4 years | Thierry Delisle | Forgot this was needed for the non-VLA commit. | 
  | mutex.cfa | 3.9 KB
     | 708ae38 | 4 years | Thierry Delisle | Some more cleanup and grow/shrink now readjusts io timestamps.
(They … | 
  | mutex.hfa | 4.7 KB
     | e84ab3d | 4 years | Thierry Delisle | Step 1 of changing $thread to thread$ | 
  | mutex_stmt.hfa | 1.4 KB
     | 0d4f954 | 4 years | caparson | changed concurrency library to work with new mutexstmt changes | 
  | preemption.cfa | 26.4 KB
     | 708ae38 | 4 years | Thierry Delisle | Some more cleanup and grow/shrink now readjusts io timestamps.
(They … | 
  | preemption.hfa | 881 bytes
     | e660761 | 5 years | Thierry Delisle | First attempt at reducing complation time by restructuring the code. … | 
  | ready_queue.cfa | 8.4 KB
     | 4479890 | 4 years | Thierry Delisle | Implemented helping for io drain based on timestamps. | 
  | ready_subqueue.hfa | 3.0 KB
     | 8a5e357 | 3 years | Thierry Delisle | Trivial changes to libcfa concurrency | 
  | snzi.hfa | 3.9 KB
     | 290553a | 5 years | Thierry Delisle | Changed some defines to constants with last fix | 
  | stats.cfa | 12.9 KB
     | 54c1196 | 4 years | Thierry Delisle | Added io helping stats | 
  | stats.hfa | 3.8 KB
     | 54c1196 | 4 years | Thierry Delisle | Added io helping stats | 
  | thread.cfa | 5.5 KB
     | f835806 | 3 years | caparson | added some locks and cleaned up unused seqable field in thread block | 
  | thread.hfa | 6.0 KB
     | c655650 | 4 years | pabuhr | update fast PRNG code |