Home
last modified time | relevance | path

Searched defs:thread (Results 26 – 50 of 285) sorted by relevance

12345678910>>...12

/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Dhdf_device_thread.c94 struct DeviceThread *thread = in DeviceThreadNewInstance() local
102 void DeviceThreadFreeInstance(struct DeviceThread *thread) in DeviceThreadFreeInstance()
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp187 RenderThread& thread = RenderThread::getInstance(); in destroyFunctor() local
203 auto& thread = RenderThread::getInstance(); in copyLayerInto() local
228 RenderThread& thread = RenderThread::getInstance(); in trimMemory() local
237 RenderThread& thread = RenderThread::getInstance(); in trimCaches() local
245 RenderThread& thread = RenderThread::getInstance(); in purgeCaches() local
318 auto& thread = RenderThread::getInstance(); in dumpGraphicsMemory() local
330 auto& thread = RenderThread::getInstance(); in getMemoryUsage() local
420 auto& thread = RenderThread::getInstance(); in copySurfaceInto() local
457 RenderThread& thread = RenderThread::getInstance(); in copyHWBitmapInto() local
468 RenderThread& thread = RenderThread::getInstance(); in copyImageInto() local
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_beta_recorder.cpp65 std::thread thread([]() { in LaunchBetaRecordNotificationThread() local
79 std::thread thread([]() { in LaunchBetaRecordMetricsUpdateThread() local
101 std::thread thread([fileDataCopy{std::move(fileData)}, path]() { in WriteBetaRecordFileThread() local
116 std::thread thread([]() { in RenameAndSendFilenameThread() local
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/install/
H A DRequestThrottleTest.kt55 val thread = startThread { request.schedule() } regex
82 val thread = startThread { request.schedule() } regex
201 val thread = startThread { handler.timeAdvance() } regex
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_remote.cpp54 void GetThreadKernelStack(std::shared_ptr<DfxThread> thread) in GetThreadKernelStack()
185 for (auto &thread : process->GetOtherThreads()) { in UnwindOtherThread() local
246 for (auto &thread : process->GetOtherThreads()) { in InitOtherThreadRegs() local
H A Ddfx_process.cpp77 auto thread = DfxThread::Create(processInfo_.pid, tids[i], nstids[i]); in InitOtherThreads() local
133 for (auto thread : otherThreads_) { in Attach() local
148 for (auto thread : otherThreads_) { in Detach() local
H A Ddfx_unwind_async_thread.h31 …DfxUnwindAsyncThread(std::shared_ptr<DfxThread> thread, std::shared_ptr<Unwinder> unwinder, uint64… in DfxUnwindAsyncThread()
/ohos5.0/drivers/hdf_core/framework/support/posix/src/
H A Dosal_thread.c62 int32_t OsalThreadCreate(struct OsalThread *thread, OsalThreadEntry threadEntry, void *entryPara) in OsalThreadCreate()
85 int32_t OsalThreadDestroy(struct OsalThread *thread) in OsalThreadDestroy()
144 int32_t OsalThreadStart(struct OsalThread *thread, const struct OsalThreadParam *param) in OsalThreadStart()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dcan_test.c289 struct OsalThread *thread = (struct OsalThread *)OsalMemCalloc(sizeof(*thread)); in CanTestStartTestThread() local
319 static void CanTestStopTestThread(struct OsalThread *thread) in CanTestStopTestThread()
349 struct OsalThread *thread = NULL; in CanTestMultiThreadReadSameHandle() local
362 struct OsalThread *thread = NULL; in CanTestMultiThreadReadMultiHandle() local
379 struct OsalThread *thread = NULL; in CanTestMultiThreadSendSameHandle() local
391 struct OsalThread *thread = NULL; in CanTestMultiThreadSendMultiHandle() local
/aosp14/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseLockTest.java95 Thread thread = new DatabaseFairnessThread(); in startDatabaseFairnessThread() local
152 Thread thread = new DatabaseLatencyThread(); in startDatabaseLatencyThread() local
/ohos5.0/drivers/hdf_core/framework/core/adapter/syscall/include/
H A Dhdf_syscall_adapter.h30 struct OsalThread thread; member
48 struct HdfDevListenerThread *thread; member
56 struct HdfDevListenerThread *thread; member
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/tests/
H A Dtcp_test.rs32 let thread = thread::spawn(move || { in sdv_tcp_server() localVariable
102 let thread = thread::spawn(move || { in sdv_tcp_server_vectored() localVariable
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto_to_text.cpp79 const Thread& thread, bool should_log) { in print_thread_header()
109 const Thread& thread, bool should_log) { in print_thread_registers()
191 const Thread& thread, bool should_log) { in print_thread_backtrace()
203 const Thread& thread) { in print_thread_memory_dump()
252 static void print_thread(CallbackType callback, const Tombstone& tombstone, const Thread& thread) { in print_thread()
390 const Thread& thread) { in print_main_thread()
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DWindowManagerPolicyThread.java30 public static void set(Thread thread, Looper looper) { in set()
/aosp14/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp23 RenderState::RenderState(renderthread::RenderThread& thread) : mRenderThread(thread) { in RenderState()
/aosp14/frameworks/base/core/tests/coretests/src/android/content/
H A DContentQueryMapTest.java54 LooperThread thread = new LooperThread() { in testContentQueryMap() local
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dthread.cpp29 Thread* thread = reinterpret_cast<Thread*>(arg); in Start() local
/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/util/
H A DAssert.java36 public static void setTestThread(Thread thread) { in setTestThread()
/aosp14/frameworks/base/libs/hwui/
H A DReadback.h41 explicit Readback(renderthread::RenderThread& thread) : mRenderThread(thread) {} in Readback()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_thread_test.cpp136 pthread_t thread = test->GetThread(); variable
192 pthread_t thread = test->GetThread(); variable
247 pthread_t thread = test->GetThread(); variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_mock.cpp371 std::thread thread(run); in CreateGroupSuccessAction() local
383 std::thread thread(run); in CreateGroupFailureAction() local
395 std::thread thread(run); in CreateGroupTimeOutAction() local
409 std::thread thread(run); in ConnectSuccessAction() local
421 std::thread thread(run); in ConnectFailureAction() local
433 std::thread thread(run); in ConnectTimeOutAction() local
447 std::thread thread(run); in DestroyGroupSuccessAction() local
459 std::thread thread(run); in DestroyGroupFailureAction() local
471 std::thread thread(run); in DestroyGroupTimeOutAction() local
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
H A DIrisService.java68 final ServiceThread thread = new ServiceThread(TAG, Process.THREAD_PRIORITY_BACKGROUND, in registerAuthenticators() local
/aosp14/frameworks/base/libs/hwui/hwui/
H A DAnimatedImageThread.cpp26 sp<AnimatedImageThread> thread = sp<AnimatedImageThread>::make(); in getInstance() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/transport/
H A DTransportStatusCallbackTest.java54 Thread thread = new Thread(() -> { in testGetOperationStatus_completeOperation_returnsStatus() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DThreadPriorityBoosterTest.java81 final Thread thread = new Thread(action); in joinNewThread() local

12345678910>>...12