Home
last modified time | relevance | path

Searched refs:threaddata (Results 1 – 25 of 93) sorted by relevance

1234

/dports/benchmarks/sipp/sipp-3.5.1/src/
H A Drtpstream.cpp396 while (!threaddata->exit_flag) { in rtpstream_playback_thread()
407 (&threaddata->tasklist)[taskindex--]= (&threaddata->tasklist)[--threaddata->num_tasks]; in rtpstream_playback_thread()
445 free (threaddata); in rtpstream_playback_thread()
457 threaddata_t *threaddata; in rtpstream_start_task() local
490 allocsize= sizeof(*threaddata)+sizeof(threaddata->tasklist)*(rtp_tasks_per_thread-1); in rtpstream_start_task()
492 if (!threaddata) { in rtpstream_start_task()
495 memset (threaddata,0,allocsize); in rtpstream_start_task()
497 threaddata->busy_list_index= -1; in rtpstream_start_task()
502 free (threaddata); in rtpstream_start_task()
513 (&threaddata->tasklist)[threaddata->num_tasks++]= callinfo->taskinfo; in rtpstream_start_task()
[all …]
/dports/dns/bind911/bind-9.11.37/contrib/sdb/ldap/
H A Dldapdb.c132 threaddata = allthreadsdata; in ldapdb_getconn()
133 free(threaddata->index); in ldapdb_getconn()
134 while (threaddata->data != NULL) { in ldapdb_getconn()
135 conndata = threaddata->data; in ldapdb_getconn()
142 free(threaddata); in ldapdb_getconn()
151 if (threaddata == NULL) { in ldapdb_getconn()
153 threaddata = malloc(sizeof(*threaddata)); in ldapdb_getconn()
154 if (threaddata == NULL) in ldapdb_getconn()
157 if (threaddata->index == NULL) { in ldapdb_getconn()
158 free(threaddata); in ldapdb_getconn()
[all …]
/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dthread.h21 typedef struct threaddata threaddata; typedef
35 threaddata *tdata; // Pointer to array header
40 struct threaddata { struct
54 threaddata *talloc(int flags, int tmax, void *data, int dsize, ...); argument
56 int launch_threads(thread_func thread, threaddata *tdata, char *title, int total);
H A Dthread.c115 threaddata *talloc(int flags, int tmax, void *data, int dsize, ...) in talloc()
118 threaddata *res; in talloc()
163 tdsz = sizeof(threaddata) + sizeof(tcb *) * (tmax - 1); in talloc()
246 threaddata *tdata = thread->tdata; in thread_chunk()
264 int launch_threads(thread_func thread, threaddata *tdata, char *title, int total) in launch_threads()
383 threaddata *talloc(int flags, int tmax, void *data, int dsize, ...) in talloc()
386 threaddata *res; in talloc()
421 sz += sizeof(threaddata) + sharesz + talign + threadsz; in talloc()
427 tmp += sizeof(threaddata); in talloc()
474 int launch_threads(thread_func thread, threaddata *tdata, char *title, int total) in launch_threads()
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/arch/unix/gui_qt/
H A Dqt-main.cpp26 } threaddata; typedef
30 threaddata *td=(threaddata *)ptr; in gui_thread()
53 threaddata mytd = { 1, args }; in plugin_qt_init()
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/arch/unix/gui_qt/
H A Dqt-main.cpp26 } threaddata; typedef
30 threaddata *td=(threaddata *)ptr; in gui_thread()
53 threaddata mytd = { 1, args }; in plugin_qt_init()
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/arch/unix/gui_qt/
H A Dqt-main.cpp26 } threaddata; typedef
30 threaddata *td=(threaddata *)ptr; in gui_thread()
53 threaddata mytd = { 1, args }; in plugin_qt_init()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/arch/unix/gui_qt/
H A Dqt-main.cpp26 } threaddata; typedef
30 threaddata *td=(threaddata *)ptr; in gui_thread()
53 threaddata mytd = { 1, args }; in plugin_qt_init()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/arch/unix/gui_qt/
H A Dqt-main.cpp26 } threaddata; typedef
30 threaddata *td=(threaddata *)ptr; in gui_thread()
53 threaddata mytd = { 1, args }; in plugin_qt_init()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/arch/unix/gui_qt/
H A Dqt-main.cpp26 } threaddata; typedef
30 threaddata *td=(threaddata *)ptr; in gui_thread()
53 threaddata mytd = { 1, args }; in plugin_qt_init()
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/arch/unix/gui_qt/
H A Dqt-main.cpp26 } threaddata; typedef
30 threaddata *td=(threaddata *)ptr; in gui_thread()
53 threaddata mytd = { 1, args }; in plugin_qt_init()
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/arch/unix/plugins/plugin_qt/
H A Dqt_main.cpp28 } threaddata; typedef
32 threaddata *td=(threaddata *)ptr; in gui_thread()
55 threaddata mytd = { 1, args }; in plugin_qt_init()
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/arch/unix/plugins/plugin_qt/
H A Dqt_main.cpp28 } threaddata; typedef
32 threaddata *td=(threaddata *)ptr; in gui_thread()
55 threaddata mytd = { 1, args }; in plugin_qt_init()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/arch/unix/plugins/plugin_qt/
H A Dqt_main.cpp28 } threaddata; typedef
32 threaddata *td=(threaddata *)ptr; in gui_thread()
55 threaddata mytd = { 1, args }; in plugin_qt_init()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/arch/unix/plugins/plugin_qt/
H A Dqt_main.cpp28 } threaddata; typedef
32 threaddata *td=(threaddata *)ptr; in gui_thread()
55 threaddata mytd = { 1, args }; in plugin_qt_init()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/arch/unix/plugins/plugin_qt/
H A Dqt_main.cpp28 } threaddata; typedef
32 threaddata *td=(threaddata *)ptr; in gui_thread()
55 threaddata mytd = { 1, args }; in plugin_qt_init()
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/arch/unix/plugins/plugin_qt/
H A Dqt_main.cpp28 } threaddata; typedef
32 threaddata *td=(threaddata *)ptr; in gui_thread()
55 threaddata mytd = { 1, args }; in plugin_qt_init()
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/arch/unix/plugins/plugin_qt/
H A Dqt_main.cpp28 } threaddata; typedef
32 threaddata *td=(threaddata *)ptr; in gui_thread()
55 threaddata mytd = { 1, args }; in plugin_qt_init()
/dports/math/asymptote/asymptote-2.67/
H A Dfftw++.h104 struct threaddata { struct
108 threaddata() : threads(0), mean(0.0), stdev(0.0) {} in threaddata() argument
340 return threaddata(threads,S.mean(),S.stdev()); in time()
344 return threaddata(); in lookup()
366 threaddata data;
392 threaddata Setup(Complex *in, double *out) { in Setup()
396 threaddata Setup(double *in, Complex *out=NULL) {
562 typedef std::map<T,threaddata,L> Table;
564 threaddata Lookup(Table& table, T key) { in Lookup()
703 threaddata S1=Setup(in,out); in fftwblock()
[all …]
/dports/irc/eggdrop/eggdrop-1.9.1/src/
H A Dtcl.c230 if (l < threaddata()->MAXSOCKS) in tcl_eggint()
546 struct threaddata *td = threaddata(); in tickle_SetTimer()
559 struct threaddata *td = threaddata(); in tickle_WaitForEvent()
577 struct threaddata *td = threaddata(); in tickle_FinalizeNotifier()
594 i = sockread(NULL, NULL, threaddata()->socklist, threaddata()->MAXSOCKS, 1); in tclthreadmainloop()
598 struct threaddata *threaddata() in threaddata() function
601 struct threaddata *td = Tcl_GetThreadData(&tdkey, sizeof(struct threaddata)); in threaddata()
609 struct threaddata *threaddata() in threaddata() function
611 static struct threaddata tsd; in threaddata()
619 struct threaddata *td = threaddata(); in init_threaddata()
H A Dnet.c93 struct threaddata *td = threaddata(); in expmem_net()
285 struct threaddata *td = threaddata(); in sockoptions()
306 struct threaddata *td = threaddata(); in allocsock()
338 struct threaddata *td = threaddata(); in alloctclsock()
370 struct threaddata *td = threaddata(); in setsock()
413 struct threaddata *td = threaddata(); in killsock()
455 struct threaddata *td = threaddata(); in killtclsock()
878 struct threaddata *td = threaddata();
1366 for (i = 0; i < threaddata()->MAXSOCKS; i++)
1595 if (i < threaddata()->MAXSOCKS) {
[all …]
H A Dtls.c58 struct threaddata *td = threaddata(); in expmem_tls()
309 struct threaddata *td = threaddata(); in ssl_getcert()
812 struct threaddata *td = threaddata(); in ssl_handshake()
947 struct threaddata *td = threaddata();
981 struct threaddata *td = threaddata();
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dfftw++.h192 struct threaddata { struct
196 threaddata() : threads(0), mean(0.0), stdev(0.0) {} in threaddata() argument
453 return threaddata(threads,S.mean(),S.stdev()); in time()
457 return threaddata(); in lookup()
461 threaddata Setup(Complex *in, Complex *out=NULL) {
475 threaddata data;
711 typedef std::map<T,threaddata,L> Table;
713 threaddata Lookup(Table& table, T key) { in Lookup()
823 void store(bool inplace, const threaddata& data) { in store()
873 threaddata S1=Setup(in,out);
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omnithread/
H A Ddir.mk2 CXXSRCS = posix.cc threaddata.cc
7 CXXSRCS = nt.cc threaddata.cc
16 CXXSRCS = posix.cc threaddata.cc
25 CXXSRCS = vxWorks.cc threaddata.cc
26 OBJS = vxWorks.o threaddata.o
/dports/devel/gaul/gaul-devel-0.1849-0/src/
H A Dga_optim.c1057 …if (pthread_create(&(threaddata[thread_num].pid), NULL, _evaluation_thread, (void *)&(threaddata[t… in gaul_ensure_evaluations_threaded()
1114 threaddata[thread_num].thread_num = 0; in gaul_ensure_evaluations_threaded()
1115 threaddata[thread_num].eval_num = -1; in gaul_ensure_evaluations_threaded()
1674 threaddata_t *threaddata) in gaul_adapt_and_evaluate_threaded() argument
1767 threaddata[thread_num].eval_num = -1; in gaul_adapt_and_evaluate_threaded()
2257 threaddata_t *threaddata) in gaul_survival_threaded() argument
2683 threaddata[i].pop = pop; in ga_evolution_threaded()
2747 s_free(threaddata); in ga_evolution_threaded()
4766 threaddata[i].pop = pop; in ga_evolution_archipelago_threaded()
4802 threaddata[i].pop = pop; in ga_evolution_archipelago_threaded()
[all …]

1234