Home
last modified time | relevance | path

Searched refs:CreateThreads (Results 1 – 25 of 69) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/tests/
H A Dthreads.c57 static void CreateThreads(PRThreadScope scope1, PRThreadScope scope2) in CreateThreads() function
98 CreateThreads(PR_LOCAL_THREAD, PR_LOCAL_THREAD); in CreateThreadsUU()
103 CreateThreads(PR_LOCAL_THREAD, PR_GLOBAL_THREAD); in CreateThreadsUK()
108 CreateThreads(PR_GLOBAL_THREAD, PR_LOCAL_THREAD); in CreateThreadsKU()
113 CreateThreads(PR_GLOBAL_THREAD, PR_GLOBAL_THREAD); in CreateThreadsKK()
H A Dpriotest.c117 static void CreateThreads(PRUint32 *lowCount, PRUint32 *highCount)
182 CreateThreads(&lowCount, &highCount);
/dports/www/firefox/firefox-99.0/nsprpub/pr/tests/
H A Dthreads.c57 static void CreateThreads(PRThreadScope scope1, PRThreadScope scope2) in CreateThreads() function
98 CreateThreads(PR_LOCAL_THREAD, PR_LOCAL_THREAD); in CreateThreadsUU()
103 CreateThreads(PR_LOCAL_THREAD, PR_GLOBAL_THREAD); in CreateThreadsUK()
108 CreateThreads(PR_GLOBAL_THREAD, PR_LOCAL_THREAD); in CreateThreadsKU()
113 CreateThreads(PR_GLOBAL_THREAD, PR_GLOBAL_THREAD); in CreateThreadsKK()
H A Dpriotest.c117 static void CreateThreads(PRUint32 *lowCount, PRUint32 *highCount) in CreateThreads() function
182 CreateThreads(&lowCount, &highCount); in main()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/tests/
H A Dthreads.c57 static void CreateThreads(PRThreadScope scope1, PRThreadScope scope2) in CreateThreads() function
98 CreateThreads(PR_LOCAL_THREAD, PR_LOCAL_THREAD); in CreateThreadsUU()
103 CreateThreads(PR_LOCAL_THREAD, PR_GLOBAL_THREAD); in CreateThreadsUK()
108 CreateThreads(PR_GLOBAL_THREAD, PR_LOCAL_THREAD); in CreateThreadsKU()
113 CreateThreads(PR_GLOBAL_THREAD, PR_GLOBAL_THREAD); in CreateThreadsKK()
H A Dpriotest.c116 static void CreateThreads(PRUint32 *lowCount, PRUint32 *highCount) in CreateThreads() function
177 CreateThreads(&lowCount, &highCount); in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/tests/
H A Dthreads.c57 static void CreateThreads(PRThreadScope scope1, PRThreadScope scope2) in CreateThreads() function
98 CreateThreads(PR_LOCAL_THREAD, PR_LOCAL_THREAD); in CreateThreadsUU()
103 CreateThreads(PR_LOCAL_THREAD, PR_GLOBAL_THREAD); in CreateThreadsUK()
108 CreateThreads(PR_GLOBAL_THREAD, PR_LOCAL_THREAD); in CreateThreadsKU()
113 CreateThreads(PR_GLOBAL_THREAD, PR_GLOBAL_THREAD); in CreateThreadsKK()
H A Dpriotest.c116 static void CreateThreads(PRUint32 *lowCount, PRUint32 *highCount) in CreateThreads() function
177 CreateThreads(&lowCount, &highCount); in main()
/dports/devel/nspr/nspr-4.33/nspr/pr/tests/
H A Dthreads.c57 static void CreateThreads(PRThreadScope scope1, PRThreadScope scope2) in CreateThreads() function
98 CreateThreads(PR_LOCAL_THREAD, PR_LOCAL_THREAD); in CreateThreadsUU()
103 CreateThreads(PR_LOCAL_THREAD, PR_GLOBAL_THREAD); in CreateThreadsUK()
108 CreateThreads(PR_GLOBAL_THREAD, PR_LOCAL_THREAD); in CreateThreadsKU()
113 CreateThreads(PR_GLOBAL_THREAD, PR_GLOBAL_THREAD); in CreateThreadsKK()
H A Dpriotest.c117 static void CreateThreads(PRUint32 *lowCount, PRUint32 *highCount) in CreateThreads() function
182 CreateThreads(&lowCount, &highCount); in main()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/tests/
H A Dthreads.c57 static void CreateThreads(PRThreadScope scope1, PRThreadScope scope2) in CreateThreads() function
98 CreateThreads(PR_LOCAL_THREAD, PR_LOCAL_THREAD); in CreateThreadsUU()
103 CreateThreads(PR_LOCAL_THREAD, PR_GLOBAL_THREAD); in CreateThreadsUK()
108 CreateThreads(PR_GLOBAL_THREAD, PR_LOCAL_THREAD); in CreateThreadsKU()
113 CreateThreads(PR_GLOBAL_THREAD, PR_GLOBAL_THREAD); in CreateThreadsKK()
H A Dpriotest.c117 static void CreateThreads(PRUint32 *lowCount, PRUint32 *highCount) in CreateThreads() function
182 CreateThreads(&lowCount, &highCount); in main()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/tests/
H A Dthreads.c57 static void CreateThreads(PRThreadScope scope1, PRThreadScope scope2) in CreateThreads() function
98 CreateThreads(PR_LOCAL_THREAD, PR_LOCAL_THREAD); in CreateThreadsUU()
103 CreateThreads(PR_LOCAL_THREAD, PR_GLOBAL_THREAD); in CreateThreadsUK()
108 CreateThreads(PR_GLOBAL_THREAD, PR_LOCAL_THREAD); in CreateThreadsKU()
113 CreateThreads(PR_GLOBAL_THREAD, PR_GLOBAL_THREAD); in CreateThreadsKK()
H A Dpriotest.c117 static void CreateThreads(PRUint32 *lowCount, PRUint32 *highCount) in CreateThreads() function
182 CreateThreads(&lowCount, &highCount); in main()
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dthread-native-exit.cs41 static Thread[] CreateThreads () in CreateThreads() method in Driver
55 threads = CreateThreads (); in Main()
65 threads = CreateThreads (); in Main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dbrowser_main_loop_unittest.cc70 browser_main_loop.CreateThreads(); in TEST_F()
102 browser_main_loop.CreateThreads(); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dbrowser_main_loop_unittest.cc71 browser_main_loop.CreateThreads(); in TEST_F()
103 browser_main_loop.CreateThreads(); in TEST_F()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/unrarsrc-5.2.5/unrar/
H A Dthreadpool.cpp93 void ThreadPool::CreateThreads() in CreateThreads() function in ThreadPool
170 CreateThreads(); in AddTask()
/dports/archivers/pecl-rar/rar-4.2.0/unrar/
H A Dthreadpool.cpp93 void ThreadPool::CreateThreads() in CreateThreads() function in ThreadPool
170 CreateThreads(); in AddTask()
/dports/archivers/unrar/unrar/
H A Dthreadpool.cpp93 void ThreadPool::CreateThreads() in CreateThreads() function in ThreadPool
170 CreateThreads(); in AddTask()
/dports/archivers/unrar-iconv/unrar/
H A Dthreadpool.cpp93 void ThreadPool::CreateThreads() in CreateThreads() function in ThreadPool
170 CreateThreads(); in AddTask()
/dports/archivers/libunrar6/unrar/
H A Dthreadpool.cpp93 void ThreadPool::CreateThreads() in CreateThreads() function in ThreadPool
170 CreateThreads(); in AddTask()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/unrar/src/
H A Dthreadpool.cpp93 void ThreadPool::CreateThreads() in CreateThreads() function in ThreadPool
170 CreateThreads(); in AddTask()
/dports/security/clamav-lts/clamav-0.103.5/libclamunrar/
H A Dthreadpool.cpp93 void ThreadPool::CreateThreads() in CreateThreads() function in ThreadPool
170 CreateThreads(); in AddTask()
/dports/security/clamav/clamav-0.104.2/libclamunrar/
H A Dthreadpool.cpp93 void ThreadPool::CreateThreads() in CreateThreads() function in ThreadPool
170 CreateThreads(); in AddTask()

123