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

/freebsd-9.3-release/tools/test/pthread_vfork/
H A Dpthread_vfork_test.c45 vfork_test(void *threadid __unused)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dremote.c1135 threadref threadid; /* External form of thread reference */
1192 static int remote_get_threadinfo (threadref * threadid, int fieldset, /*TAG mask */
1467 threadid:1, # always request threadid
1474 /* Encoding: 'Q':8,'P':8,mask:32,threadid:64 */
1482 pkt = pack_threadid (pkt, id); /* threadid */
1510 /* info->threadid = 0; FIXME: implement zero_threadref */
1527 copy_threadref (&info->threadid, &ref);
1545 warning ("ERROR RMT: length of threadid is not 16\n");
1591 remote_get_threadinfo (threadref *threadid, in
1131 threadref threadid; /* External form of thread reference */ member in struct:gdb_ext_thread_info
1587 remote_get_threadinfo(threadref *threadid, int fieldset, struct gdb_ext_thread_info *info) argument
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Domp-low.c2770 s0 = q * threadid;
2787 tree l0, l1, l2, n, q, s0, e0, e, t, nthreads, threadid;
2817 threadid = get_formal_tmp_var (t, &list);
2850 t = build2 (MULT_EXPR, type, q, threadid);
2939 s0 = (trip * nthreads + threadid) * CHUNK;
2959 tree trip, nthreads, threadid;
2994 threadid = get_formal_tmp_var (t, &list);
3035 t = build2 (PLUS_EXPR, type, t, threadid);
2786 tree l0, l1, l2, n, q, s0, e0, e, t, nthreads, threadid; local
2958 tree trip, nthreads, threadid; local

Completed in 110 milliseconds