Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/thread

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