OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notify_
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/libjingle/xmpp/
xmpppump.h
56
buzz::XmppPumpNotify *
notify_
;
member in class:buzz::XmppPump
/external/libcxx/src/
thread.cpp
155
_Notify
notify_
;
member in class:__thread_struct_imp
169
for (_Notify::iterator i =
notify_
.begin(), e =
notify_
.end();
186
notify_
.push_back(pair<condition_variable*, mutex*>(cv, m));
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
thread.cpp
167
_Notify
notify_
;
member in class:__thread_struct_imp
181
for (_Notify::iterator i =
notify_
.begin(), e =
notify_
.end();
198
notify_
.push_back(pair<condition_variable*, mutex*>(cv, m));
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
thread.cpp
170
_Notify
notify_
;
member in class:__thread_struct_imp
184
for (_Notify::iterator i =
notify_
.begin(), e =
notify_
.end();
201
notify_
.push_back(pair<condition_variable*, mutex*>(cv, m));
/external/webrtc/webrtc/base/
httpbase.h
99
void notify(IHttpNotify* notify) {
notify_
= notify; }
173
IHttpNotify*
notify_
;
member in class:rtc::HttpBase
Completed in 262 milliseconds