Home
last modified time | relevance | path

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

123

/dragonfly/sys/sys/
H A Dthread.h256 struct thread { struct
271 void (*td_preemptable)(struct thread *td, int critcount); argument
272 void (*td_release)(struct thread *td); argument
276 thread_t (*td_switch)(struct thread *ntd); argument
289 int td_type; /* thread type, TD_TYPE_ */ argument
294 struct timeval td_start; /* start time for a thread/process */ argument
296 struct thread *td_preempted; /* we preempted this thread */ argument
304 struct globaldata *td_migrate_gd; /* target gd for thread migration */ argument
305 struct fdcache td_fdcache[NFDCACHE];
329 struct md_thread td_mach; argument
[all …]
/dragonfly/test/interbench/
H A Dinterbench.h39 struct thread { struct
40 void (*name)(struct thread *); argument
42 int bench; /* This thread is suitable for benchmarking */ argument
48 pthread_t pthread; argument
49 pthread_t tk_pthread; argument
52 struct tk_thread tkthread; argument
53 long threadno; argument
55 extern struct thread hackthread; argument
/dragonfly/lib/libthread_xu/thread/
H A Dthr_list.c152 pthread_t thread = NULL; in _thr_alloc() local
190 _thr_free(pthread_t curthread, pthread_t thread) in _thr_free()
225 thr_destroy(pthread_t curthread __unused, pthread_t thread) in thr_destroy()
239 _thr_link(pthread_t curthread, pthread_t thread) in _thr_link()
257 _thr_unlink(pthread_t curthread, pthread_t thread) in _thr_unlink()
266 _thr_hash_add(pthread_t thread) in _thr_hash_add()
275 _thr_hash_remove(pthread_t thread) in _thr_hash_remove()
281 _thr_hash_find(pthread_t thread) in _thr_hash_find()
300 _thr_ref_add(pthread_t curthread, pthread_t thread, in _thr_ref_add()
320 _thr_ref_delete(pthread_t curthread, pthread_t thread) in _thr_ref_delete()
[all …]
H A Dthr_info.c45 _pthread_setname_np(pthread_t thread, const char *name) in _pthread_setname_np()
72 _pthread_set_name_np(pthread_t thread, const char *name) in _pthread_set_name_np()
79 _pthread_getname_np(pthread_t thread, char *name, size_t len) in _pthread_getname_np()
111 _pthread_get_name_np(pthread_t thread, char *buf, size_t len) in _pthread_get_name_np()
H A Dthr_resume_np.c44 _pthread_resume_np(pthread_t thread) in _pthread_resume_np()
64 pthread_t thread; in _pthread_resume_all_np() local
82 resume_common(pthread_t thread) in resume_common()
H A Dthr_suspend_np.c43 _pthread_suspend_np(pthread_t thread) in _pthread_suspend_np()
71 pthread_t thread; in _pthread_suspend_all_np() local
116 suspend_common(pthread_t curthread, pthread_t thread, int waitok) in suspend_common()
H A Dthr_affinity.c41 _pthread_getaffinity_np(pthread_t thread, size_t cpusetsize, in _pthread_getaffinity_np()
79 _pthread_setaffinity_np(pthread_t thread, size_t cpusetsize, in _pthread_setaffinity_np()
H A Dthr_ctrdtr.c40 _tcb_ctor(struct __pthread_s *thread, int initial) in _tcb_ctor()
H A Dthr_create.c51 _pthread_create(pthread_t * __restrict thread, in _pthread_create()
H A Dthr_init.c322 init_main_thread(pthread_t thread) in init_main_thread()
/dragonfly/contrib/gdb-7/gdb/
H A Dcontinuations.c140 add_continuation (struct thread_info *thread, in add_continuation()
199 do_all_continuations_thread_callback (struct thread_info *thread, void *data) in do_all_continuations_thread_callback()
209 do_all_continuations_thread (struct thread_info *thread, int err) in do_all_continuations_thread()
225 discard_all_continuations_thread_callback (struct thread_info *thread, in discard_all_continuations_thread_callback()
235 discard_all_continuations_thread (struct thread_info *thread) in discard_all_continuations_thread()
253 add_intermediate_continuation (struct thread_info *thread, in add_intermediate_continuation()
272 do_all_intermediate_continuations_thread_callback (struct thread_info *thread, in do_all_intermediate_continuations_thread_callback()
285 do_all_intermediate_continuations_thread (struct thread_info *thread, int err) in do_all_intermediate_continuations_thread()
302 discard_all_intermediate_continuations_thread_callback (struct thread_info *thread, in discard_all_intermediate_continuations_thread_callback()
312 discard_all_intermediate_continuations_thread (struct thread_info *thread) in discard_all_intermediate_continuations_thread()
H A Dinfcmd.c654 proceed_thread_callback (struct thread_info *thread, void *arg) in proceed_thread_callback()
875 int thread = * (int *) arg; in delete_longjmp_breakpoint_cleanup() local
885 int thread = -1; in step_1() local
967 int thread; member
1011 step_once (int skip_subroutines, int single_inst, int count, int thread) in step_once()
1289 int thread; member
1318 int thread = tp->num; in until_next_command() local
1539 int thread; member
1672 int thread = tp->num; in finish_forward() local
2363 proceed_after_attach_callback (struct thread_info *thread, in proceed_after_attach_callback()
/dragonfly/contrib/lvm2/dist/daemons/dmeventd/
H A Ddmeventd.c174 pthread_t thread; member
461 struct thread_status *thread; in _lookup_thread_status() local
494 struct thread_status *thread; in _timeout_thread() local
734 struct thread_status *thread = arg; in _monitor_thread() local
1015 struct thread_status *thread; in _unregister_for_event() local
1060 struct thread_status *thread) in _registered_device()
1083 struct thread_status *thread) in _want_registered_device()
1109 struct thread_status *thread, *hit = NULL; in _get_registered_dev() local
1168 struct thread_status *thread; in _set_timeout() local
1180 struct thread_status *thread; in _get_timeout() local
[all …]
/dragonfly/contrib/zstd/lib/common/
H A Dthreading.c40 ZSTD_pthread_t* const thread = (ZSTD_pthread_t*) arg; in worker() local
45 int ZSTD_pthread_create(ZSTD_pthread_t* thread, const void* unused, in ZSTD_pthread_create()
59 int ZSTD_pthread_join(ZSTD_pthread_t thread, void **value_ptr) in ZSTD_pthread_join()
/dragonfly/sbin/hammer2/
H A Dcmd_service.c44 pthread_t thread; member
81 pthread_t thread; member
211 pthread_t thread; in service_thread() local
528 pthread_t thread; in autoconn_thread() local
807 pthread_t thread; in master_reconnect() local
852 pthread_t thread; in disk_reconnect() local
952 pthread_t thread; in xdisk_connect() local
1007 pthread_t thread; in hammer2_demon() local
H A Dcmd_debug.c61 pthread_t thread; in cmd_shell() local
321 pthread_t thread; in shell_span() local
363 pthread_t thread; in cmd_debugspan() local
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-threadevent.c30 PyObject *thread = NULL; in get_event_thread() local
49 PyObject *thread = NULL; in create_thread_event_object() local
/dragonfly/contrib/xz/src/common/
H A Dmythread.h156 mythread_create(mythread *thread, void *(*func)(void *arg), void *arg) in mythread_create()
171 mythread_join(mythread thread) in mythread_join()
386 mythread_create(mythread *thread, in mythread_create()
398 mythread_join(mythread thread) in mythread_join()
/dragonfly/test/libpthread/
H A Dhello_d.c24 pthread_t thread; in main() local
H A Dhello_s.c26 pthread_t thread; in main() local
H A Djoin_leak_d.c54 pthread_t thread; in main() local
/dragonfly/contrib/grep/lib/glthread/
H A Dthreadlib.c47 pthread_t thread; in glthread_in_use() local
/dragonfly/usr.bin/vknet/
H A Dvknet.h73 pthread_t thread; member
/dragonfly/contrib/gcc-4.7/libgomp/
H A Dparallel.c40 struct gomp_thread *thread = gomp_thread(); in gomp_resolve_num_threads() local
/dragonfly/contrib/gdb-7/gdb/mi/
H A Dmi-parse.h51 int thread; member

123