OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:detach
(Results
126 - 150
of
1216
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/art/test/136-daemon-jni-shutdown/
daemon_jni_shutdown.cc
43
// Fake up the managed stack so we can
detach
.
/development/ndk/platforms/android-21/include/sys/
mount.h
39
#define MNT_DETACH 2 /*
Detach
from tree only */
/external/apache-xml/src/main/java/org/apache/xpath/axes/
MatchPatternIterator.java
169
* state. After<code>
detach
</code> has been invoked, calls to
173
public void
detach
()
method in class:MatchPatternIterator
179
// Always call the superclass
detach
last!
180
super.
detach
();
OneStepIterator.java
104
* state. After<code>
detach
</code> has been invoked, calls to
108
public void
detach
()
method in class:OneStepIterator
115
// Always call the superclass
detach
last!
116
super.
detach
();
/external/libcxx/test/std/thread/futures/futures.promise/
set_exception_at_thread_exit.pass.cpp
33
std::thread(func, std::move(p)).
detach
();
set_lvalue_at_thread_exit.pass.cpp
35
std::thread(func, std::move(p)).
detach
();
set_rvalue_at_thread_exit.pass.cpp
37
std::thread(func, std::move(p)).
detach
();
set_value_at_thread_exit_const.pass.cpp
32
std::thread(func, std::move(p)).
detach
();
set_value_at_thread_exit_void.pass.cpp
35
std::thread(func, std::move(p)).
detach
();
/external/libcxx/test/std/thread/thread.condition/
notify_all_at_thread_exit.pass.cpp
39
std::thread(func).
detach
();
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
wait.exception.pass.cpp
57
std::thread(signal_me).
detach
();
wait_for.exception.pass.cpp
57
std::thread(signal_me).
detach
();
/external/lzma/CPP/Windows/
Registry.h
23
HKEY
Detach
()
Shell.h
34
LPITEMIDLIST
Detach
()
/external/sfntly/cpp/src/sample/subtly/
subsetter.cc
65
return font_subset.
Detach
();
/external/skia/src/doc/
SkDocument_XPS.cpp
79
return new SkDocument_XPS(stream.
detach
(), delete_wstream, dpi);
/external/skia/src/gpu/gl/iOS/
SkCreatePlatformGLContext_iOS.mm
56
this->init(gl.
detach
());
/external/skia/src/gpu/gl/mac/
SkCreatePlatformGLContext_mac.cpp
80
this->init(gl.
detach
());
/external/skia/src/gpu/gl/mesa/
SkMesaGLContext.cpp
66
this->init(gl.
detach
());
/external/valgrind/drd/tests/
pth_detached.c
60
// Create count2 detached threads by letting the threads
detach
themselves.
pth_detached_sem.c
67
// Create count2 detached threads by letting the threads
detach
themselves.
/frameworks/av/include/radio/
IRadio.h
34
virtual void
detach
() = 0;
Radio.h
47
void
detach
();
/frameworks/av/include/soundtrigger/
ISoundTrigger.h
33
virtual void
detach
() = 0;
SoundTrigger.h
46
void
detach
();
Completed in 789 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>