Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/thread

    r91c389a r9cc0472  
    1010// Author           : Thierry Delisle
    1111// Created On       : Tue Jan 17 12:27:26 2017
    12 // Last Modified By : Peter A. Buhr
    13 // Last Modified On : Thu Jul 20 15:22:24 2017
    14 // Update Count     : 1
     12// Last Modified By : Thierry Delisle
     13// Last Modified On : --
     14// Update Count     : 0
    1515//
    1616
     
    1818#define THREADS_H
    1919
    20 #include <assert.h>
     20#include "assert"
    2121#include "invoke.h"
    2222
     
    5454}
    5555
    56 extern volatile thread_local thread_desc * this_thread;
     56extern thread_local thread_desc * volatile this_thread;
    5757
    5858forall( dtype T | is_thread(T) )
Note: See TracChangeset for help on using the changeset viewer.