OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Notification
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h
1162
//
Notification
has already been imported into the namespace.
1172
class
Notification
{
1174
Notification
() : notified_(false) {
1177
~
Notification
() {
1181
// Notifies all threads created with this
notification
to start. Must
1206
GTEST_DISALLOW_COPY_AND_ASSIGN_(
Notification
);
1248
class GTEST_API_
Notification
{
1250
Notification
();
1257
GTEST_DISALLOW_COPY_AND_ASSIGN_(
Notification
);
1292
//
Notification
thread_can_start
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-port.cc
323
Notification
::
Notification
()
331
void
Notification
::Notify() {
335
void
Notification
::WaitForNotification() {
468
Notification
* thread_can_start) {
488
ThreadMainParam(Runnable* runnable,
Notification
* thread_can_start)
494
Notification
* thread_can_start_;
515
Notification
* thread_can_start)
Completed in 27 milliseconds
Indexes created Mon Apr 20 00:23:12 UTC 2026