Home
last modified time | relevance | path

Searched defs:threadId (Results 1 – 25 of 52) sorted by relevance

123

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dparallel.cu83 const int threadId = 0; in __kmpc_kernel_prepare_parallel() local
135 int threadId = GetThreadIdInBlock(); in __kmpc_kernel_parallel() local
178 int threadId = GetThreadIdInBlock(); in __kmpc_kernel_end_parallel() local
211 int threadId = GetLogicalThreadIdInBlock(checkSPMDMode(loc)); in __kmpc_serialized_parallel() local
250 int threadId = GetLogicalThreadIdInBlock(checkSPMDMode(loc)); in __kmpc_end_serialized_parallel() local
Domptarget.cu49 int threadId = GetLogicalThreadIdInBlock(/*isSPMDExecutionMode=*/false); in __kmpc_kernel_init() local
86 int threadId = GetThreadIdInBlock(); in __kmpc_spmd_kernel_init() local
146 int threadId = GetThreadIdInBlock(); in __kmpc_spmd_kernel_deinit_v2() local
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
Dvscode.py383 def get_stackFrame(self, frameIndex=0, threadId=None): argument
403 def get_scope_variables(self, scope_name, frameIndex=0, threadId=None): argument
427 def get_global_variables(self, frameIndex=0, threadId=None): argument
431 def get_local_variables(self, frameIndex=0, threadId=None): argument
435 def get_local_variable(self, name, frameIndex=0, threadId=None): argument
443 def get_local_variable_value(self, name, frameIndex=0, threadId=None): argument
541 def request_continue(self, threadId=None): argument
575 def request_evaluate(self, expression, frameIndex=0, threadId=None): argument
673 def request_next(self, threadId): argument
684 def request_stepIn(self, threadId): argument
[all …]
Dlldbvscode_testcase.py146 def get_stackFrames_and_totalFramesCount(self, threadId=None, startFrame=None, argument
161 def get_stackFrames(self, threadId=None, startFrame=None, levels=None, argument
170 def get_source_and_line(self, threadId=None, frameIndex=0): argument
193 def get_local_as_int(self, name, threadId=None): argument
210 def stepIn(self, threadId=None, waitForStop=True): argument
216 def stepOver(self, threadId=None, waitForStop=True): argument
222 def stepOut(self, threadId=None, waitForStop=True): argument
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DSingleStepWithPendingExceptionTest.java90 long threadId = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointRequestId); in testSingleStepWithPendingException() local
130 private int setSingleStepOut(long threadId) { in setSingleStepOut()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeLogRedirector.cs28 …internal delegate void GprLogDelegate(IntPtr fileStringPtr, int line, ulong threadId, IntPtr sever… in GprLogDelegate()
55 …private static void HandleWrite(IntPtr fileStringPtr, int line, ulong threadId, IntPtr severityStr… in HandleWrite()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPProxyTestCase.java35 private final long threadId; field in JDWPProxyTestCase.EventContext
39 public EventContext(long threadId, long frameId, Location location) { in EventContext()
DJDWPInvokeMethodSuspendedTwiceTestCase.java172 protected abstract CommandPacket buildInvokeCommand(long threadId, long classID, in buildInvokeCommand()
DJDWPInvokeMethodWithSuspensionTestCase.java161 protected abstract CommandPacket buildInvokeCommand(long threadId, long classID, in buildInvokeCommand()
/external/testng/src/test/java/test/testng285/
DBugBase.java18 void log(long threadId) { in log()
/external/dagger2/javatests/dagger/functional/producers/monitoring/
DThreadAccumulator.java35 long threadId(String name) { in threadId() method in ThreadAccumulator
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DLockFreeLinkedListShortStressTest.kt39 repeat(nAdderThreads) { threadId -> in <lambda>() method
65 repeat(nRemoverThreads) { threadId -> in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DCommonPool.kt91 val threadId = AtomicInteger() in createPlainPool() constant
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DNewInstanceAfterMultipleThreadSuspensionTest.java39 protected CommandPacket buildInvokeCommand(long threadId, long classID, in buildInvokeCommand()
DInvokeMethodWithSuspensionTest.java38 protected CommandPacket buildInvokeCommand(long threadId, long classID, in buildInvokeCommand()
DInvokeMethodAfterMultipleThreadSuspensionTest.java40 protected CommandPacket buildInvokeCommand(long threadId, long classID, in buildInvokeCommand()
DNewInstanceWithSuspensionTest.java37 protected CommandPacket buildInvokeCommand(long threadId, long classID, in buildInvokeCommand()
DAbstractNewInstanceTestCase.java98 long threadId = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointRequestId); in checkNewInstanceTag() local
/external/deqp/framework/delibs/decpp/
DdeThreadSafeRingBuffer.cpp72 deUint16 threadId = msg.getThreadId(); in run() local
99 Producer (ThreadSafeRingBuffer<Message>& buffer, deUint16 threadId, int dataSize) in Producer()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodAfterMultipleThreadSuspensionTest.java40 protected CommandPacket buildInvokeCommand(long threadId, long classID, in buildInvokeCommand()
DInvokeMethodWithSuspensionTest.java38 protected CommandPacket buildInvokeCommand(long threadId, long classID, in buildInvokeCommand()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/misc/
DThreadSafety1759Test.java52 private Callable<Throwable> createCallable(final int threadId, in createCallable()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drdtsc_core.h112 #define RDTSC_INIT(pBucketMgr, threadId) rdtscInit(pBucketMgr,threadId) argument
119 #define RDTSC_INIT(pBucketMgr, threadId) argument
134 INLINE void rdtscInit(BucketManager* pBucketMgr, int threadId) in rdtscInit()
Dthreads.h44 uint32_t threadId; // within the procGroup for Windows member
/external/testng/src/test/java/test/thread/
DBaseThreadTest.java40 protected void logThread(long threadId) { in logThread()

123