Searched refs:thread_t (Results 51 - 75 of 173) sorted by relevance

1234567

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dcpu_data.h116 thread_t cpu_active_thread;
207 static inline thread_t
210 CPU_DATA_GET(cpu_active_thread,thread_t)
H A Dgenassym.c180 DECLARE("TH_RECOVER", offsetof(thread_t, recover));
181 DECLARE("TH_CONTINUATION", offsetof(thread_t, continuation));
182 DECLARE("TH_KERNEL_STACK", offsetof(thread_t, kernel_stack));
193 offsetof(thread_t, exc_actions[EXC_MACH_SYSCALL].port));
195 DECLARE("ACT_TASK", offsetof(thread_t, task));
196 DECLARE("ACT_AST", offsetof(thread_t, ast));
197 DECLARE("ACT_PCB", offsetof(thread_t, machine.pcb));
198 DECLARE("ACT_SPF", offsetof(thread_t, machine.specFlags));
199 DECLARE("ACT_MAP", offsetof(thread_t, map));
200 DECLARE("ACT_COPYIO_STATE", offsetof(thread_t, machin
[all...]
H A Ddb_trace.c147 thread_t thr_act);
198 register thread_t thr_act = ap->thr_act;
367 thread_t thr_act) /* in */
450 thread_t th, top_act;
484 if (!db_check_act_address_valid((thread_t)addr)) {
490 act_list = &(((thread_t)addr)->task->threads);
491 thcount = db_lookup_task_act(((thread_t)addr)->task,
492 (thread_t)addr);
526 th = (thread_t) addr;
803 th = (thread_t) queue_nex
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsyscall_subr.c186 register thread_t self = current_thread();
205 register thread_t thread, self = current_thread();
323 register thread_t self = current_thread();
365 thread_t thread = p0;
383 thread_t thread)
408 thread_t self)
H A Dthread_policy.c39 thread_t thread);
43 thread_t thread,
224 thread_t thread)
253 thread_t thread,
275 thread_t thread)
307 thread_t thread,
H A Dexception.c115 thread_t thread,
143 thread_t thread,
322 thread_t thread;
397 thread_t self = current_thread();
439 kern_return_t sys_perf_notify(thread_t thread, int pid)
H A Dprocessor.c328 thread_t thread;
765 thread_t thread, *thread_list = (thread_t *)addr;
767 for (thread = (thread_t)queue_first(&threads);
769 thread = (thread_t)queue_next(&thread->threads)) {
811 thread_t *thread_list = (thread_t *)addr;
845 thread_t *thread_list = (thread_t *)addr;
H A Dsync_lock.c71 thread_t th; \
483 lock_make_unstable (ulock_t ulock, thread_t thread)
516 ulock_release_internal (ulock_t ulock, thread_t thread)
543 thread_t wqthread;
630 thread_t thread;
867 thread_t thread)
H A Dipc_tt.c422 thread_t thread)
446 thread_t thread)
464 thread_t thread)
506 thread_t thread)
612 thread_t thread)
678 thread_t thread = current_thread();
732 thread_t thread,
781 thread_t thread,
1318 thread_t
1322 thread_t threa
[all...]
/macosx-10.5.8/xnu-1228.15.4/tools/tests/affinity/
H A Dtags.c44 thread_tag_set(thread_t thread, int tag)
61 thread_tag_get(thread_t thread)
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstatus.c56 thread_t,
66 thread_t,
77 void thread_set_child(thread_t child, int pid);
78 void thread_set_parent(thread_t parent, int pid);
79 void thread_set_cthreadself(thread_t thread, uint64_t pself, int isLP64);
103 thread_t thread,
429 thread_t thread,
663 thread_t thread,
963 thread_set_wq_state64(thread_t thread, thread_state_t tstate)
967 thread_t curt
[all...]
H A Dhw_perfmon.c144 perfmon_enable(thread_t thread)
210 int perfmon_disable(thread_t thread)
246 perfmon_clear_counters(thread_t thread)
265 perfmon_write_counters(thread_t thread, uint64_t *pmcs)
284 perfmon_read_counters(thread_t thread, uint64_t *pmcs)
316 perfmon_start_counters(thread_t thread)
373 perfmon_stop_counters(thread_t thread)
410 perfmon_set_event(thread_t thread, int pmc, int event)
551 perfmon_set_event_func(thread_t thread, uint32_t f)
609 perfmon_set_threshold(thread_t threa
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_fork.c133 void thread_set_parent(thread_t parent, int pid);
135 void thread_set_child(thread_t child, int pid);
139 thread_t cloneproc(proc_t, int);
142 thread_t procdup(proc_t parent, proc_t child);
143 thread_t fork_create_child(task_t parent_task, proc_t child, int inherit_memory, int is64bit);
184 thread_t cur_act = (thread_t)current_thread();
337 thread_t cur_act = (thread_t)current_thread();
404 thread_t
[all...]
H A Dmach_loader.c92 extern kern_return_t thread_setstatus(thread_t thread, int flavor,
96 extern kern_return_t thread_state_initialize(thread_t thread);
101 extern kern_return_t thread_userstack(thread_t, int, thread_state_t,
103 extern kern_return_t thread_entrypoint(thread_t, int, thread_state_t,
128 thread_t thread,
178 thread_t thread,
185 thread_t thread,
191 thread_t thread,
198 thread_t thread,
207 thread_t threa
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs.h823 thread_t r_thread; /* thread that did I/O system call */
1045 int nfs_vinvalbuf2(vnode_t, int, thread_t, kauth_cred_t, int);
1047 int nfs_request_create(nfsnode_t, mount_t, struct nfsm_chain *, int, thread_t, kauth_cred_t, struct nfsreq **);
1056 int nfs_request2(nfsnode_t, mount_t, struct nfsm_chain *, int, thread_t, kauth_cred_t, int, struct nfsm_chain *, u_int64_t *, int *);
1057 int nfs_request_async(nfsnode_t, mount_t, struct nfsm_chain *, int, thread_t, kauth_cred_t, struct nfsreq_cbinfo *cb, struct nfsreq **);
1061 int nfs_sigintr(struct nfsmount *, struct nfsreq *, thread_t, int);
1062 int nfs_noremotehang(thread_t);
1097 int nfs_write_rpc2(nfsnode_t, struct uio *, thread_t, kauth_cred_t, int *, uint64_t *);
1105 int nfs3_read_rpc_async(nfsnode_t, off_t, size_t, thread_t, kauth_cred_t, struct nfsreq_cbinfo *, struct nfsreq **);
1106 int nfs4_read_rpc_async(nfsnode_t, off_t, size_t, thread_t, kauth_cred_
[all...]
H A Dnfsmount.h121 int (*nf_read_rpc_async)(nfsnode_t, off_t, size_t, thread_t, kauth_cred_t, struct nfsreq_cbinfo *, struct nfsreq **);
124 int (*nf_write_rpc_async)(nfsnode_t, struct uio *, size_t, thread_t, kauth_cred_t, int, struct nfsreq_cbinfo *, struct nfsreq **);
129 int (*nf_remove_rpc)(nfsnode_t, char *, int, thread_t, kauth_cred_t);
208 thread_t nm_sockthd; /* socket thread for this mount */
H A Dnfsnode.h536 int nfs_buf_get(nfsnode_t, daddr64_t, int, thread_t, int, struct nfsbuf **);
558 int nfs_buf_read_rpc(struct nfsbuf *, thread_t, kauth_cred_t);
561 void nfs_buf_write_finish(struct nfsbuf *, thread_t, kauth_cred_t);
562 int nfs_buf_write_rpc(struct nfsbuf *, int, thread_t, kauth_cred_t);
564 int nfs_buf_write_dirty_pages(struct nfsbuf *, thread_t, kauth_cred_t);
567 int nfs_flush(nfsnode_t, int, thread_t, int);
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/
H A Dserial_general.c56 thread_t thread;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_break.h207 thread_t thr_act,
H A Ddb_variables.h178 thread_t thr_act; /* target thr_act */
H A Ddb_write_cmd.c91 thread_t thr_act;
H A Ddb_break.c82 thread_t thr_act);
201 thread_t thr_act)
295 db_lookup_act((thread_t)(tbp->tb_task_thd)) < 0)) {
317 thread_t thr_act,
445 thread_t cur_act = current_thread();
488 thread_t cur_act = current_thread();
615 thread_t thd = (thread_t)(tp->tb_task_thd);
670 thread_t thr_act;
758 thread_t thr_ac
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dsemaphore.h58 thread_t thread);
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/i386/
H A Dchud_thread_i386.c50 chudxnu_thread_user_state_available(thread_t thread)
58 thread_t thread,
100 thread_t thread,
216 extern void * find_user_regs(thread_t);
217 extern x86_saved_state32_t *find_kern_regs(thread_t);
221 thread_t thread,
300 thread_t thread,
376 thread_t thread,
548 thread_t thread,
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dsystemcalls.c63 extern void *find_user_regs(thread_t);
65 extern void x86_toggle_sysenter_arg_store(thread_t thread, boolean_t valid);
66 extern boolean_t x86_sysenter_arg_store_isvalid(thread_t thread);
77 thread_t thread;
247 thread_t thread;
422 thread_t thread;

Completed in 207 milliseconds

1234567