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

1234

/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A Dms_thread_switch.c67 thread_switch( mach_port_t thread, int option, mach_msg_timeout_t option_time) argument
H A Dexc_catcher.c41 internal_catch_exception_raise( mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, exception_data_t code, mach_msg_type_number_t codeCnt) argument
H A Dexc_catcher_state_identity.c41 internal_catch_exception_raise_state_identity( mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dast.c100 thread_t thread = current_thread(); local
188 thread_t thread = processor->active_thread; local
[all...]
H A Dmach_clock.c109 thread_t thread = current_thread(); local
H A Dstartup.c141 thread_t thread; local
344 thread_t thread; local
396 load_context( thread_t thread) argument
[all...]
H A Dtask_policy.c130 thread_t thread; local
H A Dthread_policy.c42 thread_policy_set( thread_t thread, thread_policy_flavor_t flavor, thread_policy_t policy_info, mach_msg_type_number_t count) argument
223 thread_recompute_priority( thread_t thread) argument
252 thread_task_priority( thread_t thread, integer_t priority, integer_t max_priority) argument
274 thread_policy_reset( thread_t thread) argument
306 thread_policy_get( thread_t thread, thread_policy_flavor_t flavor, thread_policy_t policy_info, mach_msg_type_number_t *count, boolean_t *get_default) argument
[all...]
H A Dmk_sp.c68 thread_policy_common( thread_t thread, integer_t policy, integer_t priority) argument
149 thread_set_policy( thread_t thread, processor_set_t pset, policy_t policy, policy_base_t base, mach_msg_type_number_t base_count, policy_limit_t limit, mach_msg_type_number_t limit_count) argument
259 thread_policy( thread_t thread, policy_t policy, policy_base_t base, mach_msg_type_number_t count, boolean_t set_limit) argument
[all...]
H A Dpriority.c91 thread_t thread = p1; local
229 set_priority( register thread_t thread, register int priority) argument
247 compute_priority( register thread_t thread, boolean_t override_depress) argument
277 compute_my_priority( register thread_t thread) argument
295 update_priority( register thread_t thread) argument
[all...]
H A Dexception.c142 exception_deliver( thread_t thread, exception_type_t exception, mach_exception_data_t code, mach_msg_type_number_t codeCnt, struct exception_action *excp, mutex_t *mutex) argument
322 thread_t thread; local
439 sys_perf_notify(thread_t thread, int pid) argument
[all...]
H A Dsync_lock.c483 lock_make_unstable (ulock_t ulock, thread_t thread) argument
516 ulock_release_internal (ulock_t ulock, thread_t thread) argument
630 thread_t thread; local
866 ulock_release_all( thread_t thread) argument
[all...]
H A Dsyscall_subr.c205 register thread_t thread, self = current_thread(); local
365 thread_t thread = p0; local
382 thread_depress_abort_internal( thread_t thread) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/
H A Dserial_general.c56 thread_t thread; local
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dinterrupt.c86 thread_t thread; local
H A Dppc_init.c147 thread_t thread; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dfpu.h142 static inline void fpu_save_context(thread_t thread) argument
H A Duser_ldt.c373 user_ldt_set( thread_t thread) argument
H A Dlock.h92 vm_offset_t thread; member in struct:__anon707
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dsystemcalls.c77 thread_t thread; local
247 thread_t thread; local
422 thread_t thread; local
[all...]
H A Ddtrace_isa.c260 thread_t thread = current_thread(); local
333 thread_t thread = current_thread(); local
383 thread_t thread = current_thread(); local
[all...]
/macosx-10.5.8/xnu-1228.15.4/tools/tests/affinity/
H A Dtags.c44 thread_tag_set(thread_t thread, int tag) argument
61 thread_tag_get(thread_t thread) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dbsd_stubs.c83 thread_t thread = current_thread(); local
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOLocks.cpp91 thread_t thread; member in struct:_IORecursiveLock
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Ddtrace_isa.c273 thread_t thread = current_thread(); local
341 thread_t thread = current_thread(); local
384 thread_t thread = current_thread(); local
[all...]

Completed in 162 milliseconds

1234