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

/freebsd-11.0-release/contrib/netbsd-tests/fs/vfs/
H A Dt_rmdirrace.c69 pthread_t th1, th2; local
86 res = pthread_create(&th2, NULL, func2, &quit);
94 res = pthread_join(th2, NULL);
/freebsd-11.0-release/sys/net/
H A Dif_iso88025subr.c560 struct iso88025_sockaddr_data *th2; local
578 th2 = (struct iso88025_sockaddr_data *)sa.sa_data;
580 th2->ether_shost[i] = c = th->iso88025_dhost[i];
581 th2->ether_dhost[i] = th->iso88025_dhost[i] =
585 th2->ac = TR_AC;
586 th2->fc = TR_LLC_FRAME;
/freebsd-11.0-release/sys/kern/
H A Dkern_tc.c86 static struct timehands th2 = { NULL, 0, 0, 0, {0, 0}, {0, 0}, {0, 0}, 0, &th3}; variable in typeref:struct:timehands
87 static struct timehands th1 = { NULL, 0, 0, 0, {0, 0}, {0, 0}, {0, 0}, 0, &th2};

Completed in 88 milliseconds