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

/barrelfish-2018-10-04/lib/barrelfish/include/arch/x86_32/arch/
H A Dregisters.h23 registers_set_initial(arch_registers_state_t *regs, struct thread *thread, argument
/barrelfish-2018-10-04/lib/barrelfish/include/arch/x86_64/arch/
H A Dregisters.h23 registers_set_initial(arch_registers_state_t *regs, struct thread *thread, argument
/barrelfish-2018-10-04/lib/barrelfish/include/target/x86_64/
H A Dregisters_target.h24 registers_x86_64_set_initial(struct registers_x86_64 *regs, struct thread *thread, argument
/barrelfish-2018-10-04/include/barrelfish/
H A Ddomain.h29 struct thread *thread; ///< Thread to run on remote core member in struct:span_domain_state
[all...]
/barrelfish-2018-10-04/lib/barrelfish/include/arch/aarch64/arch/
H A Dregisters.h33 registers_set_initial(arch_registers_state_t *regs, struct thread *thread, argument
/barrelfish-2018-10-04/lib/barrelfish/include/arch/arm/arch/
H A Dregisters.h33 registers_set_initial(arch_registers_state_t *regs, struct thread *thread, argument
/barrelfish-2018-10-04/lib/barrelfish/include/target/x86_32/
H A Dregisters_target.h24 registers_x86_32_set_initial(struct registers_x86_32 *regs, struct thread *thread, argument
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dworkqueue.h48 struct thread *thread; member in struct:workqueue_struct
178 struct thread *thread = NULL; local
/barrelfish-2018-10-04/lib/bomp_new/
H A Dbomp_thread.c141 bomp_thread_init(coreid_t core, size_t stack_size, struct bomp_thread *thread) argument
214 bomp_thread_exec(struct bomp_thread *thread, bomp_thread_fn_t fn, void *arg, uint32_t tid) argument
[all...]
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dthread.cpp[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Den_netdev.c2400 struct thread *thread; local
/barrelfish-2018-10-04/tools/harness/tests/
H A Ddevif_test.py15 import thread namespace
/barrelfish-2018-10-04/lib/lwip/src/
H A Dsys_arch.c26 struct thread *thread; // barrelfish thread member in struct:thread_wrapper
100 struct thread_wrapper *thread = lwip_system_threads; local
[all...]
/barrelfish-2018-10-04/lib/barrelfish/include/
H A Dthreads_priv.h42 struct thread { struct
[all...]
/barrelfish-2018-10-04/lib/barrelfish/
H A Dwaitset.c155 waitset_can_receive(struct waitset_chanstate *chan, struct thread *thread) argument
872 struct thread *thread = find_recipient(ws, chan, thread_self_disabled()); local
938 struct thread *thread = find_recipient(ws, chan, thread_self_disabled()); local
[all...]
H A Ddomain.c171 struct thread *thread; member in struct:create_thread_req
175 create_thread_reply(struct interdisp_binding *b, errval_t err, genvaddr_t thread, genvaddr_t req) argument
202 struct thread *thread = (struct thread *)(lvaddr_t)taddr; local
398 struct thread *thread = NULL; local
503 remote_core_init_disabled(struct thread *thread) argument
860 domain_wakeup_on_coreid_disabled(coreid_t core_id, struct thread *thread, dispatcher_handle_t mydisp) argument
893 domain_wakeup_on_disabled(dispatcher_handle_t disp, struct thread *thread, dispatcher_handle_t mydisp) argument
905 domain_wakeup_on(dispatcher_handle_t disp, struct thread *thread) argument
914 domain_thread_move_to(struct thread *thread, coreid_t core_id) argument
1010 domain_thread_join(struct thread *thread, int *retval) argument
[all...]
H A Dthreads.c129 thread_enqueue(struct thread *thread, struct thread **queue) argument
158 struct thread *thread = *queue; local
182 thread_remove_from_queue(struct thread **queue, struct thread *thread) argument
258 thread_check_stack_bounds(struct thread *thread, arch_registers_state_t *archregs) argument
313 free_thread(struct thread *thread) argument
480 thread_join(struct thread *thread, int *retval) argument
521 thread_detach(struct thread *thread) argument
775 struct thread *thread = arg; local
1043 struct thread *thread; local
1138 struct thread *thread = thread_create(main_thread, params); local
1166 struct thread *thread = &staticthread; local
1208 thread_init_remote(dispatcher_handle_t handle, struct thread *thread) argument
1268 thread_pause_and_capture_state(struct thread *thread, arch_registers_state_t **ret_regs) argument
1299 thread_pause(struct thread *thread) argument
1307 thread_resume(struct thread *thread) argument
1456 struct thread *thread = disp_gen->current; local
[all...]
/barrelfish-2018-10-04/lib/bomp_new/include/
H A Dbomp_internal.h123 struct bomp_thread thread; member in union:bomp_tls::__anon525
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dfmr_pool.c98 struct task_struct *thread; member in struct:ib_fmr_pool
/barrelfish-2018-10-04/lib/acpica/source/os_specific/service_layers/
H A Dosunixxf.c1531 pthread_t thread; local
1559 pthread_t thread; local
[all...]
/barrelfish-2018-10-04/lib/posixcompat/
H A Dpthreads.c62 struct thread *thread; member in struct:pthread
385 pthread_join(pthread_t thread, void **retval) argument
855 pthread_cancel(pthread_t thread) argument
[all...]
/barrelfish-2018-10-04/usr/acpi/
H A Dacpica_osglue.c1151 struct thread *thread = thread_create((thread_func_t)Function, Context); local

Completed in 124 milliseconds