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 D | quic_connection_context_test.cc | 109 typedef void (*ThreadFunction)(); typedef 111 template <ThreadFunction func> 121 template <ThreadFunction func>
|
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/testing/ |
D | TestThread.h | 35 typedef void* (ThreadFunction)(void* param); typedef 38 TestThread(ThreadFunction* func, void* funcParam,
|
/aosp_15_r20/system/logging/logd/ |
H A D | LogListener.cpp | 41 auto thread = std::thread(&LogListener::ThreadFunction, this); in StartListener() 46 void LogListener::ThreadFunction() { in ThreadFunction() function in LogListener
|
H A D | LogReaderThread.cpp | 49 auto thread = std::thread{&LogReaderThread::ThreadFunction, this}; in Run() 53 void LogReaderThread::ThreadFunction() { in ThreadFunction() function in LogReaderThread
|
H A D | LogListener.h | 27 void ThreadFunction();
|
H A D | LogReaderThread.h | 92 void ThreadFunction();
|
/aosp_15_r20/hardware/google/camera/common/apex_update_listener/ |
D | apex_update_listener.cc | 36 thread_(&ApexUpdateListener::ThreadFunction, this) { in ApexUpdateListener() 146 void ApexUpdateListener::ThreadFunction() { in ThreadFunction() function in ApexUpdateListener
|
D | apex_update_listener.h | 89 void ThreadFunction();
|
/aosp_15_r20/system/core/init/ |
H A D | property_service.cpp | 206 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 D | mos_utilities_specific.cpp | 2123 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 D | mos_utilities.h | 1754 void *ThreadFunction,
|