Searched refs:reuse_thread (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dpthread_synch.c134 int reuse_thread, int wake_thread, int return_directly);
135 static int setup_wqthread(proc_t p, thread_t th, user_addr_t item, int reuse_thread, struct threadlist *tl);
1727 int reuse_thread = 1; local
1835 reuse_thread = 0;
1908 wq_runitem(p, item, th_to_run, tl, reuse_thread, wake_thread, (thread == th_to_run));
1961 int reuse_thread, int wake_thread, int return_directly)
1967 ret = setup_wqthread(p, th, item, reuse_thread, tl);
1990 setup_wqthread(proc_t p, thread_t th, user_addr_t item, int reuse_thread, struct threadlist *tl) argument
2009 ts64->r7 = (uint64_t)reuse_thread;
2030 ts->edi = (unsigned int)reuse_thread;
1960 wq_runitem(proc_t p, user_addr_t item, thread_t th, struct threadlist *tl, int reuse_thread, int wake_thread, int return_directly) argument
[all...]

Completed in 94 milliseconds