Home
last modified time | relevance | path

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

123

/l4re-core-master/l4sys/include/ARCH-mips/L4API-l4f/
A Dthread_mips.h43 l4_thread_mips_set_ulr_u(l4_cap_idx_t thread, l4_umword_t ulr, in l4_thread_mips_set_ulr_u()
54 l4_thread_mips_set_ulr(l4_cap_idx_t thread, l4_umword_t ulr) L4_NOTHROW in l4_thread_mips_set_ulr()
62 l4_thread_mips_save_vm_state_u(l4_cap_idx_t thread, l4_umword_t vm_state_bits, in l4_thread_mips_save_vm_state_u()
73 l4_thread_mips_save_vm_state(l4_cap_idx_t thread, in l4_thread_mips_save_vm_state()
/l4re-core-master/l4sys/include/ARCH-amd64/L4API-l4f/
A Dsegment.h35 fiasco_amd64_set_fs(l4_cap_idx_t thread, l4_umword_t base, l4_utcb_t *utcb) in fiasco_amd64_set_fs()
43 fiasco_amd64_set_segment_base(l4_cap_idx_t thread, enum L4_sys_segment segr, in fiasco_amd64_set_segment_base()
52 fiasco_gdt_set(l4_cap_idx_t thread, void *desc, unsigned int size, in fiasco_gdt_set()
/l4re-core-master/l4sys/include/ARCH-arm/
A Dthread.h48 l4_thread_arm_set_tpidruro_u(l4_cap_idx_t thread, l4_addr_t tpidruro, in l4_thread_arm_set_tpidruro_u()
59 l4_thread_arm_set_tpidruro(l4_cap_idx_t thread, l4_addr_t tpidruro) L4_NOTHROW in l4_thread_arm_set_tpidruro()
/l4re-core-master/l4sys/include/ARCH-arm64/
A Dthread.h48 l4_thread_arm_set_tpidruro_u(l4_cap_idx_t thread, l4_addr_t tpidruro, in l4_thread_arm_set_tpidruro_u()
59 l4_thread_arm_set_tpidruro(l4_cap_idx_t thread, l4_addr_t tpidruro) L4_NOTHROW in l4_thread_arm_set_tpidruro()
/l4re-core-master/l4sys/include/
A Dthread.h701 l4_thread_ex_regs_u(l4_cap_idx_t thread, l4_addr_t ip, l4_addr_t sp, in l4_thread_ex_regs_u()
712 l4_thread_ex_regs_ret_u(l4_cap_idx_t thread, l4_addr_t *ip, l4_addr_t *sp, in l4_thread_ex_regs_ret_u()
805 l4_thread_stats_time_u(l4_cap_idx_t thread, l4_kernel_clock_t *us, in l4_thread_stats_time_u()
832 l4_thread_vcpu_resume_commit_u(l4_cap_idx_t thread, in l4_thread_vcpu_resume_commit_u()
839 l4_thread_ex_regs(l4_cap_idx_t thread, l4_addr_t ip, l4_addr_t sp, in l4_thread_ex_regs()
846 l4_thread_ex_regs_ret(l4_cap_idx_t thread, l4_addr_t *ip, l4_addr_t *sp, in l4_thread_ex_regs_ret()
890 l4_thread_control_commit(l4_cap_idx_t thread) L4_NOTHROW in l4_thread_control_commit()
920 l4_thread_vcpu_resume_commit(l4_cap_idx_t thread, in l4_thread_vcpu_resume_commit()
928 l4_thread_register_del_irq_u(l4_cap_idx_t thread, l4_cap_idx_t irq, in l4_thread_register_del_irq_u()
947 l4_thread_vcpu_control_u(l4_cap_idx_t thread, l4_addr_t vcpu_state, in l4_thread_vcpu_control_u()
[all …]
A Drcv_endpoint.h67 l4_cap_idx_t thread, l4_umword_t label, in l4_rcv_ep_bind_thread_u()
80 l4_rcv_ep_bind_thread(l4_cap_idx_t ep, l4_cap_idx_t thread, in l4_rcv_ep_bind_thread()
A Dipc_gate.h108 l4_cap_idx_t thread, l4_umword_t label, in l4_ipc_gate_bind_thread_u()
131 l4_ipc_gate_bind_thread(l4_cap_idx_t gate, l4_cap_idx_t thread, in l4_ipc_gate_bind_thread()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dtimer_routines.c145 thread_init (struct thread_node *thread, const pthread_attr_t *attr, clockid_t clock_id) in thread_init()
214 thread_deinit (struct thread_node *thread) in thread_deinit()
231 struct thread_node *thread = thread_links2ptr (node); in __timer_thread_alloc() local
245 __timer_thread_dealloc (struct thread_node *thread) in __timer_thread_dealloc()
266 struct thread_node *thread = val; in thread_cleanup() local
440 __timer_thread_queue_timer (struct thread_node *thread, in __timer_thread_queue_timer()
465 __timer_thread_start (struct thread_node *thread) in __timer_thread_start()
484 __timer_thread_wakeup (struct thread_node *thread) in __timer_thread_wakeup()
A Dtimer_delete.c45 struct thread_node *thread = timer->thread; local
A Dtimer_create.c37 struct thread_node *thread = NULL; local
A Dtimer_settime.c35 struct thread_node *thread = NULL; local
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dtimer_routines.c146 thread_init (struct thread_node *thread, const pthread_attr_t *attr, clockid_t clock_id) in thread_init()
215 thread_deinit (struct thread_node *thread) in thread_deinit()
232 struct thread_node *thread = thread_links2ptr (node); in __timer_thread_alloc() local
246 __timer_thread_dealloc (struct thread_node *thread) in __timer_thread_dealloc()
267 struct thread_node *thread = val; in thread_cleanup() local
441 __timer_thread_queue_timer (struct thread_node *thread, in __timer_thread_queue_timer()
466 __timer_thread_start (struct thread_node *thread) in __timer_thread_start()
485 __timer_thread_wakeup (struct thread_node *thread) in __timer_thread_wakeup()
A Dtimer_delete.c45 struct thread_node *thread = timer->thread; in timer_delete() local
A Dtimer_create.c37 struct thread_node *thread = NULL; in timer_create() local
A Dtimer_settime.c35 struct thread_node *thread = NULL; local
/l4re-core-master/uclibc/lib/libpthread/src/
A Dsignals.c9 int pthread_kill(pthread_t thread, int signo) in pthread_kill()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_clock_settime.c40 struct pthread *thread = __find_thread_by_id (tid); in __pthread_clock_settime() local
A Dpthread_clock_gettime.c46 struct pthread *thread = __find_thread_by_id (tid); in __pthread_clock_gettime() local
/l4re-core-master/l4sys/include/ARCH-amd64/
A Dsegment.h167 fiasco_gdt_get_entry_offset(l4_cap_idx_t thread, l4_utcb_t *utcb) in fiasco_gdt_get_entry_offset()
176 fiasco_amd64_segment_info(l4_cap_idx_t thread, unsigned *user_ds, in fiasco_amd64_segment_info()
/l4re-core-master/l4sys/include/ARCH-x86/L4API-l4f/
A Dsegment.h35 fiasco_gdt_set(l4_cap_idx_t thread, void *desc, unsigned int size, in fiasco_gdt_set()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dptclock_settime.c29 pthread_t thread = ((unsigned int) clock_id) >> CLOCK_IDFIELD_SIZE; in __pthread_clock_settime() local
A Dptclock_gettime.c31 pthread_t thread = ((unsigned int) clock_id) >> CLOCK_IDFIELD_SIZE; in __pthread_clock_gettime() local
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pthread/
A Dex6.c25 pthread_t thread; in main() local
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-timer2.c14 thread (union sigval arg) in thread() function
/l4re-core-master/l4sys/include/ARCH-x86/
A Dsegment.h107 fiasco_gdt_get_entry_offset(l4_cap_idx_t thread, l4_utcb_t *utcb) in fiasco_gdt_get_entry_offset()

Completed in 34 milliseconds

123