OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:releasethreads
(Results
1 - 4
of
4
) sorted by null
/system/core/libmemunreachable/
ThreadCapture.h
42
bool
ReleaseThreads
();
ThreadCapture.cpp
78
bool
ReleaseThreads
();
155
ReleaseThreads
();
165
ReleaseThreads
();
314
bool ThreadCaptureImpl::
ReleaseThreads
() {
355
bool ThreadCapture::
ReleaseThreads
() {
356
return impl_->
ReleaseThreads
();
/external/llvm/examples/ParallelJIT/
ParallelJIT.cpp
150
// All threads will stop here until another thread calls
releaseThreads
181
void
releaseThreads
( size_t num )
188
std::cout << "Unblocking threads from
releaseThreads
()" << std::endl;
285
synchronize.
releaseThreads
(3); // wait until other threads are at this point
/system/core/libmemunreachable/tests/
ThreadCapture_test.cpp
240
ASSERT_TRUE(thread_capture.
ReleaseThreads
());
337
ASSERT_TRUE(thread_capture.
ReleaseThreads
());
Completed in 404 milliseconds