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

12345

/src/lib/libpthread/
H A Dpthread_getcpuclockid.c47 pthread_getcpuclockid(pthread_t thread, clockid_t *clock_id) argument
H A Dpthread_misc.c80 pthread_setschedparam(pthread_t thread, int policy, argument
99 pthread_getaffinity_np(pthread_t thread,size_t size,cpuset_t * cpuset) argument
115 pthread_setaffinity_np(pthread_t thread,size_t size,cpuset_t * cpuset) argument
131 pthread_setschedprio(pthread_t thread,int prio) argument
149 pthread_kill(pthread_t thread,int sig) argument
[all...]
/src/regress/sys/kern/softint1/
H A Dsoftint1.c45 thread(void *arg) function in typeref:typename:void *
/src/tests/lib/libpthread/dlopen/dso/
H A Dh_pthread_dlopen.c77 testf_dso_pthread_create(pthread_t *thread, const pthread_attr_t *attr, argument
/src/tests/lib/libpthread/dlopen/
H A Dt_main_pthread_create.c62 pthread_t thread; local in function:ATF_TC_BODY
80 pthread_t thread; local in function:ATF_TC_BODY
H A Dt_dso_pthread_create.c64 pthread_t thread; local in function:ATF_TC_BODY
/src/tests/libexec/ld.elf_so/
H A Dh_thread_local_dtor.c61 pthread_t thread; local in function:main
/src/tests/rump/kernspace/
H A Dbusypage.c52 thread(void *arg) function in typeref:typename:void
/src/lib/librumpuser/
H A Drumpfiber.h36 struct thread { struct
[all...]
H A DMakefile37 .error Unsupported curlwp scheme for thread model: ${RUMP_CURLWP} target
/src/tests/lib/libc/membar/
H A Dt_dekker.c98 thread(void *cookie) function in typeref:typename:void *
H A Dt_spinlock.c89 thread(void *cookie) function in typeref:typename:void *
/src/tests/lib/libc/sys/
H A Dt_ptrace_kill.c95 pthread_t thread; local in function:ATF_TC_BODY
/src/tests/lib/libpthread/
H A Dt_join.c63 pthread_t thread; local in function:ATF_TC_BODY
72 pthread_t thread[25]; local in function:threadfunc1
[all...]
H A Dt_siglongjmp.c56 thread(void *arg) function in typeref:typename:void *
H A Dt_sleep.c72 pthread_t thread; local in function:ATF_TC_BODY
H A Dt_swapcontext.c93 pthread_t thread; local in function:ATF_TC_BODY
H A Dt_sigmask.c180 pthread_t thread; local in function:ATF_TC_BODY
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_thread.cc14 MsanThread *thread = (MsanThread*)MmapOrDie(size, __func__); local in function:__msan::MsanThread::Create
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_pthread_wrappers.h44 inline void PTHREAD_CREATE(pthread_t *thread, void *attr, argument
56 inline void PTHREAD_JOIN(pthread_t thread, void **value_ptr) { argument
/src/tests/lib/libc/gen/
H A Dt_arc4random.c227 pthread_t thread; local in function:ATF_TC_BODY
[all...]
/src/sys/arch/zaurus/dev/
H A Dzaudio.c238 zaudio_get_locks(void *hdl, kmutex_t **intr, kmutex_t **thread) argument
/src/sys/arch/mips/rmi/
H A Drmixl_cpu.c153 int thread = cf->cf_loc[CPUCORECF_THREAD]; local in function:cpu_rmixl_match
/src/lib/libc/thread-stub/
H A Dthread-stub.c106 __libc_thr_detach_stub(pthread_t thread) argument
[all...]
/src/regress/sys/kern/nameibench/
H A Dnameibench.c145 thread(void *cookie) function in typeref:typename:void *

Completed in 12 milliseconds

12345