Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/kernel.c

    r01963df r9181f1d  
    1010// Created On       : Tue Jan 17 12:27:26 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Mar 30 18:26:11 2018
    13 // Update Count     : 23
     12// Last Modified On : Mon Apr  9 16:11:46 2018
     13// Update Count     : 24
    1414//
    1515
     
    2525
    2626//CFA Includes
     27#include "time"
    2728#include "kernel_private.h"
    2829#include "preemption.h"
     
    724725                thrd->dbg_next = NULL;
    725726        }
     727
     728        void __cfaabi_dbg_record(__spinlock_t & this, const char * prev_name) {
     729                this.prev_name = prev_name;
     730                this.prev_thrd = TL_GET( this_thread );
     731        }
    726732)
    727733// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.