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

1234567891011

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A Dthread.h26 typedef std::thread thread; typedef in namespace:llvm
[all...]
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_ctrdtr.c38 _tcb_ctor(struct pthread *thread, int initial) argument
H A Dthr_resume_np.c48 _pthread_resume_np(pthread_t thread) argument
66 struct pthread *thread; local
91 resume_common(struct pthread *thread) argument
[all...]
H A Dthr_info.c49 thr_set_name_np(struct pthread *thread, const char *name) argument
58 _pthread_set_name_np(pthread_t thread, const char *name) argument
80 thr_get_name_np(struct pthread *thread, char *buf, size_t len) argument
92 _pthread_get_name_np(pthread_t thread, char *buf, size_t len) argument
[all...]
H A Dthr_suspend_np.c49 _pthread_suspend_np(pthread_t thread) argument
108 struct pthread *thread; local
160 suspend_common(struct pthread *curthread, struct pthread *thread, int waitok) argument
[all...]
/freebsd-11-stable/tools/regression/pthread/mutex_isowned_np/
H A Dmutex_isowned_np.c36 thread(void *arg) function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DThreadLauncher.cpp30 lldb::thread_t thread; local
H A DHostThread.cpp17 HostThread::HostThread(lldb::thread_t thread) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DPOSIXStopInfo.h23 POSIXStopInfo(lldb_private::Thread &thread, uint32_t status) argument
33 POSIXLimboStopInfo(FreeBSDThread &thread) : POSIXStopInfo(thread, 0) {} argument
53 POSIXNewThreadStopInfo(FreeBSDThread &thread) : POSIXStopInfo(thread, 0) {} argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntimeStopInfo.cpp18 InstrumentationRuntimeStopInfo( Thread &thread, std::string description, StructuredData::ObjectSP additional_data) argument
31 CreateStopReasonWithInstrumentationData( Thread &thread, std::string description, StructuredData::ObjectSP additionalData) argument
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/dlopen/dso/
H A Dh_pthread_dlopen.c77 testf_dso_pthread_create(pthread_t *thread, const pthread_attr_t *attr, argument
/freebsd-11-stable/contrib/netbsd-tests/rump/kernspace/
H A Dbusypage.c52 thread(void *arg) function
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp20 HostThreadPosix::HostThreadPosix(lldb::thread_t thread) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextRegisterInfo.cpp15 NativeRegisterContextRegisterInfo( NativeThreadProtocol &thread, RegisterInfoInterface *register_info_interface) argument
H A DRegisterContextMach_i386.cpp18 RegisterContextMach_i386::RegisterContextMach_i386(Thread &thread, argument
H A DRegisterContextMach_x86_64.cpp18 RegisterContextMach_x86_64( Thread &thread, uint32_t concrete_frame_idx) argument
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/dlopen/
H A Dt_dso_pthread_create.c64 pthread_t thread; local
H A Dt_main_pthread_create.c62 pthread_t thread; local
80 pthread_t thread; local
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_siglongjmp.c56 thread(void *arg) function
H A Dt_sleep.c72 pthread_t thread; local
H A Dt_join.c63 pthread_t thread; local
72 pthread_t thread[25]; local
[all...]
H A Dt_swapcontext.c99 pthread_t thread; local
/freebsd-11-stable/bin/ps/
H A Dfmt.c108 fmt_argv(char **argv, char *cmd, char *thread, size_t maxlen) argument
/freebsd-11-stable/sys/contrib/ck/include/spinlock/
H A Dclh.h69 ck_spinlock_clh_lock(struct ck_spinlock_clh **queue, struct ck_spinlock_clh *thread) argument
94 ck_spinlock_clh_unlock(struct ck_spinlock_clh **thread) argument
[all...]

Completed in 747 milliseconds

1234567891011