Searched defs:thread_lock (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/kernel/include/kernel/
H A Dsched.h21 void sched_block(void) TA_REQ(thread_lock); variable
22 void sched_yield(void) TA_REQ(thread_lock); variable
23 void sched_preempt(void) TA_REQ(thread_lock); variable
24 void sched_reschedule(void) TA_REQ(thread_lock); variable
25 void sched_resched_internal(void) TA_REQ(thread_lock); variable
26 void sched_unblock_idle(thread_t* t) TA_REQ(thread_lock); variable
27 void sched_migrate(thread_t* t) TA_REQ(thread_lock); variable
31 void sched_inherit_priority(thread_t* t, int pri, bool* local_resched) TA_REQ(thread_lock); variable
35 void sched_change_priority(thread_t* t, int pri) TA_REQ(thread_lock); variable
42 void sched_transition_off_cpu(cpu_num_t old_cpu) TA_REQ(thread_lock); variable
[all...]
H A Ddpc.h44 zx_status_t dpc_queue_thread_locked(dpc_t* dpc) TA_REQ(thread_lock); variable
H A Dwait.h50 zx_status_t wait_queue_block(wait_queue_t*, zx_time_t deadline) TA_REQ(thread_lock); variable
58 uint signal_mask) TA_REQ(thread_lock); variable
63 int wait_queue_blocked_priority(wait_queue_t*) TA_REQ(thread_lock); variable
70 zx_status_t wait_queue_error) TA_REQ(thread_lock); variable
72 zx_status_t wait_queue_error) TA_REQ(thread_lock); variable
74 zx_status_t wait_queue_error) TA_REQ(thread_lock); variable
77 bool wait_queue_is_empty(wait_queue_t*) TA_REQ(thread_lock); variable
81 zx_status_t wait_queue_error) TA_REQ(thread_lock); variable
85 int old_prio) TA_REQ(thread_lock); variable
88 void wait_queue_validate_queue(wait_queue_t* wait) TA_REQ(thread_lock); variable
[all...]
H A Devent.h73 int event_signal_thread_locked(event_t*) TA_REQ(thread_lock); variable
H A Dmp.h50 void mp_reschedule(cpu_mask_t mask, uint flags) TA_REQ(thread_lock); variable
[all...]

Completed in 24 milliseconds