Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/thread.hfa

    rd4e68a6 rb2f6113  
    1010// Created On       : Tue Jan 17 12:27:26 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Jun 21 17:51:33 2019
    13 // Update Count     : 5
     12// Last Modified On : Thu Mar 29 14:07:11 2018
     13// Update Count     : 4
    1414//
    1515
     
    9191void yield( unsigned times );
    9292
    93 static inline struct thread_desc * active_thread () { return TL_GET( this_thread ); }
    94 
    9593// Local Variables: //
    9694// mode: c //
Note: See TracChangeset for help on using the changeset viewer.