OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReleaseThread
(Results
1 - 4
of
4
) sorted by null
/system/core/libmemunreachable/
ThreadCapture.h
43
bool
ReleaseThread
(pid_t tid);
ThreadCapture.cpp
79
bool
ReleaseThread
(pid_t tid);
84
bool
ReleaseThread
(pid_t tid, unsigned int signal);
301
bool ThreadCaptureImpl::
ReleaseThread
(pid_t tid) {
306
return
ReleaseThread
(it->first, it->second);
309
bool ThreadCaptureImpl::
ReleaseThread
(pid_t tid, unsigned int signal) {
317
if (
ReleaseThread
(it->first, it->second)) {
359
bool ThreadCapture::
ReleaseThread
(pid_t tid) {
360
return impl_->
ReleaseThread
(tid);
MemUnreachable.cpp
308
thread_capture.
ReleaseThread
(parent_tid);
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar
Completed in 3903 milliseconds