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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/cris/
H A Dtraps.c1140 if (current_cpu->thread_data[current_cpu->threadno].cpu_context)
1141 memcpy (current_cpu->thread_data[current_cpu->threadno].cpu_context,
1147 current_cpu->thread_data[next].cpu_context,
1154 if (current_cpu->thread_data[next].sigpending
1159 && current_cpu->thread_data[next].cpu_context_atsignal == NULL)
1166 if (current_cpu->thread_data[next].sigdata[sig].pending
1167 && !current_cpu->thread_data[next].sigdata[sig].blocked)
1177 current_cpu->thread_data[next].cpu_context_atsignal
1180 current_cpu->thread_data[next]
1202 |= current_cpu->thread_data[nex
[all...]
H A Dsim-main.h161 /* Current thread number; index into thread_data when m1threads != 0. */
170 struct cris_thread_info *thread_data;
169 struct cris_thread_info *thread_data; member in struct:_sim_cpu
H A Dsim-if.c1037 cpu->thread_data = NULL;
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/
H A Dtcsd.h151 struct tcsd_thread_data *thread_data; member in struct:tcsd_thread_mgr
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc.c517 access_control(struct tcsd_thread_data *thread_data) argument
547 if (!strncmp(thread_data->hostname, localhostname,
548 MIN((size_t)localhostname_len, strlen(thread_data->hostname)))) {
552 if ((UINT32)tcsd_options.remote_ops[i] == thread_data->comm.hdr.u.ordinal) {
554 tcs_func_table[thread_data->comm.hdr.u.ordinal].name,
555 thread_data->hostname);

Completed in 122 milliseconds