Searched refs:threadid (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/
H A Dmem_dbg.c153 CRYPTO_THREADID threadid; member in struct:app_mem_info_st
178 CRYPTO_THREADID threadid; member in struct:mem_st
343 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid,
344 &((const APP_INFO *)b_void)->threadid);
352 ret = CRYPTO_THREADID_hash(&a->threadid);
366 CRYPTO_THREADID_current(&tmp.threadid);
377 if (CRYPTO_THREADID_cmp(&ret->threadid, &tmp.threadid))
380 CRYPTO_THREADID_hash(&ret->threadid),
381 CRYPTO_THREADID_hash(&tmp.threadid));
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.h62 pthread_t threadid; member in struct:localsock_bits
73 pthread_t threadid; /* Our own copy of the thread id */ member in struct:pipe_bits
H A Dclvmd.c546 newfd->bits.localsock.threadid = 0;
589 if (thisfd->bits.pipe.threadid) {
590 jstat = pthread_join(thisfd->bits.pipe.threadid, &ret);
591 thisfd->bits.pipe.threadid = 0;
594 threadid = 0;
675 if (client->bits.localsock.threadid) {
965 pthread_kill(thisfd->bits.localsock.threadid, SIGUSR2);
976 if (thisfd->bits.localsock.threadid) {
984 pthread_join(thisfd->bits.localsock.threadid,
988 thisfd->bits.localsock.threadid
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/sdb/ldap/
H A Dldapdb.c127 unsigned long threadid; local
152 threadid = isc_thread_self();
153 threaddata = ldapdb_find(allthreadsdata, &threadid, sizeof(threadid));
159 threaddata->index = malloc(sizeof(threadid));
164 *(unsigned long *)threaddata->index = threadid;
165 threaddata->size = sizeof(threadid);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/cris/
H A Dsim-main.h68 unsigned int threadid;
67 unsigned int threadid; member in struct:cris_thread_info
H A Dtraps.c1324 if (current_cpu->thread_data[i].threadid == pid - TARGET_PID)
1685 : TARGET_PID + current_cpu->thread_data[threadno].threadid;
1977 if (current_cpu->thread_data[threadno].threadid
1979 && current_cpu->thread_data[i].threadid != 0
1988 = current_cpu->thread_data[i].threadid + TARGET_PID;
1999 if (pid == current_cpu->thread_data[i].threadid + TARGET_PID
2011 = current_cpu->thread_data[i].threadid + TARGET_PID;
3062 = current_cpu->thread_data[threadno].threadid + TARGET_PID;
3071 == current_cpu->thread_data[threadno].threadid)
3167 && current_cpu->thread_data[i].threadid
[all...]
/netbsd-6-1-5-RELEASE/lib/libpthread_dbg/
H A Dpthread_dbg.c374 td_map_id2thr(td_proc_t *proc, int threadid, td_thread_t **threadp) argument
387 threadid -= TN_OFFSET;
394 if (num == threadid)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Domp-low.c4109 s0 = q * threadid;
4126 tree n, q, s0, e0, e, t, nthreads, threadid;
4159 threadid = force_gimple_operand_gsi (&gsi, t, true, NULL_TREE,
4193 t = build2 (MULT_EXPR, itype, q, threadid);
4294 V = threadid * CHUNK * STEP + N1; -- this extra definition of V is
4298 s0 = (trip * nthreads + threadid) * CHUNK;
4318 tree trip_var, trip_init, trip_main, trip_back, nthreads, threadid;
4357 threadid = force_gimple_operand_gsi (&si, t, true, NULL_TREE,
4405 t = fold_build2 (MULT_EXPR, itype, threadid, fd->chunk_size);
4422 t = fold_build2 (PLUS_EXPR, itype, t, threadid);
4125 tree n, q, s0, e0, e, t, nthreads, threadid; local
4317 tree trip_var, trip_init, trip_main, trip_back, nthreads, threadid; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dremote.c1753 threadref threadid; /* External form of thread reference. */
1813 static int remote_get_threadinfo (threadref *threadid,
2160 threadid:1, # always request threadid
2167 /* Encoding: 'Q':8,'P':8,mask:32,threadid:64 */
2175 pkt = pack_threadid (pkt, id); /* threadid */
2203 /* info->threadid = 0; FIXME: implement zero_threadref. */
2221 copy_threadref (&info->threadid, &ref);
2240 warning (_("ERROR RMT: length of threadid is not 16."));
2286 remote_get_threadinfo (threadref *threadid, in
1748 threadref threadid; /* External form of thread reference. */ member in struct:gdb_ext_thread_info
2281 remote_get_threadinfo(threadref *threadid, int fieldset, struct gdb_ext_thread_info *info) argument
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c25243 ** The threadid macro resolves to the thread-id or to 0. Used for
25247 #define threadid pthread_self() macro
25249 #define threadid 0 macro
25549 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,
[all...]

Completed in 626 milliseconds