Searched refs:thr (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-9.3-release/lib/libthread_db/
H A Dlibpthread_db.c84 } else if (ta->map[i].type == type && ta->map[i].thr == pt) {
110 ta->map[first].thr = pt;
270 while (pt != 0 && ta->map[id].thr != pt) {
461 ret = ps_pread(ta->ph, ta->map[th->th_tid].thr +
466 ret = ps_pread(ta->ph, ta->map[th->th_tid].thr +
486 ptr = ta->map[th->th_tid].thr + ta->thread_off_kse;
495 ptr = ta->map[th->th_tid].thr +
601 ret = ps_pread(ta->ph, ta->map[th->th_tid].thr +
606 ret = ps_pread(ta->ph, ta->map[th->th_tid].thr + ta->thread_off_tcb,
610 ret = ps_pread(ta->ph, ta->map[th->th_tid].thr
[all...]
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_private.h52 #include <sys/thr.h>
337 * lwpid_t is 32bit but kernel thr API exports tid as long type
394 #define SHOULD_CANCEL(thr) \
395 ((thr)->cancel_pending && (thr)->cancel_enable && \
396 (thr)->no_cancel == 0)
598 #define THR_THREAD_LOCK(curthrd, thr) THR_LOCK_ACQUIRE(curthrd, &(thr)->lock)
599 #define THR_THREAD_UNLOCK(curthrd, thr) THR_LOCK_RELEASE(curthrd, &(thr)
[all...]
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_cond.c40 #define THR_IN_CONDQ(thr) (((thr)->sflags & THR_FLAGS_IN_SYNCQ) != 0)
41 #define THR_CONDQ_SET(thr) (thr)->sflags |= THR_FLAGS_IN_SYNCQ
42 #define THR_CONDQ_CLEAR(thr) (thr)->sflags &= ~THR_FLAGS_IN_SYNCQ
H A Dthr_mutex.c57 #define THR_ASSERT_NOT_IN_SYNCQ(thr) do { \
58 THR_ASSERT(((thr)->sflags & THR_FLAGS_IN_SYNCQ) == 0, \
65 #define THR_ASSERT_NOT_IN_SYNCQ(thr)
68 #define THR_IN_MUTEXQ(thr) (((thr)->sflags & THR_FLAGS_IN_SYNCQ) != 0)
/freebsd-9.3-release/contrib/bind9/
H A Dconfig.threads.in120 AC_CHECK_LIB(thr, thread_create,,
/freebsd-9.3-release/sys/mips/mips/
H A Ddb_trace.c400 db_trace_thread(struct thread *thr, int count) argument
405 if (thr == curthread) {
419 ctx = kdb_thr_ctx(thr);
/freebsd-9.3-release/sys/dev/bwi/
H A Dbwirf.c2128 int32_t thr; local
2138 thr = (rf->rf_nrssi[1] - rf->rf_nrssi[0]) * 32;
2139 thr += 20 * (rf->rf_nrssi[0] + 1);
2140 thr /= 40;
2142 thr = rf->rf_nrssi[1] - 5;
2144 if (thr < 0)
2145 thr = 0;
2146 else if (thr > 0x3e)
2147 thr = 0x3e;
2150 PHY_WRITE(mac, BWI_PHYR_NRSSI_THR_11B, (((uint16_t)thr) <<
2185 uint16_t thr; local
[all...]
/freebsd-9.3-release/sys/kern/
H A Dimgact_elf.c1450 struct thread *thr; local
1464 thr = td;
1465 while (thr != NULL) {
1467 __elfN(note_prstatus), thr);
1469 __elfN(note_fpregset), thr);
1471 __elfN(note_thrmisc), thr);
1473 __elfN(note_threadmd), thr);
1475 thr = (thr == td) ? TAILQ_FIRST(&p->p_threads) :
1476 TAILQ_NEXT(thr, td_plis
[all...]
H A Dkern_thr.c52 #include <sys/thr.h>
/freebsd-9.3-release/sys/amd64/amd64/
H A Ddb_trace.c502 db_trace_thread(struct thread *thr, int count) argument
506 ctx = kdb_thr_ctx(thr);
507 return (db_backtrace(thr, NULL, (struct amd64_frame *)ctx->pcb_rbp,
/freebsd-9.3-release/sys/i386/i386/
H A Ddb_trace.c529 db_trace_thread(struct thread *thr, int count) argument
533 ctx = kdb_thr_ctx(thr);
534 return (db_backtrace(thr, NULL, (struct i386_frame *)ctx->pcb_ebp,
/freebsd-9.3-release/lib/librt/
H A Dsigev_thread.c37 #include <sys/thr.h>
/freebsd-9.3-release/sys/dev/cx/
H A Dcxddk.h243 unsigned thr : 4; /* FIFO threshold */ member in struct:__anon7345
/freebsd-9.3-release/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c54 pthread_t thr; member in struct:client
572 pthread_create(&c->thr, NULL, log_function, c);
841 pthread_join(&clients[i]->thr, NULL);
/freebsd-9.3-release/tools/regression/file/flock/
H A Dflock.c1442 pthread_t thr[THREADS]; local
1484 error = pthread_create(&thr[i], NULL, test16_func, &tc);
1502 error = pthread_join(thr[i], &res);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h232 #define ISSIG(thr, why) (FALSE)
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h5895 uint64_t thr : 8; /**< Transmit Holding Register */ member in struct:cvmx_mio_uartx_thr::cvmx_mio_uartx_thr_s
5897 uint64_t thr : 8;
6546 uint64_t thr : 8; /**< Transmit Holding Register */ member in struct:cvmx_mio_uart2_thr::cvmx_mio_uart2_thr_s
6548 uint64_t thr : 8;
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c76 #include <sys/thr.h>

Completed in 374 milliseconds

12