Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 25 of 25) sorted by relevance

/trueos/usr.bin/csup/
HDthreads.c51 struct threads *threads; member
57 struct threads { struct
58 pthread_mutex_t threads_mtx; argument
64 static void *thread_start(void *); /* Common entry point for threads. */ argument
/trueos/contrib/netbsd-tests/lib/libc/stdlib/
HDt_getenv_thread.c150 pthread_t threads[THREADED_NUM_THREADS]; in ATF_TC_BODY() local
175 pthread_t threads[THREADED_NUM_THREADS]; in ATF_TC_BODY() local
200 pthread_t threads[THREADED_NUM_THREADS]; in ATF_TC_BODY() local
225 pthread_t threads[THREADED_NUM_THREADS]; in ATF_TC_BODY() local
/trueos/lib/libkse/test/
HDsem_d.c62 pthread_t threads[NTHREADS]; in main() local
/trueos/tools/test/pthread_vfork/
HDpthread_vfork_test.c77 pthread_t threads[NUM_THREADS]; in main() local
/trueos/contrib/netbsd-tests/lib/libpthread/
HDt_once.c106 pthread_t threads[NTHREADS]; in ATF_TC_BODY() local
HDt_sem.c162 pthread_t threads[NTHREADS]; in ATF_TC_BODY() local
/trueos/sys/nfs/
HDnfs_fha.h67 struct svcthread_list threads; member
/trueos/contrib/apr/
HDconfigure.in711 AC_ARG_ENABLE(threads, optenable
846 AC_SUBST(threads) subst
/trueos/sys/mips/rmi/
HDfmn.c85 } threads[XLR_NTHREADS]; member
/trueos/contrib/apr-util/include/
HDapr_memcache.h424 apr_uint32_t threads; member
/trueos/sys/sys/mach/
HDprocessor.h156 queue_head_t threads; /* threads in this set */ member
/trueos/usr.sbin/nscd/
HDnscd.c593 pthread_t *threads; in main() local
/trueos/tools/tools/crypto/
HDcryptotest.c428 runtests(struct alg *alg, int count, int size, u_long cmd, int threads, int profile) in runtests()
/trueos/lib/libdispatch/src/
HDintrospection.c352 size_t count, dispatch_introspection_queue_thread_t threads) in dispatch_introspection_get_queue_threads()
/trueos/sys/geom/eli/
HDg_eli.c708 u_int i, threads; in g_eli_create() local
/trueos/usr.bin/gcore/
HDelfcore.c325 size_t threads, old_len; in elf_putnotes() local
/trueos/sys/kern/
HDkern_cpuset.c517 int threads; in cpuset_setproc() local
/trueos/usr.bin/kdump/
HDkdump.c122 static int timestamp, decimal, fancy = 1, suppressdata, tail, threads, maxdata, variable
/trueos/sys/rpc/
HDsvc.c234 int threads, error, g; in svcpool_threads_sysctl() local
/trueos/contrib/gdb/gdb/
HDgnu-nat.c173 struct proc *threads; /* A linked list of all threads in TASK. */ member
989 thread_array_t threads; in inf_validate_procs() local
HDprocfs.c3276 tid_t *threads; in proc_update_threads() local
/trueos/sys/cam/ctl/
HDctl_private.h494 struct ctl_thread threads[CTL_MAX_THREADS]; member
/trueos/usr.sbin/bhyve/
HDsmbiostbl.c215 uint8_t threads; /* threads per socket */ member
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectTarget.cpp3631 ThreadList threads(process->GetThreadList()); in DoExecute() local
/trueos/contrib/llvm/tools/lldb/source/Core/
HDIOHandler.cpp4165 ThreadList &threads = process->GetThreadList(); in MenuDelegateAction() local