Home
last modified time | relevance | path

Searched defs:threadId (Results 51 - 75 of 114) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dparallel_marker-inl.h49 inline void NonMovableMarker::MarkValue(uint32_t threadId, ObjectSlot &slot, Region *rootRegion, bool needBarrier) in MarkValue() argument
77 inline void NonMovableMarker::MarkObject(uint32_t threadId, TaggedObject *object) in MarkObject() argument
103 inline void NonMovableMarker::HandleRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSlot slot) in HandleRoots() argument
111 inline void NonMovableMarker::HandleRangeRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSlot start, in HandleRangeRoots() argument
132 inline void NonMovableMarker::HandleNewToEdenRSet(uint32_t threadId, Regio argument
149 HandleOldToNewRSet(uint32_t threadId, Region *region) HandleOldToNewRSet() argument
175 RecordWeakReference(uint32_t threadId, JSTaggedType *ref, Region *objectRegion) RecordWeakReference() argument
207 HandleRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSlot slot) HandleRoots() argument
215 HandleRangeRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSlot start, ObjectSlot end) HandleRangeRoots() argument
239 HandleNewToEdenRSet(uint32_t threadId, Region *region) HandleNewToEdenRSet() argument
258 HandleOldToNewRSet(uint32_t threadId, Region *region) HandleOldToNewRSet() argument
277 AllocateDstSpace(uint32_t threadId, size_t size, bool &shouldPromote) AllocateDstSpace() argument
302 UpdateForwardAddressIfSuccess(uint32_t threadId, TaggedObject *object, JSHClass *klass, uintptr_t toAddress, size_t size, ObjectSlot slot, bool isPromoted) UpdateForwardAddressIfSuccess() argument
369 MarkValue(uint32_t threadId, TaggedObject *root, ObjectSlot slot) MarkValue() argument
386 MarkObject(uint32_t threadId, TaggedObject *object, ObjectSlot slot) MarkObject() argument
403 EvacuateObject(uint32_t threadId, TaggedObject *object, const MarkWord &markWord, ObjectSlot slot) EvacuateObject() argument
430 RecordWeakReference(uint32_t threadId, JSTaggedType *ref, [[maybe_unused]] Region *objectRegion) RecordWeakReference() argument
440 MarkValue(uint32_t threadId, ObjectSlot slot) MarkValue() argument
453 MarkObject(uint32_t threadId, TaggedObject *object, ObjectSlot slot) MarkObject() argument
499 EvacuateObject(uint32_t threadId, TaggedObject *object, const MarkWord &markWord, ObjectSlot slot) EvacuateObject() argument
526 RecordWeakReference(uint32_t threadId, JSTaggedType *ref, [[maybe_unused]] Region *objectRegion) RecordWeakReference() argument
[all...]
H A Dparallel_marker.cpp21 void Marker::MarkRoots(uint32_t threadId, VMRootVisitType type) in MarkRoots() argument
37 void Marker::ProcessNewToEden(uint32_t threadId) in ProcessNewToEden() argument
43 ProcessNewToEdenNoMarkStack(uint32_t threadId) ProcessNewToEdenNoMarkStack() argument
48 ProcessOldToNew(uint32_t threadId) ProcessOldToNew() argument
56 ProcessOldToNewNoMarkStack(uint32_t threadId) ProcessOldToNewNoMarkStack() argument
63 ProcessOldToNew(uint32_t threadId, Region *region) ProcessOldToNew() argument
71 ProcessSnapshotRSet(uint32_t threadId) ProcessSnapshotRSet() argument
79 ProcessSnapshotRSetNoMarkStack(uint32_t threadId) ProcessSnapshotRSetNoMarkStack() argument
86 MarkJitCodeMap(uint32_t threadId) MarkJitCodeMap() argument
116 ProcessMarkStack(uint32_t threadId) ProcessMarkStack() argument
156 ProcessIncrementalMarkStack(uint32_t threadId, uint32_t markStepSize) ProcessIncrementalMarkStack() argument
207 ProcessMarkStack(uint32_t threadId) ProcessMarkStack() argument
228 ProcessMarkStack(uint32_t threadId) ProcessMarkStack() argument
251 MarkJitCodeMap(uint32_t threadId) MarkJitCodeMap() argument
265 HandleVisitJitCodeMap(uint32_t threadId, std::map<JSTaggedType, JitCodeVector *> &jitCodeMaps) HandleVisitJitCodeMap() argument
301 AllocateForwardAddress(uint32_t threadId, size_t size, JSHClass *hclass, TaggedObject *object) AllocateForwardAddress() argument
[all...]
H A Dwork_manager.h201 inline void PushWeakReference(uint32_t threadId, JSTaggedType *weak) in PushWeakReference() argument
206 inline void IncreaseAliveSize(uint32_t threadId, size_t size) in IncreaseAliveSize() argument
211 inline void IncreasePromotedSize(uint32_t threadId, size_t size) in IncreasePromotedSize() argument
226 PushSlotNeedUpdate(uint32_t threadId, SlotNeedUpdate slot) PushSlotNeedUpdate() argument
231 GetSlotNeedUpdate(uint32_t threadId, SlotNeedUpdate *slot) GetSlotNeedUpdate() argument
286 IncreaseAliveSize(uint32_t threadId, size_t size) IncreaseAliveSize() argument
299 PushWeakReference(uint32_t threadId, JSTaggedType *weak) PushWeakReference() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_gc_marker-inl.h27 inline void SharedGCMarker::MarkObject(uint32_t threadId, TaggedObject *object, [[maybe_unused]] ObjectSlot &slot) in MarkObject() argument
46 inline void SharedGCMarker::MarkValue(uint32_t threadId, ObjectSlot &slot) in MarkValue() argument
58 inline void SharedGCMarkerBase::HandleRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSlot slot) in HandleRoots() argument
66 inline void SharedGCMarkerBase::HandleLocalRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSlot slot) in HandleLocalRoots() argument
74 inline void SharedGCMarkerBase::HandleLocalRangeRoots(uint32_t threadId, [[maybe_unuse argument
122 RecordWeakReference(uint32_t threadId, JSTaggedType *slot) RecordWeakReference() argument
127 RecordObject(JSTaggedValue value, uint32_t threadId, void *mem) RecordObject() argument
138 GetVisitor(JSTaggedValue value, uint32_t threadId, void *mem) GetVisitor() argument
156 GenerateRSetVisitor(uint32_t threadId) GenerateRSetVisitor() argument
167 ProcessVisitorOfDoMark(uint32_t threadId) ProcessVisitorOfDoMark() argument
180 DoMark(uint32_t threadId) DoMark() argument
224 MarkObject(uint32_t threadId, TaggedObject *object, ObjectSlot &slot) MarkObject() argument
247 MarkValue(uint32_t threadId, ObjectSlot &slot) MarkValue() argument
264 EvacuateObject(uint32_t threadId, TaggedObject *object, const MarkWord &markWord, ObjectSlot slot) EvacuateObject() argument
282 AllocateDstSpace(uint32_t threadId, size_t size) AllocateDstSpace() argument
304 UpdateForwardAddressIfSuccess(uint32_t threadId, TaggedObject *object, JSHClass *klass, uintptr_t toAddress, size_t size, ObjectSlot slot) UpdateForwardAddressIfSuccess() argument
327 AllocateForwardAddress(uint32_t threadId, size_t size) AllocateForwardAddress() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/
H A Dmark_word.h219 MarkWord DecodeFromLightLock(os::thread::ThreadId threadId, uint32_t count) in DecodeFromLightLock() argument
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_dfx.cpp67 void JitDfx::OpenLogFile(uint32_t threadId) in OpenLogFile() argument
87 uint32_t threadId = os::thread::GetCurrentThreadId(); in GetLogFileStream() local
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
H A Dsignal_handler_test.cpp121 int TestThread(int threadId, int sig) in TestThread() argument
320 int TestThread2(int threadId, int sig, int total, bool exitEarly) in TestThread2() argument
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdserver_fuzzer/
H A Dfaultloggerdserver_fuzzer.cpp78 pthread_t threadId; in HandleRequestTestCommon() local
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/
H A Dtrigger_connector.cpp131 TriggerSession(TriggerConnector *connector, std::shared_ptr<IIntellVoiceTriggerConnectorCallback> callback, uint32_t threadId) TriggerSession() argument
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_engine.cpp40 uint64_t threadId; member
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeStablityTest.cpp176 void RunDecode(string decoderName, string inputFile, string outputFile, int32_t threadId) in RunDecode() argument
199 void RunLongTimeFlush(string decoderName, string inputFile, string outputFile, int32_t threadId) in RunLongTimeFlush() argument
228 void RunLongTimeReset(string decoderName, string inputFile, string outputFile, int32_t threadId) in RunLongTimeReset() argument
258 void RunLongTimeStop(string decoderName, string inputFile, string outputFile, int32_t threadId) in RunLongTimeStop() argument
H A DNativeFunctionTest.cpp169 void runDecode(string decoderName, string inputFile, string outputFile, int32_t threadId) in runDecode() argument
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H A DNativeFunctionTest.cpp127 void runEncode(string encoderName, string inputFile, string outputFile, int32_t threadId) in runEncode() argument
H A DNativeStablityTest.cpp78 void RunEncode(string encoderName, string inputFile, string outputFile, int32_t threadId) in RunEncode() argument
90 void RunLongTimeFlush(string encoderName, string inputFile, string outputFile, int32_t threadId) in RunLongTimeFlush() argument
119 void RunLongTimeReset(string encoderName, string inputFile, string outputFile, int32_t threadId) in RunLongTimeReset() argument
148 void RunLongTimeStop(string encoderName, string inputFile, string outputFile, int32_t threadId) in RunLongTimeStop() argument
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_generate_worker.h72 ThumbnailGenerateThreadStatus(int threadId) : threadId_(threadId) {} in ThumbnailGenerateThreadStatus() argument
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_process_skeleton_unittest.cpp472 std::thread::id threadId; in HWTEST_F() local
489 std::thread::id threadId; in HWTEST_F() local
506 std::thread::id threadId; in HWTEST_F() local
556 std::thread::id threadId; in HWTEST_F() local
1769 std::thread::id threadId; HWTEST_F() local
1786 std::thread::id threadId; HWTEST_F() local
1803 std::thread::id threadId; HWTEST_F() local
1851 std::thread::id threadId; HWTEST_F() local
[all...]
/foundation/communication/ipc/ipc/test/rpc/socket_trans/src/
H A Drpc_mini_socket_trans.c183 pthread_t threadId; in OpenTcpServerSocket() local
217 pthread_t threadId; in StartListen() local
284 pthread_t threadId; in HandleConnect() local
H A Drpc_socket_trans.c176 pthread_t threadId; in OpenTcpServerSocket() local
197 pthread_t threadId; in StartListen() local
279 pthread_t threadId; in Connect() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_network.cpp44 pthread_t threadId; in Open() local
337 pthread_t threadId = static_cast<pthread_t>(-1); in CreateThread() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_uhid.cpp40 pthread_t threadId; in Open() local
294 pthread_t threadId = static_cast<pthread_t>(-1); in CreateThread() local
/kernel/uniproton/src/core/kernel/task/
H A Dprt_task_init.c51 OS_SEC_L4_TEXT void OsTskInfoGet(TskHandle *threadId, struct TskInfo *taskInfo) in OsTskInfoGet() argument
/kernel/uniproton/src/include/uapi/hw/armv7-m/
H A Dprt_exc.h86 U32 threadId; member
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dfnmatchndk132.cpp187 pthread_t threadId; in PThread_cond_timedWait_time64_One() local
210 pthread_t threadId; in PThread_cond_timedWait_time64_Two() local
237 pthread_t threadId; in Sem_timedWait_time64() local
/third_party/lzma/C/
H A DThreads.c68 DWORD threadId; in Thread_Create() local
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeBlockBuffer.cpp85 deUint16 threadId = msg.getThreadId(); in run() local
126 Producer(MessageBuffer& buffer, deUint16 threadId, int numMessages) Producer() argument
[all...]

Completed in 22 milliseconds

12345