Searched refs:thread (Results 251 - 275 of 688) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dmachserver.h74 static ModuleNexus< ThreadNexus<PerThread> > thread; member in class:Security::MachPlusPlus::MachServer
75 static PerThread &perThread() { return thread()(); }
98 // the currently active server in this thread (there can only be one)
133 bool mLongTerm; // long-term activity (count as worker thread)
182 // this will be called if the server wants a new thread but has hit its limit
217 Mutex managerLock; // lock for thread-global management info below
221 bool useFloatingThread; // keep a "floating" idle thread (instead of using longTermActivity)
230 void addThread(Thread *thread); // add thread to worker pool
231 void removeThread(Thread *thread); // remov
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmachserver.h74 static ModuleNexus< ThreadNexus<PerThread> > thread; member in class:Security::MachPlusPlus::MachServer
75 static PerThread &perThread() { return thread()(); }
98 // the currently active server in this thread (there can only be one)
133 bool mLongTerm; // long-term activity (count as worker thread)
182 // this will be called if the server wants a new thread but has hit its limit
217 Mutex managerLock; // lock for thread-global management info below
221 bool useFloatingThread; // keep a "floating" idle thread (instead of using longTermActivity)
230 void addThread(Thread *thread); // add thread to worker pool
231 void removeThread(Thread *thread); // remov
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DWorkerScriptDebugServer.cpp99 result = m_workerGlobalScope->thread().runLoop().runInMode(m_workerGlobalScope, m_debuggerTaskMode);
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DWorkerRuntimeAgent.cpp103 result = context->thread().runLoop().runInMode(context, WorkerDebuggerAgent::debuggerTaskMode);
/macosx-10.10/adv_cmds-158/ps/
H A Dtasks.c52 thread_port_t thread,
63 ret = thread_info(thread, THREAD_SCHED_TIMESHARE_INFO,
71 ret = thread_info(thread, THREAD_SCHED_FIFO_INFO,
79 ret = thread_info(thread, THREAD_SCHED_RR_INFO,
50 thread_schedinfo( KINFO *ki, thread_port_t thread, policy_t pol, void * buf) argument
/macosx-10.10/libpthread-105.1.4/kern/
H A Dkern_init.c9 #include <kern/thread.h>
/macosx-10.10/libunwind-35.3/src/
H A Dlibuwind.cxx58 /// create a cursor of a thread in this process given 'context' recorded by unw_getcontext()
82 /// create a cursor into a thread in another process
84 EXPORT int unw_init_remote_thread(unw_cursor_t* cursor, unw_addr_space_t as, thread_t thread) argument
94 Registers_x86>(((unw_addr_space_i386*)as)->oas, thread);
98 Registers_x86_64>(((unw_addr_space_x86_64*)as)->oas, thread);
102 Registers_ppc>(((unw_addr_space_ppc*)as)->oas, thread);
/macosx-10.10/ppp-786.1.1/Family/
H A Dppp.c48 #include <kern/thread.h>
/macosx-10.10/ruby-106/ruby/lib/drb/
H A Dextserv.rb70 es.server.thread.join
H A Dextservm.rb7 require 'thread'
31 @thread = invoke_thread
/macosx-10.10/ruby-106/ruby/sample/drb/
H A Ddchats.rb5 require 'thread'
69 DRb.thread.join
H A Ddrbs.rb62 DRb.thread.join
H A Dholders.rb62 DRb.thread.join
/macosx-10.10/tcl-105/tcl_ext/
H A DMakefile10 tcl_ext_compiled = thread tclx tclvfs expect incrtcl xotcl \
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Doutlook-newgroup.tcl102 set thread 0
112 if {$Message(count,$Message(thread,$itemj)) == 15} continue
119 set Message(thread,$itemi) [incr thread]
122 set Message(count,$thread) 1
124 set Message(thread,$itemi) $Message(thread,$itemj)
128 incr Message(count,$Message(thread,$itemj))
135 set subject "This is thread number $Message(thread,
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/dev/i386/
H A Dstubs.c44 #include <kern/thread.h>
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dbsd_stubs.c30 #include <kern/thread.h>
93 thread_t thread = current_thread(); local
95 ut = (struct uthread *)get_bsdthread_info(thread);
100 if (p->p_vforkact != (void *)thread)
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Ddlil.h68 #include <kern/thread.h>
125 * DLIL input thread info
130 u_int32_t input_waiting; /* DLIL condition of thread */
140 struct thread *input_thr; /* input thread */
141 struct thread *wloop_thr; /* workloop thread */
142 struct thread *poll_thr; /* poll thread */
184 * DLIL input thread inf
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvm.h136 #include <kern/thread.h>
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOServicePM.h71 thread_t thread; member in struct:IOPMDriverCallEntry
/macosx-10.10/xnu-2782.1.97/osfmk/atm/
H A Datm_internal.h38 #include <kern/thread.h>
/macosx-10.10/xnu-2782.1.97/osfmk/chud/
H A Dchud_osfmk_callback.c38 #include <kern/thread.h>
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dpal_routines.c37 #include <kern/thread.h>
117 pal_dbg_page_fault( thread_t thread __unused,
131 pal_set_signal_delivery(thread_t thread __unused)
303 pal_syscall_restart(thread_t thread __unused, x86_saved_state_t *state)
305 /* work out which flavour thread it is */
H A Dtrap.h117 #include <i386/thread.h>
H A Duser_ldt.c66 #include <kern/thread.h>
78 #include <i386/thread.h>
263 * another thread in this same task may be currently running,
272 * rendezvoused with all CPUs, in case another thread
369 * Set the LDT for the given thread on the current CPU. Should be invoked
374 thread_t thread)
376 task_t task = thread->task;
373 user_ldt_set( thread_t thread) argument

Completed in 390 milliseconds

<<11121314151617181920>>