Home
last modified time | relevance | path

Searched refs:thread_list (Results 1 – 25 of 1218) sorted by relevance

12345678910>>...49

/dports/mail/pear-Horde_Imap_Client/Horde_Imap_Client-2.29.18/test/Horde/Imap/Client/
H A DSocketTest.php69 $thread_list = $thread->getThread(1);
73 count($thread_list)
80 $thread_list[1]->level
83 $thread_list = $thread->getThread(2);
104 $thread_list = $thread->getThread(16);
113 count($thread_list)
126 $thread_list[$k]->base
133 $thread_list[$k]->level
139 $thread_list[$k]->level
145 $thread_list[$k]->level
[all …]
/dports/lang/ferite/ferite-1.0.2/src/
H A Dferite_thread.c59 ptr->thread_list = ferite_create_stack( NULL, 1 ); in ferite_create_thread_group()
82 ferite_delete_stack( NULL, group->thread_list ); in ferite_thread_group_destroy()
109 for( i = 1; i <= group->thread_list->stack_ptr; i++ ) in ferite_thread_group_attach()
111 if( group->thread_list->stack[i] == NULL ) in ferite_thread_group_attach()
113 group->thread_list->stack[i] = thread; in ferite_thread_group_attach()
120 ferite_stack_push( group->thread_list, thread ); in ferite_thread_group_attach()
145 for( i = 1; i <= group->thread_list->stack_ptr; i++ ) in ferite_thread_group_dettach()
147 if( group->thread_list->stack[i] == thread ) in ferite_thread_group_dettach()
149 group->thread_list->stack[i] = NULL; in ferite_thread_group_dettach()
180 for( i = 1; i <= group->thread_list->stack_ptr; i++ ) in ferite_thread_group_wait()
[all …]
/dports/misc/netron/netron-4.1.9/src/
H A Dserver.py157 thread_list = [] variable
166 global thread_list
167 for thread in thread_list:
170 thread_list = [ thread for thread in thread_list if thread.alive() ]
174 global thread_list
177 thread_list = [ thread for thread in thread_list if thread.alive() ]
180 for thread in thread_list:
182 thread_list = [ thread for thread in thread_list if thread.alive() ]
195 global thread_list
204 thread_list = [ thread for thread in thread_list if thread.alive() ]
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/thread/
H A Dthread.c432 if (!thread_list) in CreateThread()
437 if (!thread_list) in CreateThread()
497 if (thread_list && ListDictionary_Contains(thread_list, &thread->thread)) in cleanup_handle()
516 if (!thread_list) in ThreadCloseHandle()
528 ListDictionary_Lock(thread_list); in ThreadCloseHandle()
546 ListDictionary_Free(thread_list); in ThreadCloseHandle()
547 thread_list = NULL; in ThreadCloseHandle()
568 if (!thread_list) in ExitThread()
587 ListDictionary_Lock(thread_list); in ExitThread()
804 if (!thread_list) in DumpThreadHandles()
[all …]
/dports/devel/ptypes/ptypes-2.1.1/wshare/
H A Dclients.cxx22 thread_list threads;
28 thread_list::thread_list(): lock(), count(0), list(0) in thread_list() function in thread_list
33 thread_list::~thread_list() in ~thread_list()
39 void thread_list::set_capacity(int icount) in set_capacity()
49 void thread_list::add(client_thread* t) in add()
62 void thread_list::del(client_thread* t) in del()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/util/
H A Dthread_list_test.cc145 std::vector<ThreadStatus> thread_list; in TEST_F() local
148 env->GetThreadList(&thread_list); in TEST_F()
150 for (auto thread_status : thread_list) { in TEST_F()
169 env->GetThreadList(&thread_list); in TEST_F()
174 for (auto thread_status : thread_list) { in TEST_F()
283 std::vector<ThreadStatus> thread_list; in TEST_F() local
284 env->GetThreadList(&thread_list); in TEST_F()
296 env->GetThreadList(&thread_list); in TEST_F()
308 env->GetThreadList(&thread_list); in TEST_F()
320 env->GetThreadList(&thread_list); in TEST_F()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/util/
H A Dthread_list_test.cc147 std::vector<ThreadStatus> thread_list; in TEST_F() local
150 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
152 for (auto thread_status : thread_list) { in TEST_F()
171 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
176 for (auto thread_status : thread_list) { in TEST_F()
195 for (auto thread_status : thread_list) { in UpdateStatusCounts()
285 std::vector<ThreadStatus> thread_list; in TEST_F() local
286 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
298 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
310 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/util/
H A Dthread_list_test.cc147 std::vector<ThreadStatus> thread_list; in TEST_F() local
150 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
152 for (auto thread_status : thread_list) { in TEST_F()
171 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
176 for (auto thread_status : thread_list) { in TEST_F()
195 for (auto thread_status : thread_list) { in UpdateStatusCounts()
285 std::vector<ThreadStatus> thread_list; in TEST_F() local
286 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
298 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
310 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/util/
H A Dthread_list_test.cc147 std::vector<ThreadStatus> thread_list; in TEST_F() local
150 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
152 for (auto thread_status : thread_list) { in TEST_F()
171 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
176 for (auto thread_status : thread_list) { in TEST_F()
195 for (auto thread_status : thread_list) { in UpdateStatusCounts()
285 std::vector<ThreadStatus> thread_list; in TEST_F() local
286 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
298 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
310 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/util/
H A Dthread_list_test.cc147 std::vector<ThreadStatus> thread_list; in TEST_F() local
150 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
152 for (auto thread_status : thread_list) { in TEST_F()
171 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
176 for (auto thread_status : thread_list) { in TEST_F()
195 for (auto thread_status : thread_list) { in UpdateStatusCounts()
285 std::vector<ThreadStatus> thread_list; in TEST_F() local
286 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
298 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
310 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/util/
H A Dthread_list_test.cc147 std::vector<ThreadStatus> thread_list; in TEST_F() local
150 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
152 for (auto thread_status : thread_list) { in TEST_F()
171 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
176 for (auto thread_status : thread_list) { in TEST_F()
195 for (auto thread_status : thread_list) { in UpdateStatusCounts()
285 std::vector<ThreadStatus> thread_list; in TEST_F() local
286 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
298 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
310 ASSERT_OK(env->GetThreadList(&thread_list)); in TEST_F()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/util/
H A Dthread_list_test.cc145 std::vector<ThreadStatus> thread_list; in TEST_F() local
148 env->GetThreadList(&thread_list); in TEST_F()
150 for (auto thread_status : thread_list) { in TEST_F()
169 env->GetThreadList(&thread_list); in TEST_F()
174 for (auto thread_status : thread_list) { in TEST_F()
283 std::vector<ThreadStatus> thread_list; in TEST_F() local
284 env->GetThreadList(&thread_list); in TEST_F()
296 env->GetThreadList(&thread_list); in TEST_F()
308 env->GetThreadList(&thread_list); in TEST_F()
320 env->GetThreadList(&thread_list); in TEST_F()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/util/
H A Dthread_list_test.cc145 std::vector<ThreadStatus> thread_list; in TEST_F() local
148 env->GetThreadList(&thread_list); in TEST_F()
150 for (auto thread_status : thread_list) { in TEST_F()
169 env->GetThreadList(&thread_list); in TEST_F()
174 for (auto thread_status : thread_list) { in TEST_F()
283 std::vector<ThreadStatus> thread_list; in TEST_F() local
284 env->GetThreadList(&thread_list); in TEST_F()
296 env->GetThreadList(&thread_list); in TEST_F()
308 env->GetThreadList(&thread_list); in TEST_F()
320 env->GetThreadList(&thread_list); in TEST_F()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/util/
H A Dthread_list_test.cc145 std::vector<ThreadStatus> thread_list; in TEST_F() local
148 env->GetThreadList(&thread_list); in TEST_F()
150 for (auto thread_status : thread_list) { in TEST_F()
169 env->GetThreadList(&thread_list); in TEST_F()
174 for (auto thread_status : thread_list) { in TEST_F()
283 std::vector<ThreadStatus> thread_list; in TEST_F() local
284 env->GetThreadList(&thread_list); in TEST_F()
296 env->GetThreadList(&thread_list); in TEST_F()
308 env->GetThreadList(&thread_list); in TEST_F()
320 env->GetThreadList(&thread_list); in TEST_F()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/util/
H A Dthread_list_test.cc145 std::vector<ThreadStatus> thread_list; in TEST_F() local
148 env->GetThreadList(&thread_list); in TEST_F()
150 for (auto thread_status : thread_list) { in TEST_F()
169 env->GetThreadList(&thread_list); in TEST_F()
174 for (auto thread_status : thread_list) { in TEST_F()
283 std::vector<ThreadStatus> thread_list; in TEST_F() local
284 env->GetThreadList(&thread_list); in TEST_F()
296 env->GetThreadList(&thread_list); in TEST_F()
308 env->GetThreadList(&thread_list); in TEST_F()
320 env->GetThreadList(&thread_list); in TEST_F()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/util/
H A Dthread_list_test.cc145 std::vector<ThreadStatus> thread_list; in TEST_F() local
148 env->GetThreadList(&thread_list); in TEST_F()
150 for (auto thread_status : thread_list) { in TEST_F()
169 env->GetThreadList(&thread_list); in TEST_F()
174 for (auto thread_status : thread_list) { in TEST_F()
283 std::vector<ThreadStatus> thread_list; in TEST_F() local
284 env->GetThreadList(&thread_list); in TEST_F()
296 env->GetThreadList(&thread_list); in TEST_F()
308 env->GetThreadList(&thread_list); in TEST_F()
320 env->GetThreadList(&thread_list); in TEST_F()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/util/
H A Dthread_list_test.cc145 std::vector<ThreadStatus> thread_list; in TEST_F() local
148 env->GetThreadList(&thread_list); in TEST_F()
150 for (auto thread_status : thread_list) { in TEST_F()
169 env->GetThreadList(&thread_list); in TEST_F()
174 for (auto thread_status : thread_list) { in TEST_F()
283 std::vector<ThreadStatus> thread_list; in TEST_F() local
284 env->GetThreadList(&thread_list); in TEST_F()
296 env->GetThreadList(&thread_list); in TEST_F()
308 env->GetThreadList(&thread_list); in TEST_F()
320 env->GetThreadList(&thread_list); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/client/windows/unittests/
H A Ddump_analysis.cc80 MINIDUMP_THREAD_LIST* thread_list = NULL; in HasTebs() local
81 size_t thread_list_size = GetStream(ThreadListStream, &thread_list); in HasTebs()
83 if (thread_list_size > 0 && thread_list != NULL) { in HasTebs()
84 for (ULONG i = 0; i < thread_list->NumberOfThreads; ++i) { in HasTebs()
85 if (!HasMemory(thread_list->Threads[i].Teb)) in HasTebs()
97 MINIDUMP_THREAD_LIST* thread_list = NULL; in HasPeb() local
98 size_t thread_list_size = GetStream(ThreadListStream, &thread_list); in HasPeb()
100 if (thread_list_size > 0 && thread_list != NULL && in HasPeb()
101 thread_list->NumberOfThreads > 0) { in HasPeb()
103 if (!HasMemory(thread_list->Threads[0].Teb, &teb)) in HasPeb()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/client/windows/unittests/
H A Ddump_analysis.cc80 MINIDUMP_THREAD_LIST* thread_list = NULL; in HasTebs() local
81 size_t thread_list_size = GetStream(ThreadListStream, &thread_list); in HasTebs()
83 if (thread_list_size > 0 && thread_list != NULL) { in HasTebs()
84 for (ULONG i = 0; i < thread_list->NumberOfThreads; ++i) { in HasTebs()
85 if (!HasMemory(thread_list->Threads[i].Teb)) in HasTebs()
97 MINIDUMP_THREAD_LIST* thread_list = NULL; in HasPeb() local
98 size_t thread_list_size = GetStream(ThreadListStream, &thread_list); in HasPeb()
100 if (thread_list_size > 0 && thread_list != NULL && in HasPeb()
101 thread_list->NumberOfThreads > 0) { in HasPeb()
103 if (!HasMemory(thread_list->Threads[0].Teb, &teb)) in HasPeb()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/breakpad-client/windows/unittests/
H A Ddump_analysis.cc80 MINIDUMP_THREAD_LIST* thread_list = NULL; in HasTebs() local
81 size_t thread_list_size = GetStream(ThreadListStream, &thread_list); in HasTebs()
83 if (thread_list_size > 0 && thread_list != NULL) { in HasTebs()
84 for (ULONG i = 0; i < thread_list->NumberOfThreads; ++i) { in HasTebs()
85 if (!HasMemory(thread_list->Threads[i].Teb)) in HasTebs()
97 MINIDUMP_THREAD_LIST* thread_list = NULL; in HasPeb() local
98 size_t thread_list_size = GetStream(ThreadListStream, &thread_list); in HasPeb()
100 if (thread_list_size > 0 && thread_list != NULL && in HasPeb()
101 thread_list->NumberOfThreads > 0) { in HasPeb()
103 if (!HasMemory(thread_list->Threads[0].Teb, &teb)) in HasPeb()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/breakpad-client/windows/unittests/
H A Ddump_analysis.cc80 MINIDUMP_THREAD_LIST* thread_list = NULL; in HasTebs() local
81 size_t thread_list_size = GetStream(ThreadListStream, &thread_list); in HasTebs()
83 if (thread_list_size > 0 && thread_list != NULL) { in HasTebs()
84 for (ULONG i = 0; i < thread_list->NumberOfThreads; ++i) { in HasTebs()
85 if (!HasMemory(thread_list->Threads[i].Teb)) in HasTebs()
97 MINIDUMP_THREAD_LIST* thread_list = NULL; in HasPeb() local
98 size_t thread_list_size = GetStream(ThreadListStream, &thread_list); in HasPeb()
100 if (thread_list_size > 0 && thread_list != NULL && in HasPeb()
101 thread_list->NumberOfThreads > 0) { in HasPeb()
103 if (!HasMemory(thread_list->Threads[0].Teb, &teb)) in HasPeb()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/client/windows/unittests/
H A Ddump_analysis.cc80 MINIDUMP_THREAD_LIST* thread_list = NULL; in HasTebs() local
81 size_t thread_list_size = GetStream(ThreadListStream, &thread_list); in HasTebs()
83 if (thread_list_size > 0 && thread_list != NULL) { in HasTebs()
84 for (ULONG i = 0; i < thread_list->NumberOfThreads; ++i) { in HasTebs()
85 if (!HasMemory(thread_list->Threads[i].Teb)) in HasTebs()
97 MINIDUMP_THREAD_LIST* thread_list = NULL; in HasPeb() local
98 size_t thread_list_size = GetStream(ThreadListStream, &thread_list); in HasPeb()
100 if (thread_list_size > 0 && thread_list != NULL && in HasPeb()
101 thread_list->NumberOfThreads > 0) { in HasPeb()
103 if (!HasMemory(thread_list->Threads[0].Teb, &teb)) in HasPeb()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/breakpad-client/windows/unittests/
H A Ddump_analysis.cc80 MINIDUMP_THREAD_LIST* thread_list = NULL; in HasTebs() local
81 size_t thread_list_size = GetStream(ThreadListStream, &thread_list); in HasTebs()
83 if (thread_list_size > 0 && thread_list != NULL) { in HasTebs()
84 for (ULONG i = 0; i < thread_list->NumberOfThreads; ++i) { in HasTebs()
85 if (!HasMemory(thread_list->Threads[i].Teb)) in HasTebs()
97 MINIDUMP_THREAD_LIST* thread_list = NULL; in HasPeb() local
98 size_t thread_list_size = GetStream(ThreadListStream, &thread_list); in HasPeb()
100 if (thread_list_size > 0 && thread_list != NULL && in HasPeb()
101 thread_list->NumberOfThreads > 0) { in HasPeb()
103 if (!HasMemory(thread_list->Threads[0].Teb, &teb)) in HasPeb()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/breakpad-client/windows/unittests/
H A Ddump_analysis.cc80 MINIDUMP_THREAD_LIST* thread_list = NULL; in HasTebs() local
81 size_t thread_list_size = GetStream(ThreadListStream, &thread_list); in HasTebs()
83 if (thread_list_size > 0 && thread_list != NULL) { in HasTebs()
84 for (ULONG i = 0; i < thread_list->NumberOfThreads; ++i) { in HasTebs()
85 if (!HasMemory(thread_list->Threads[i].Teb)) in HasTebs()
97 MINIDUMP_THREAD_LIST* thread_list = NULL; in HasPeb() local
98 size_t thread_list_size = GetStream(ThreadListStream, &thread_list); in HasPeb()
100 if (thread_list_size > 0 && thread_list != NULL && in HasPeb()
101 thread_list->NumberOfThreads > 0) { in HasPeb()
103 if (!HasMemory(thread_list->Threads[0].Teb, &teb)) in HasPeb()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/client/windows/unittests/
H A Ddump_analysis.cc80 MINIDUMP_THREAD_LIST* thread_list = NULL; in HasTebs() local
81 size_t thread_list_size = GetStream(ThreadListStream, &thread_list); in HasTebs()
83 if (thread_list_size > 0 && thread_list != NULL) { in HasTebs()
84 for (ULONG i = 0; i < thread_list->NumberOfThreads; ++i) { in HasTebs()
85 if (!HasMemory(thread_list->Threads[i].Teb)) in HasTebs()
97 MINIDUMP_THREAD_LIST* thread_list = NULL; in HasPeb() local
98 size_t thread_list_size = GetStream(ThreadListStream, &thread_list); in HasPeb()
100 if (thread_list_size > 0 && thread_list != NULL && in HasPeb()
101 thread_list->NumberOfThreads > 0) { in HasPeb()
103 if (!HasMemory(thread_list->Threads[0].Teb, &teb)) in HasPeb()

12345678910>>...49