Home
last modified time | relevance | path

Searched refs:thread_complete (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/programs/ssl/
H A Dssl_pthread_server.c111 int thread_complete; member
272 thread_info->thread_complete = 1; in handle_ssl_connection()
289 if( threads[i].data.thread_complete == 1 ) in thread_create()
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/programs/ssl/
H A Dssl_pthread_server.c139 int thread_complete; member
300 thread_info->thread_complete = 1; in handle_ssl_connection()
317 if( threads[i].data.thread_complete == 1 ) in thread_create()
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/programs/ssl/
H A Dssl_pthread_server.c112 int thread_complete; member
273 thread_info->thread_complete = 1; in handle_ssl_connection()
290 if( threads[i].data.thread_complete == 1 ) in thread_create()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/programs/ssl/
H A Dssl_pthread_server.c109 int thread_complete; member
270 thread_info->thread_complete = 1; in handle_ssl_connection()
287 if( threads[i].data.thread_complete == 1 ) in thread_create()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/programs/ssl/
H A Dssl_pthread_server.c125 int thread_complete; member
286 thread_info->thread_complete = 1; in handle_ssl_connection()
303 if( threads[i].data.thread_complete == 1 ) in thread_create()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/base/
H A Dglobal.cpp106 void thread_complete() in thread_complete() function
108 app()->thread_complete(); in thread_complete()
H A Dapplication.h408 void thread_complete();
H A Dapplication.cpp189 void Application::thread_complete() in thread_complete() function in Cantera::Application
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgtask.c570 gboolean thread_complete : 1; member
1340 if (task->thread_complete) in g_task_thread_complete()
1351 task->thread_complete = TRUE; in g_task_thread_complete()
1492 task->thread_cancelled = task->thread_complete = TRUE; in g_task_start_task_thread()
1549 if (task->thread_complete) in g_task_run_in_thread()
1595 while (!task->thread_complete) in g_task_run_in_thread_sync()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/base/
H A Dglobal.h106 void thread_complete();
/dports/devel/aws-c-io/aws-c-io-0.10.12/tests/
H A Devent_loop_test.c25 struct aws_atomic_var thread_complete; member
1107 aws_atomic_store_int(&args->thread_complete, true); in AWS_TEST_CASE()
1138 aws_atomic_init_int(&task_args.thread_complete, false); in test_event_loop_group_setup_and_shutdown_async()
1168 while (!aws_atomic_load_int(&task_args.thread_complete)) { in test_event_loop_group_setup_and_shutdown_async()
/dports/multimedia/gmtk/gmtk-1.0.9/src/
H A Dgmtk_media_player.c47 gboolean thread_complete(GIOChannel * source, GIOCondition condition, gpointer data);
2945 … g_io_add_watch_full(player->channel_out, G_PRIORITY_LOW, G_IO_HUP, thread_complete, player, NULL); in launch_mplayer()
3100 gboolean thread_complete(GIOChannel * source, GIOCondition condition, gpointer data) in thread_complete() function