/dflybsd-src/sys/sys/ |
H A D | thread.h | 256 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 …]
|
/dflybsd-src/test/interbench/ |
H A D | interbench.h | 39 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
|
/dflybsd-src/lib/libthread_xu/thread/ |
H A D | thr_list.c | 152 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 D | thr_info.c | 45 _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 D | thr_resume_np.c | 44 _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 D | thr_suspend_np.c | 43 _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 D | thr_affinity.c | 41 _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 D | thr_ctrdtr.c | 40 _tcb_ctor(struct __pthread_s *thread, int initial) in _tcb_ctor()
|
H A D | thr_create.c | 51 _pthread_create(pthread_t * __restrict thread, in _pthread_create()
|
H A D | thr_init.c | 322 init_main_thread(pthread_t thread) in init_main_thread()
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | continuations.c | 140 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 D | infcmd.c | 654 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()
|
/dflybsd-src/contrib/lvm2/dist/daemons/dmeventd/ |
H A D | dmeventd.c | 64 #define LINK_THREAD(thread) LINK(thread, &_thread_registry) argument 174 pthread_t thread; member 248 static void _free_thread_status(struct thread_status *thread) in _free_thread_status() 461 struct thread_status *thread; in _lookup_thread_status() local 494 struct thread_status *thread; in _timeout_thread() local 518 static int _register_for_timeout(struct thread_status *thread) in _register_for_timeout() 544 static void _unregister_for_timeout(struct thread_status *thread) in _unregister_for_timeout() 594 static int _event_wait(struct thread_status *thread, struct dm_task **task) in _event_wait() 654 static int _do_register_device(struct thread_status *thread) in _do_register_device() 664 static int _do_unregister_device(struct thread_status *thread) in _do_unregister_device() [all …]
|
/dflybsd-src/contrib/zstd/lib/common/ |
H A D | threading.c | 40 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()
|
/dflybsd-src/sbin/hammer2/ |
H A D | cmd_service.c | 44 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 D | cmd_debug.c | 61 pthread_t thread; in cmd_shell() local 321 pthread_t thread; in shell_span() local 363 pthread_t thread; in cmd_debugspan() local
|
/dflybsd-src/contrib/gdb-7/gdb/python/ |
H A D | py-threadevent.c | 30 PyObject *thread = NULL; in get_event_thread() local 49 PyObject *thread = NULL; in create_thread_event_object() local
|
/dflybsd-src/contrib/xz/src/common/ |
H A D | mythread.h | 156 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()
|
/dflybsd-src/test/libpthread/ |
H A D | hello_s.c | 26 pthread_t thread; in main() local
|
H A D | hello_d.c | 24 pthread_t thread; in main() local
|
H A D | join_leak_d.c | 54 pthread_t thread; in main() local
|
/dflybsd-src/contrib/grep/lib/glthread/ |
H A D | threadlib.c | 47 pthread_t thread; in glthread_in_use() local
|
/dflybsd-src/usr.bin/vknet/ |
H A D | vknet.h | 73 pthread_t thread; member
|
/dflybsd-src/contrib/gcc-4.7/libgomp/ |
H A D | parallel.c | 40 struct gomp_thread *thread = gomp_thread(); in gomp_resolve_num_threads() local
|
/dflybsd-src/contrib/gdb-7/gdb/mi/ |
H A D | mi-parse.h | 51 int thread; member
|