Searched defs:thread (Results 1 - 25 of 180) sorted by relevance

12345678

/freebsd-10.1-release/lib/libkse/thread/
H A Dthr_seterrno.c49 _thread_seterrno(pthread_t thread, int error) argument
H A Dthr_suspend_np.c48 _pthread_suspend_np(pthread_t thread) argument
76 struct pthread *thread; local
97 suspend_common(struct pthread *thread) argument
[all...]
H A Dthr_find_thread.c45 _thr_ref_add(struct pthread *curthread, struct pthread *thread, argument
80 _thr_ref_delete(struct pthread *curthread, struct pthread *thread) argument
[all...]
H A Dthr_resume_np.c49 _pthread_resume_np(pthread_t thread) argument
72 struct pthread *thread; local
96 resume_common(struct pthread *thread) argument
[all...]
/freebsd-10.1-release/lib/libkse/test/
H A Dhello_d.c24 pthread_t thread; local
H A Dhello_s.c26 pthread_t thread; local
/freebsd-10.1-release/lib/libthr/arch/amd64/amd64/
H A Dpthread_md.c38 _tcb_ctor(struct pthread *thread, int initial) argument
/freebsd-10.1-release/lib/libthr/arch/arm/arm/
H A Dpthread_md.c36 _tcb_ctor(struct pthread *thread, int initial) argument
/freebsd-10.1-release/lib/libthr/arch/i386/i386/
H A Dpthread_md.c39 _tcb_ctor(struct pthread *thread, int initial) argument
/freebsd-10.1-release/lib/libthr/arch/ia64/ia64/
H A Dpthread_md.c39 _tcb_ctor(struct pthread *thread, int initial) argument
/freebsd-10.1-release/lib/libthr/arch/mips/mips/
H A Dpthread_md.c42 _tcb_ctor(struct pthread *thread, int initial) argument
/freebsd-10.1-release/lib/libthr/arch/powerpc/powerpc/
H A Dpthread_md.c38 _tcb_ctor(struct pthread *thread, int initial) argument
/freebsd-10.1-release/lib/libthr/arch/sparc64/sparc64/
H A Dpthread_md.c38 _tcb_ctor(struct pthread *thread, int initial) argument
/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_info.c45 _pthread_set_name_np(pthread_t thread, const char *name) argument
H A Dthr_resume_np.c47 _pthread_resume_np(pthread_t thread) argument
65 struct pthread *thread; local
90 resume_common(struct pthread *thread) argument
[all...]
/freebsd-10.1-release/tools/regression/pthread/mutex_isowned_np/
H A Dmutex_isowned_np.c36 thread(void *arg) function
/freebsd-10.1-release/lib/libkse/arch/amd64/amd64/
H A Dpthread_md.c38 _tcb_ctor(struct pthread *thread, int initial) argument
/freebsd-10.1-release/lib/libkse/arch/arm/arm/
H A Dpthread_md.c47 _tcb_ctor(struct pthread *thread, int initial) argument
/freebsd-10.1-release/lib/libkse/arch/ia64/ia64/
H A Dpthread_md.c40 _tcb_ctor(struct pthread *thread, int initial) argument
/freebsd-10.1-release/lib/libkse/arch/powerpc/powerpc/
H A Dpthread_md.c41 _tcb_ctor(struct pthread *thread, int initial) argument
/freebsd-10.1-release/lib/libkse/arch/sparc64/sparc64/
H A Dpthread_md.c43 _tcb_ctor(struct pthread *thread, int initial) argument
/freebsd-10.1-release/contrib/ntp/lib/isc/pthreads/
H A Dthread.c32 isc_thread_create(isc_threadfunc_t func, isc_threadarg_t arg, isc_thread_t *thread) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DDynamicLoader.h242 GetThreadLocalData (const lldb::ModuleSP module, const lldb::ThreadSP thread) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBHostOS.cpp68 SBHostOS::ThreadCancel (lldb::thread_t thread, SBError *error_ptr) argument
74 SBHostOS::ThreadDetach (lldb::thread_t thread, SBError *error_ptr) argument
80 SBHostOS::ThreadJoin (lldb::thread_t thread, thread_result_t *result, SBError *error_ptr) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DPOSIXStopInfo.h30 POSIXStopInfo(lldb_private::Thread &thread, uint32_t status) argument
43 POSIXLimboStopInfo(POSIXThread &thread) argument
71 POSIXCrashStopInfo(POSIXThread &thread, uint32_t status, argument
101 POSIXNewThreadStopInfo (POSIXThread &thread) argument

Completed in 204 milliseconds

12345678