Home
last modified time | relevance | path

Searched refs:threadnum (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/test/API/api/multiple-debuggers/
Dmulti-process-driver.cpp88 uint64_t threadnum = (uint64_t) in; in do_one_debugger() local
92 asprintf (&threadname, "thread #%lld", threadnum); in do_one_debugger()
98 printf ("#%lld: Starting debug session\n", threadnum); in do_one_debugger()
112 printf ("#%lld: failed to set breakpoint on bar, exiting.\n", threadnum); in do_one_debugger()
118 printf ("#%lld: Failed to set breakpoint on foo()\n", threadnum); in do_one_debugger()
139 printf ("#%lld: backtrace while @ foo() failed\n", threadnum); in do_one_debugger()
140 completed_threads_array[threadnum] = true; in do_one_debugger()
147 …ld: First breakpoint did not stop at foo(), instead stopped at '%s'\n", threadnum, process.GetThre… in do_one_debugger()
149 completed_threads_array[threadnum] = true; in do_one_debugger()
159 printf ("#%lld: Process exited\n", threadnum); in do_one_debugger()
[all …]
/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
DTestStopPCs.py15 def threadStopInfo(self, threadnum): argument
16 if threadnum == 0x1ff0d:
18 if threadnum == 0x2ff0d:
DTestNoWatchpointSupportInfo.py21 def threadStopInfo(self, threadnum): argument
22 if threadnum == 0x1ff0d:
Dgdbclientutils.py162 threadnum = int (packet[15:], 16)
163 return self.threadStopInfo(threadnum)
272 def threadStopInfo(self, threadnum): argument
DTestNoGPacketSupported.py31 def threadStopInfo(self, threadnum): argument
/external/ltp/testcases/kernel/mem/mtest07/
Dmallocstress.c136 void *alloc_mem(void *threadnum) in alloc_mem() argument
144 err = allocate_free(((uintptr_t)threadnum) % 4); in alloc_mem()
147 (int)(uintptr_t)threadnum, err, in alloc_mem()
/external/python/cpython2/Lib/test/
Dtest_hashlib.py381 for threadnum in xrange(num_threads):
382 chunk_size = len(data) // (10**threadnum)
/external/python/cpython3/Lib/test/
Dtest_hashlib.py903 for threadnum in range(num_threads):
904 chunk_size = len(data) // (10 ** threadnum)