Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/thread

    rcb0e6de rbd4d011  
    5656thread_desc * this_thread(void);
    5757
     58forall( dtype T | is_thread(T) )
     59void __thrd_start( T* this );
     60
    5861//-----------------------------------------------------------------------------
    5962// Ctors and dtors
Note: See TracChangeset for help on using the changeset viewer.