Home
last modified time | relevance | path

Searched refs:thread_created (Results 1 – 25 of 103) sorted by relevance

12345

/dports/net/httpry/httpry-0.1.8/
H A Drate.c50 static int thread_created = 0; variable
81 if (thread_created) return; in create_rate_stats_thread()
107 thread_created = 1; in create_rate_stats_thread()
143 if (!thread_created) return; in exit_rate_stats_thread()
156 thread_created = 0; in exit_rate_stats_thread()
187 if (thread_created) in display_rate_stats()
247 if (thread_created) in display_rate_stats()
293 if (thread_created) in update_host_stats()
324 if (thread_created) in update_host_stats()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_attr_setschedparam/
H A D1-1.c28 volatile int thread_created = 0; variable
32 thread_created = 1; in thread_func()
85 if(thread_created == 0 ) { in main()
H A D1-2.c29 volatile int thread_created = 0; variable
33 thread_created = 1; in thread_func()
87 if(thread_created == 0) { in main()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dmysqld_thd_manager.h173 return static_cast<ulonglong>(thread_created); in get_num_thread_created()
181 my_atomic_add64(&thread_created, 1); in inc_thread_created()
275 volatile int64 thread_created; variable
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dmysqld_thd_manager.h173 return static_cast<ulonglong>(thread_created); in get_num_thread_created()
181 my_atomic_add64(&thread_created, 1); in inc_thread_created()
275 volatile int64 thread_created; variable
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dmysqld_thd_manager.h173 return static_cast<ulonglong>(thread_created); in get_num_thread_created()
181 my_atomic_add64(&thread_created, 1); in inc_thread_created()
275 volatile int64 thread_created; variable
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dmysqld_thd_manager.h173 return static_cast<ulonglong>(thread_created); in get_num_thread_created()
181 my_atomic_add64(&thread_created, 1); in inc_thread_created()
275 volatile int64 thread_created; variable
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dmysqld_thd_manager.h173 return static_cast<ulonglong>(thread_created); in get_num_thread_created()
181 my_atomic_add64(&thread_created, 1); in inc_thread_created()
275 volatile int64 thread_created; variable
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dmysqld_thd_manager.h173 return static_cast<ulonglong>(thread_created); in get_num_thread_created()
181 my_atomic_add64(&thread_created, 1); in inc_thread_created()
275 volatile int64 thread_created; variable
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/rthreads/
H A Drthreads.c121 bool thread_created = false; in sthread_create() local
137 thread_created = !!thread->thread; in sthread_create()
143 thread_created = pthread_create(&thread->id, &thread_attr, thread_wrap, data) == 0; in sthread_create()
145 thread_created = pthread_create(&thread->id, NULL, thread_wrap, data) == 0; in sthread_create()
149 if (!thread_created) in sthread_create()
/dports/games/libretro-vbanext/vba-next-c24bf52/libretro-common/rthreads/
H A Drthreads.c119 bool thread_created = false; in sthread_create() local
135 thread_created = !!thread->thread; in sthread_create()
137 thread_created = pthread_create(&thread->id, NULL, thread_wrap, data) == 0; in sthread_create()
140 if (!thread_created) in sthread_create()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/libretro/libretro-common/rthreads/
H A Drthreads.c122 bool thread_created = false; in sthread_create() local
138 thread_created = !!thread->thread; in sthread_create()
140 thread_created = pthread_create(&thread->id, NULL, thread_wrap, data) == 0; in sthread_create()
143 if (!thread_created) in sthread_create()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/rthreads/
H A Drthreads.c194 bool thread_created = false; in sthread_create_with_priority() local
210 thread_created = !!thread->thread; in sthread_create_with_priority()
235 thread_created = pthread_create(&thread->id, &thread_attr, thread_wrap, data) == 0; in sthread_create_with_priority()
238 thread_created = pthread_create(&thread->id, NULL, thread_wrap, data) == 0; in sthread_create_with_priority()
245 if (thread_created) in sthread_create_with_priority()
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/libretro-common/rthreads/
H A Drthreads.c191 bool thread_created = false; in sthread_create_with_priority() local
209 thread_created = !!thread->thread; in sthread_create_with_priority()
235 thread_created = pthread_create(&thread->id, &thread_attr, thread_wrap, data) == 0; in sthread_create_with_priority()
238 thread_created = pthread_create(&thread->id, NULL, thread_wrap, data) == 0; in sthread_create_with_priority()
245 if (thread_created) in sthread_create_with_priority()
/dports/games/libretro-opera/opera-libretro-5781f68/libretro-common/rthreads/
H A Drthreads.c162 bool thread_created = false; in sthread_create() local
178 thread_created = !!thread->thread; in sthread_create()
184 thread_created = pthread_create(&thread->id, &thread_attr, thread_wrap, data) == 0; in sthread_create()
186 thread_created = pthread_create(&thread->id, NULL, thread_wrap, data) == 0; in sthread_create()
190 if (!thread_created) in sthread_create()
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/rthreads/
H A Drthreads.c192 bool thread_created = false; in sthread_create_with_priority() local
208 thread_created = !!thread->thread; in sthread_create_with_priority()
233 thread_created = pthread_create(&thread->id, &thread_attr, thread_wrap, data) == 0; in sthread_create_with_priority()
236 thread_created = pthread_create(&thread->id, NULL, thread_wrap, data) == 0; in sthread_create_with_priority()
243 if (thread_created) in sthread_create_with_priority()
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/libretro-common/rthreads/
H A Drthreads.c164 bool thread_created = false; in sthread_create() local
180 thread_created = !!thread->thread; in sthread_create()
186 thread_created = pthread_create(&thread->id, &thread_attr, thread_wrap, data) == 0; in sthread_create()
188 thread_created = pthread_create(&thread->id, NULL, thread_wrap, data) == 0; in sthread_create()
192 if (!thread_created) in sthread_create()
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/rthreads/
H A Drthreads.c189 bool thread_created = false; in sthread_create_with_priority() local
205 thread_created = !!thread->thread; in sthread_create_with_priority()
230 thread_created = pthread_create(&thread->id, &thread_attr, thread_wrap, data) == 0; in sthread_create_with_priority()
233 thread_created = pthread_create(&thread->id, NULL, thread_wrap, data) == 0; in sthread_create_with_priority()
240 if (thread_created) in sthread_create_with_priority()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/rthreads/
H A Drthreads.c192 bool thread_created = false; in sthread_create_with_priority() local
208 thread_created = !!thread->thread; in sthread_create_with_priority()
233 thread_created = pthread_create(&thread->id, &thread_attr, thread_wrap, data) == 0; in sthread_create_with_priority()
236 thread_created = pthread_create(&thread->id, NULL, thread_wrap, data) == 0; in sthread_create_with_priority()
243 if (thread_created) in sthread_create_with_priority()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/rthreads/
H A Drthreads.c189 bool thread_created = false; in sthread_create_with_priority() local
207 thread_created = !!thread->thread; in sthread_create_with_priority()
233 thread_created = pthread_create(&thread->id, &thread_attr, thread_wrap, data) == 0; in sthread_create_with_priority()
236 thread_created = pthread_create(&thread->id, NULL, thread_wrap, data) == 0; in sthread_create_with_priority()
243 if (thread_created) in sthread_create_with_priority()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/rthreads/
H A Drthreads.c189 bool thread_created = false; in sthread_create_with_priority() local
207 thread_created = !!thread->thread; in sthread_create_with_priority()
233 thread_created = pthread_create(&thread->id, &thread_attr, thread_wrap, data) == 0; in sthread_create_with_priority()
236 thread_created = pthread_create(&thread->id, NULL, thread_wrap, data) == 0; in sthread_create_with_priority()
243 if (thread_created) in sthread_create_with_priority()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/rthreads/
H A Drthreads.c189 bool thread_created = false; in sthread_create_with_priority() local
207 thread_created = !!thread->thread; in sthread_create_with_priority()
233 thread_created = pthread_create(&thread->id, &thread_attr, thread_wrap, data) == 0; in sthread_create_with_priority()
236 thread_created = pthread_create(&thread->id, NULL, thread_wrap, data) == 0; in sthread_create_with_priority()
243 if (thread_created) in sthread_create_with_priority()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/libretro-common/rthreads/
H A Drthreads.c192 bool thread_created = false; in sthread_create_with_priority() local
210 thread_created = !!thread->thread; in sthread_create_with_priority()
236 thread_created = pthread_create(&thread->id, &thread_attr, thread_wrap, data) == 0; in sthread_create_with_priority()
239 thread_created = pthread_create(&thread->id, NULL, thread_wrap, data) == 0; in sthread_create_with_priority()
246 if (thread_created) in sthread_create_with_priority()
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/rthreads/
H A Drthreads.c192 bool thread_created = false; in sthread_create_with_priority() local
210 thread_created = !!thread->thread; in sthread_create_with_priority()
236 thread_created = pthread_create(&thread->id, &thread_attr, thread_wrap, data) == 0; in sthread_create_with_priority()
239 thread_created = pthread_create(&thread->id, NULL, thread_wrap, data) == 0; in sthread_create_with_priority()
246 if (thread_created) in sthread_create_with_priority()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/libretro-common/rthreads/
H A Drthreads.c194 bool thread_created = false; in sthread_create_with_priority() local
212 thread_created = !!thread->thread; in sthread_create_with_priority()
238 thread_created = pthread_create(&thread->id, &thread_attr, thread_wrap, data) == 0; in sthread_create_with_priority()
241 thread_created = pthread_create(&thread->id, NULL, thread_wrap, data) == 0; in sthread_create_with_priority()
248 if (thread_created) in sthread_create_with_priority()

12345