Home
last modified time | relevance | path

Searched defs:Semaphore (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/test/app/
Dbusy_workers.cpp39 struct Semaphore { struct
41 explicit Semaphore(int count = 0) : count_(count) {} in Semaphore() function
42 ~Semaphore() {} in ~Semaphore() argument
49 void Down() in Down()
58 void Up() in Up()
85 workerSems_.push_back(std::make_shared<Semaphore>()); in StartWorkers() argument