Ignore:
Timestamp:
Sep 30, 2020, 3:54:43 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
29185fc
Parents:
87b9332
Message:

Added first attempt at libfibre implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/thierry_delisle_PhD/code/readQ_example/proto-gui/main.cpp

    r87b9332 rd035cf7  
    55#include <algorithm>
    66#include <atomic>
     7#include <iostream>
    78#include <memory>
    89#include <vector>
     
    246247        std::cout << "(Buffering " << nframes << ")" << std::endl;
    247248
    248         thrdlib_setproccnt( 2 );
     249        thrdlib_init( 2 );
    249250
    250251        thread_t stats     = thrdlib_create( Stats     );
     
    262263        thrdlib_join( stats     );
    263264
     265        thrdlib_clean();
     266
    264267        std::cout << "----------" << std::endl;
    265268        std::cout << "# Parks" << std::endl;
Note: See TracChangeset for help on using the changeset viewer.