Searched defs:tid (Results 1 - 25 of 226) sorted by relevance

12345678910

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DOperatingSystem.h82 CreateThread (lldb::tid_t tid, lldb::addr_t context) argument
H A DThreadSpec.h49 SetTID (lldb::tid_t tid) argument
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c44 timer_t tid; local
/freebsd-10.0-release/lib/libthr/thread/
H A Dthr_affinity.c45 lwpid_t tid; local
68 lwpid_t tid; local
H A Dthr_join.c82 long tid; local
/freebsd-10.0-release/contrib/gcclibs/libgomp/config/linux/
H A Dlock.c102 int tid = tid_cache; local
124 int otid, tid = gomp_tid (); local
159 int otid, tid = gomp_tid (); local
[all...]
/freebsd-10.0-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_threadpool.h101 pthread_t *tid; member in struct:_cl_thread_pool
/freebsd-10.0-release/contrib/sendmail/libmilter/
H A Dsignal.c164 sthread_t tid; local
H A Dmonitor.c81 sthread_t tid; local
152 sthread_t tid; local
/freebsd-10.0-release/gnu/usr.bin/gdb/kgdb/
H A Dkgdb.h42 int tid; member in struct:kthr
/freebsd-10.0-release/usr.bin/login/
H A Dlogin_audit.c54 static au_tid_t tid; variable
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMach_arm.cpp36 RegisterContextMach_arm::DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) argument
43 RegisterContextMach_arm::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) argument
50 RegisterContextMach_arm::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) argument
57 RegisterContextMach_arm::DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg) argument
64 RegisterContextMach_arm::DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) argument
70 DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) argument
76 DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) argument
82 DoWriteDBG(lldb::tid_t tid, int flavor, const DBG &dbg) argument
[all...]
H A DRegisterContextMach_i386.cpp34 RegisterContextMach_i386::DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) argument
41 RegisterContextMach_i386::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) argument
48 RegisterContextMach_i386::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) argument
55 RegisterContextMach_i386::DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) argument
61 RegisterContextMach_i386::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) argument
67 DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) argument
[all...]
H A DRegisterContextMach_x86_64.cpp34 RegisterContextMach_x86_64::DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) argument
41 RegisterContextMach_x86_64::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) argument
48 RegisterContextMach_x86_64::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) argument
55 RegisterContextMach_x86_64::DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) argument
61 RegisterContextMach_x86_64::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) argument
67 DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) argument
[all...]
H A DThreadMemory.cpp21 ThreadMemory(Process &process, tid_t tid, const ValueObjectSP &thread_info_valobj_sp) argument
33 ThreadMemory(Process &process, lldb::tid_t tid, const char *name, const char *queue, lldb::addr_t register_data_addr) argument
/freebsd-10.0-release/lib/libkse/test/
H A Dsigwait_d.c93 send_thread_signal (pthread_t tid, int signo) argument
117 pthread_t tid; local
[all...]
H A Dsigsuspend_d.c137 send_thread_signal (pthread_t tid, int signo) argument
/freebsd-10.0-release/lib/libsdp/
H A Dsdp-int.h44 uint16_t tid; /* current session transaction ID (tid) */ member in struct:sdp_session
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgnu-nat.h42 int tid; /* The GDB pid (actually a thread id). */ member in struct:proc
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp28 ThreadElfCore::ThreadElfCore (Process &process, tid_t tid, argument
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_req.c72 ib_net64_t tid; local
106 tid, local
149 ib_net64_t tid; local
184 tid, local
/freebsd-10.0-release/crypto/heimdal/base/
H A Dheimbasepriv.h62 heim_tid_t tid; member in struct:heim_type_data
/freebsd-10.0-release/sys/ddb/
H A Ddb_thread.c53 db_set_thread(db_expr_t tid, boolean_t hastid, db_expr_t cnt, char *mod) argument
/freebsd-10.0-release/sys/dev/ofw/
H A Dopenfirmio.c82 openfirm_checkid(phandle_t sid, phandle_t tid) argument
/freebsd-10.0-release/sys/gdb/
H A Dgdb_main.c175 intmax_t tid; local
284 intmax_t tid; local

Completed in 216 milliseconds

12345678910