Home
last modified time | relevance | path

Searched refs:ThreadFunction (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_connection_context_test.cc109 typedef void (*ThreadFunction)(); typedef
111 template <ThreadFunction func>
121 template <ThreadFunction func>
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/testing/
DTestThread.h35 typedef void* (ThreadFunction)(void* param); typedef
38 TestThread(ThreadFunction* func, void* funcParam,
/aosp_15_r20/system/logging/logd/
H A DLogListener.cpp41 auto thread = std::thread(&LogListener::ThreadFunction, this); in StartListener()
46 void LogListener::ThreadFunction() { in ThreadFunction() function in LogListener
H A DLogReaderThread.cpp49 auto thread = std::thread{&LogReaderThread::ThreadFunction, this}; in Run()
53 void LogReaderThread::ThreadFunction() { in ThreadFunction() function in LogReaderThread
H A DLogListener.h27 void ThreadFunction();
H A DLogReaderThread.h92 void ThreadFunction();
/aosp_15_r20/hardware/google/camera/common/apex_update_listener/
Dapex_update_listener.cc36 thread_(&ApexUpdateListener::ThreadFunction, this) { in ApexUpdateListener()
146 void ApexUpdateListener::ThreadFunction() { in ThreadFunction() function in ApexUpdateListener
Dapex_update_listener.h89 void ThreadFunction();
/aosp_15_r20/system/core/init/
H A Dproperty_service.cpp206 std::thread{&AsyncRestorecon::ThreadFunction, this}.detach(); in TriggerRestorecon()
211 void ThreadFunction() { in ThreadFunction() function in android::init::AsyncRestorecon
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/osservice/
H A Dmos_utilities_specific.cpp2123 void *ThreadFunction, in MosCreateThread() argument
2128 if (0 != pthread_create(&Thread, nullptr, (void *(*)(void *))ThreadFunction, ThreadData)) in MosCreateThread()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/os/
H A Dmos_utilities.h1754 void *ThreadFunction,