| 
              ../
             | 
          
  | 
    clib
   | 
  
   | 
  
    45444c3
     
   | 
  
    5 years
   | 
  m3zulfiq | 
  
    Removed dimension parameter from adelete.
   | 
  | 
    io
   | 
  
   | 
  
    8fc652e0
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Change usage of TLS to more strongly segregate in kernel and out of …
   | 
  | 
    kernel
   | 
  
   | 
  
    82a2fed
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Changed preemption to use code sections rather than atomic access to TLS.
   | 
  | 
    alarm.cfa
   | 
  
    3.7 KB
    
   | 
  
    eeb5023
     
   | 
  
    5 years
   | 
  caparsons | 
  
    added full timeout functionality to unified condition variables
   | 
  | 
    alarm.hfa
   | 
  
    2.2 KB
    
   | 
  
    eeb5023
     
   | 
  
    5 years
   | 
  caparsons | 
  
    added full timeout functionality to unified condition variables
   | 
  | 
    coroutine.cfa
   | 
  
    8.3 KB
    
   | 
  
    be73f30
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Changed many instances of kernelTLS to use active_thread/active_coroutine
   | 
  | 
    coroutine.hfa
   | 
  
    6.9 KB
    
   | 
  
    be73f30
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Changed many instances of kernelTLS to use active_thread/active_coroutine
   | 
  | 
    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
    
   | 
  
    636d115b
     
   | 
  
    5 years
   | 
  pabuhr | 
  
    formatting, documentation
   | 
  | 
    exception.cfa
   | 
  
    2.4 KB
    
   | 
  
    be73f30
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Changed many instances of kernelTLS to use active_thread/active_coroutine
   | 
  | 
    exception.hfa
   | 
  
    889 bytes
    
   | 
  
    c960331
     
   | 
  
    5 years
   | 
  ajbeach | 
  
    Attempt to clean-up the exception headers. I think this is easier to …
   | 
  | 
    invoke.c
   | 
  
    6.2 KB
    
   | 
  
    d119d613
     
   | 
  
    5 years
   | 
  ajbeach | 
  
    Reorganized the exception and concurrency overlap.
   | 
  | 
    invoke.h
   | 
  
    7.5 KB
    
   | 
  
    6a77224
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Changed park/unpark ticket to be -1,0,1 instead of 0,1,2 because it's …
   | 
  | 
    io.cfa
   | 
  
    16.3 KB
    
   | 
  
    8fc652e0
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Change usage of TLS to more strongly segregate in kernel and out of …
   | 
  | 
    iofwd.hfa
   | 
  
    9.1 KB
    
   | 
  
    c402739f
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    I/O operations now use futures.
io calls implementation are now …
   | 
  | 
    kernel.cfa
   | 
  
    22.8 KB
    
   | 
  
    8fc652e0
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Change usage of TLS to more strongly segregate in kernel and out of …
   | 
  | 
    kernel.hfa
   | 
  
    9.0 KB
    
   | 
  
    8fc652e0
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Change usage of TLS to more strongly segregate in kernel and out of …
   | 
  | 
    kernel_private.hfa
   | 
  
    9.2 KB
    
   | 
  
    8fc652e0
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Change usage of TLS to more strongly segregate in kernel and out of …
   | 
  | 
    locks.cfa
   | 
  
    13.0 KB
    
   | 
  
    6a8882c
     
   | 
  
    5 years
   | 
  caparsons | 
  
    fixed some bugs
   | 
  | 
    locks.hfa
   | 
  
    5.8 KB
    
   | 
  
    6a8882c
     
   | 
  
    5 years
   | 
  caparsons | 
  
    fixed some bugs
   | 
  | 
    monitor.cfa
   | 
  
    32.0 KB
    
   | 
  
    8fc652e0
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Change usage of TLS to more strongly segregate in kernel and out of …
   | 
  | 
    monitor.hfa
   | 
  
    3.8 KB
    
   | 
  
    77a2994
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Implemented joining of threads.
It behaves very similarly to monitor …
   | 
  | 
    mutex.cfa
   | 
  
    3.9 KB
    
   | 
  
    be73f30
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Changed many instances of kernelTLS to use active_thread/active_coroutine
   | 
  | 
    mutex.hfa
   | 
  
    3.7 KB
    
   | 
  
    ac2b598
     
   | 
  
    6 years
   | 
  Thierry Delisle | 
  
    Changed descriptors for concurrency to use $ prefix instead of …
   | 
  | 
    preemption.cfa
   | 
  
    24.9 KB
    
   | 
  
    b5344a3
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Fixed warning about single line comment over multiple lines
   | 
  | 
    preemption.hfa
   | 
  
    881 bytes
    
   | 
  
    e660761
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    First attempt at reducing complation time by restructuring the code. …
   | 
  | 
    ready_queue.cfa
   | 
  
    18.0 KB
    
   | 
  
    8fc652e0
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Change usage of TLS to more strongly segregate in kernel and out of …
   | 
  | 
    ready_subqueue.hfa
   | 
  
    6.1 KB
    
   | 
  
    343d10e
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Removed code broken in new-ast out of libcfa
   | 
  | 
    snzi.hfa
   | 
  
    3.9 KB
    
   | 
  
    290553a
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Changed some defines to constants with last fix
   | 
  | 
    stats.cfa
   | 
  
    8.9 KB
    
   | 
  
    dcb5f8d
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Added statistics for the number of times io_ctxs blocked
   | 
  | 
    stats.hfa
   | 
  
    2.6 KB
    
   | 
  
    dcb5f8d
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Added statistics for the number of times io_ctxs blocked
   | 
  | 
    thread.cfa
   | 
  
    4.5 KB
    
   | 
  
    e873838
     
   | 
  
    5 years
   | 
  Thierry Delisle | 
  
    Removed unpark and added support for unpark from the kernel …
   | 
  | 
    thread.hfa
   | 
  
    5.3 KB
    
   | 
  
    ab8c6a6
     
   | 
  
    5 years
   | 
  ajbeach | 
  
    Thread Cancellation, a test for it and a required fix to Specialization.
   |