Searched refs:thread_data (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dnames.c26 struct thread_data struct
35 struct thread_data *arg = (struct thread_data *) varg;
57 struct thread_data args[NUM_THREADS];
75 struct thread_data *arg = &args[i];
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dnames.c26 struct thread_data struct
35 struct thread_data *arg = (struct thread_data *) varg;
57 struct thread_data args[NUM_THREADS];
75 struct thread_data *arg = &args[i];
/netbsd-current/external/gpl3/gdb.old/dist/sim/cris/
H A Dtraps.c1112 if (current_cpu->thread_data[current_cpu->threadno].cpu_context)
1113 memcpy (current_cpu->thread_data[current_cpu->threadno].cpu_context,
1119 current_cpu->thread_data[next].cpu_context,
1126 if (current_cpu->thread_data[next].sigpending
1131 && current_cpu->thread_data[next].cpu_context_atsignal == NULL)
1138 if (current_cpu->thread_data[next].sigdata[sig].pending
1139 && !current_cpu->thread_data[next].sigdata[sig].blocked)
1149 current_cpu->thread_data[next].cpu_context_atsignal
1152 current_cpu->thread_data[next]
1174 |= current_cpu->thread_data[nex
[all...]
H A Dsim-main.h143 /* Current thread number; index into thread_data when m1threads != 0. */
152 struct cris_thread_info *thread_data;
151 struct cris_thread_info *thread_data; member in struct:_sim_cpu
H A Dsim-if.c937 cpu->thread_data = NULL;
/netbsd-current/external/gpl3/gdb/dist/sim/cris/
H A Dtraps.c1087 if (current_cpu->thread_data[current_cpu->threadno].cpu_context)
1088 memcpy (current_cpu->thread_data[current_cpu->threadno].cpu_context,
1094 current_cpu->thread_data[next].cpu_context,
1101 if (current_cpu->thread_data[next].sigpending
1106 && current_cpu->thread_data[next].cpu_context_atsignal == NULL)
1113 if (current_cpu->thread_data[next].sigdata[sig].pending
1114 && !current_cpu->thread_data[next].sigdata[sig].blocked)
1124 current_cpu->thread_data[next].cpu_context_atsignal
1127 current_cpu->thread_data[next]
1149 |= current_cpu->thread_data[nex
[all...]
H A Dsim-main.h143 /* Current thread number; index into thread_data when m1threads != 0. */
152 struct cris_thread_info *thread_data;
151 struct cris_thread_info *thread_data; member in struct:_sim_cpu
H A Dsim-if.c948 cpu->thread_data = NULL;
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dtcsd_threads.c47 if (tm->thread_data[i].thread_id != THREAD_NULL) {
48 if ((rc = THREAD_JOIN(*(tm->thread_data[i].thread_id), NULL))) {
54 free(tm->thread_data);
76 tm->thread_data = calloc(tcsd_options.num_threads, sizeof(struct tcsd_thread_data));
77 if (tm->thread_data == NULL) {
129 if (tm->thread_data[thread_num].thread_id == THREAD_NULL)
135 tm->thread_data[thread_num].sock = socket;
136 tm->thread_data[thread_num].context = NULL_TCS_HANDLE;
138 tm->thread_data[thread_num].hostname = hostname;
141 (void)tcsd_thread_run((void *)(&(tm->thread_data[thread_nu
[all...]
/netbsd-current/sys/external/bsd/vchiq/dist/interface/compat/
H A Dvchi_bsd.c277 struct thread_data { struct
282 static struct thread_data thread_slots[MAX_THREAD_DATA_SLOTS];
287 struct thread_data *slot;
301 struct thread_data *slot;
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dtcsd.h159 struct tcsd_thread_data *thread_data; member in struct:tcsd_thread_mgr
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc.c520 access_control(struct tcsd_thread_data *thread_data) argument
528 if (getpeername(thread_data->sock, (struct sockaddr *)&sas,
558 if ((UINT32)tcsd_options.remote_ops[i] == thread_data->comm.hdr.u.ordinal) {
560 tcs_func_table[thread_data->comm.hdr.u.ordinal].name,
561 thread_data->hostname);
/netbsd-current/external/apache2/argon2/dist/phc-winner-argon2/src/
H A Dcore.c284 static unsigned __stdcall fill_segment_thr(void *thread_data) argument
286 static void *fill_segment_thr(void *thread_data)
289 argon2_thread_data *my_data = thread_data;
/netbsd-current/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-gcn.c3726 struct gcn_thread *thread_data = gcn_thread (); local
3728 if (thread_data && !async_synchronous_p (thread_data->async))
4059 struct gcn_thread *thread_data local
4062 thread_data->async = GOMP_ASYNC_SYNC;
4064 return (void *) thread_data;
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-gcn.c3865 struct gcn_thread *thread_data = gcn_thread (); local
3867 if (thread_data && !async_synchronous_p (thread_data->async))
4206 struct gcn_thread *thread_data local
4209 thread_data->async = GOMP_ASYNC_SYNC;
4211 return (void *) thread_data;

Completed in 230 milliseconds