Home
last modified time | relevance | path

Searched refs:tid1 (Results 1 – 3 of 3) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Dsigaltstack.sh71 pthread_t tid1, tid2;
96 j = pthread_create(&tid1, NULL, thread_exec, NULL);
108 j = pthread_join(tid1, NULL);
/freebsd/cddl/usr.sbin/dtrace/tests/common/builtinvar/
H A DMakefile37 tst.tid1.d \
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c3295 struct tid_info_region_rev1 *tid1; in collect_tid() local
3316 tid1 = (struct tid_info_region_rev1 *)scratch_buff.data; in collect_tid()
3317 tid = &(tid1->tid); in collect_tid()
3318 tid1->ver_hdr.signature = CUDBG_ENTITY_SIGNATURE; in collect_tid()
3319 tid1->ver_hdr.revision = CUDBG_TID_INFO_REV; in collect_tid()
3320 tid1->ver_hdr.size = sizeof(struct tid_info_region_rev1) - in collect_tid()
3325 tid1->tid_start = 0; in collect_tid()
3328 tid1->tid_start = t4_read_reg(padap, A_LE_DB_ACTIVE_TABLE_START_INDEX); in collect_tid()