Home
last modified time | relevance | path

Searched refs:thr_arg (Results 1 – 25 of 41) sorted by relevance

12

/dports/print/py-fontaine/pyfontaine-1.4.0/fontaine/charsets/fontconfig/test/
H A Dtest-pthread.c60 struct thr_arg_s *thr_arg=(struct thr_arg_s *)arg; in run_test_in_thread() local
61 int thread_num = thr_arg->thr_num; in run_test_in_thread()
80 struct thr_arg_s thr_arg; in main() local
82 thr_arg.thr_num=i; in main()
84 (void *)&thr_arg); in main()
H A Dtest-crbug1004254.c70 struct thr_arg_s *thr_arg = (struct thr_arg_s *) arg; in run_test_in_thread() local
71 int thread_num = thr_arg->thr_num; in run_test_in_thread()
91 struct thr_arg_s thr_arg[NTEST]; in main() local
99 thr_arg[i].thr_num = i; in main()
101 (void *) &thr_arg[i]); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/fontconfig/src/test/
H A Dtest-pthread.c60 struct thr_arg_s *thr_arg=(struct thr_arg_s *)arg; in run_test_in_thread() local
61 int thread_num = thr_arg->thr_num; in run_test_in_thread()
80 struct thr_arg_s thr_arg; in main() local
82 thr_arg.thr_num=i; in main()
84 (void *)&thr_arg); in main()
H A Dtest-crbug1004254.c70 struct thr_arg_s *thr_arg = (struct thr_arg_s *) arg; in run_test_in_thread() local
71 int thread_num = thr_arg->thr_num; in run_test_in_thread()
91 struct thr_arg_s thr_arg[NTEST]; in main() local
99 thr_arg[i].thr_num = i; in main()
101 (void *) &thr_arg[i]); in main()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/servo-fontconfig-sys-5.1.0/test/
H A Dtest-pthread.c60 struct thr_arg_s *thr_arg=(struct thr_arg_s *)arg; in run_test_in_thread() local
61 int thread_num = thr_arg->thr_num; in run_test_in_thread()
80 struct thr_arg_s thr_arg; in main() local
82 thr_arg.thr_num=i; in main()
84 (void *)&thr_arg); in main()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/servo-fontconfig-sys-4.0.9/test/
H A Dtest-pthread.c60 struct thr_arg_s *thr_arg=(struct thr_arg_s *)arg; in run_test_in_thread() local
61 int thread_num = thr_arg->thr_num; in run_test_in_thread()
80 struct thr_arg_s thr_arg; in main() local
82 thr_arg.thr_num=i; in main()
84 (void *)&thr_arg); in main()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/servo-fontconfig-sys-5.1.0/test/
H A Dtest-pthread.c60 struct thr_arg_s *thr_arg=(struct thr_arg_s *)arg; in run_test_in_thread() local
61 int thread_num = thr_arg->thr_num; in run_test_in_thread()
80 struct thr_arg_s thr_arg; in main() local
82 thr_arg.thr_num=i; in main()
84 (void *)&thr_arg); in main()
/dports/x11-fonts/fontconfig/fontconfig-2.13.94/test/
H A Dtest-pthread.c60 struct thr_arg_s *thr_arg=(struct thr_arg_s *)arg; in run_test_in_thread() local
61 int thread_num = thr_arg->thr_num; in run_test_in_thread()
80 struct thr_arg_s thr_arg; in main() local
82 thr_arg.thr_num=i; in main()
84 (void *)&thr_arg); in main()
H A Dtest-crbug1004254.c70 struct thr_arg_s *thr_arg = (struct thr_arg_s *) arg; in run_test_in_thread() local
71 int thread_num = thr_arg->thr_num; in run_test_in_thread()
91 struct thr_arg_s thr_arg[NTEST]; in main() local
99 thr_arg[i].thr_num = i; in main()
101 (void *) &thr_arg[i]); in main()
/dports/www/pound/Pound-2.8/
H A Dpound.c112 static thr_arg *first = NULL, *last = NULL;
129 put_thr_arg(thr_arg *arg) in put_thr_arg()
131 thr_arg *res; in put_thr_arg()
133 if((res = malloc(sizeof(thr_arg))) == NULL) { in put_thr_arg()
137 memcpy(res, arg, sizeof(thr_arg)); in put_thr_arg()
154 thr_arg *
157 thr_arg *res; in get_thr_arg()
178 thr_arg *tap; in get_thr_qlen()
520 thr_arg arg; in main()
H A Dpound.h428 } thr_arg; /* argument to processing threads: socket, origin */ typedef
484 extern int put_thr_arg(thr_arg *);
489 extern thr_arg *get_thr_arg(void);
H A Dhttp.c552 do_http(thr_arg *arg) in do_http()
578 from_host = ((thr_arg *)arg)->from_host; in do_http()
581 lstn = ((thr_arg *)arg)->lstn; in do_http()
582 sock = ((thr_arg *)arg)->sock; in do_http()
583 free(((thr_arg *)arg)->from_host.ai_addr); in do_http()
1792 thr_arg *arg; in thr_http()
/dports/devel/gdb/gdb-11.1/gdbserver/
H A Dgdbthread.h191 thread_info *thread = find_thread ([&] (thread_info *thr_arg) { in find_thread_in_random()
192 return func (thr_arg) && (random_selector-- == 0); in find_thread_in_random()
/dports/devel/libeio/libeio-libeio-4.18/
H A Dxthread.h50 #define X_THREAD_PROC(name) static void *name (void *thr_arg)
122 #define X_THREAD_PROC(name) static void *name (void *thr_arg)
/dports/devel/pecl-eio/eio-2.0.4/libeio/
H A Dxthread.h50 #define X_THREAD_PROC(name) static void *name (void *thr_arg)
122 #define X_THREAD_PROC(name) static void *name (void *thr_arg)
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbrpc/libeio/
H A Dxthread.h50 #define X_THREAD_PROC(name) void *name (void *thr_arg)
122 #define X_THREAD_PROC(name) static void *name (void *thr_arg)
/dports/databases/p5-BDB/BDB-1.92/
H A Dxthread.h56 #define X_THREAD_PROC(name) static void *name (void *thr_arg)
128 #define X_THREAD_PROC(name) static void *name (void *thr_arg)
/dports/devel/p5-IO-AIO/IO-AIO-4.76/libeio/
H A Dxthread.h60 #define X_THREAD_PROC(name) static void *name (void *thr_arg)
139 #define X_THREAD_PROC(name) static void *name (void *thr_arg)
H A Detp.c339 etp_worker *self = (etp_worker *)thr_arg; in X_THREAD_PROC()
/dports/benchmarks/pathload/pathload_1.3.2/
H A Dpathload_rcv_func.c189 thr_arg arg ; in recv_train()
354 thr_arg arg ; in recv_fleet()
704 if ( ret_val == ((thr_arg *)arg)->stream_cnt ) in ctrl_listen()
706 ((thr_arg *)arg)->finished_stream =1 ; in ctrl_listen()
707 pthread_kill(((thr_arg *)arg)->ptid,SIGUSR1); in ctrl_listen()
717 ((thr_arg *)arg)->finished_stream =1 ; in ctrl_listen()
718 pthread_kill(((thr_arg *)arg)->ptid,SIGUSR1); in ctrl_listen()
H A Dpathload_rcv.h152 } thr_arg; typedef
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/
H A Dmt.cpp1446 mt_send_thread_main(void *thr_arg) in mt_send_thread_main() argument
1449 (thr_send_thread_instance*)thr_arg; in mt_send_thread_main()
4898 mt_receiver_thread_main(void *thr_arg) in mt_receiver_thread_main() argument
4903 struct thr_data* selfptr = (struct thr_data *)thr_arg; in mt_receiver_thread_main()
5220 mt_job_thread_main(void *thr_arg) in mt_job_thread_main() argument
5225 struct thr_data* selfptr = (struct thr_data *)thr_arg; in mt_job_thread_main()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/
H A Dmt.cpp1446 mt_send_thread_main(void *thr_arg) in mt_send_thread_main() argument
1449 (thr_send_thread_instance*)thr_arg; in mt_send_thread_main()
4898 mt_receiver_thread_main(void *thr_arg) in mt_receiver_thread_main() argument
4903 struct thr_data* selfptr = (struct thr_data *)thr_arg; in mt_receiver_thread_main()
5220 mt_job_thread_main(void *thr_arg) in mt_job_thread_main() argument
5225 struct thr_data* selfptr = (struct thr_data *)thr_arg; in mt_job_thread_main()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/
H A Dmt.cpp1446 mt_send_thread_main(void *thr_arg) in mt_send_thread_main() argument
1449 (thr_send_thread_instance*)thr_arg; in mt_send_thread_main()
4898 mt_receiver_thread_main(void *thr_arg) in mt_receiver_thread_main() argument
4903 struct thr_data* selfptr = (struct thr_data *)thr_arg; in mt_receiver_thread_main()
5220 mt_job_thread_main(void *thr_arg) in mt_job_thread_main() argument
5225 struct thr_data* selfptr = (struct thr_data *)thr_arg; in mt_job_thread_main()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/vm/
H A Dmt.cpp1446 mt_send_thread_main(void *thr_arg) in mt_send_thread_main() argument
1449 (thr_send_thread_instance*)thr_arg; in mt_send_thread_main()
4898 mt_receiver_thread_main(void *thr_arg) in mt_receiver_thread_main() argument
4903 struct thr_data* selfptr = (struct thr_data *)thr_arg; in mt_receiver_thread_main()
5220 mt_job_thread_main(void *thr_arg) in mt_job_thread_main() argument
5225 struct thr_data* selfptr = (struct thr_data *)thr_arg; in mt_job_thread_main()

12