Searched refs:thread (Results 201 - 225 of 704) sorted by relevance

1234567891011>>

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DGCThread.cpp92 // Wait for the main thread to finish creating and initializing us. The main thread grabs this lock before
93 // creating this thread. We aren't guaranteed to have a valid threadID until the main thread releases this lock.
105 // GCThreads only return from drainFromShared() if the main thread sets the m_parallelMarkersShouldExit
106 // flag in the GCThreadSharedData. The only way the main thread sets that flag is if it realizes
111 // We don't have to call startCopying() because it's called for us on the main thread to avoid a
116 // more copying work to do, the main thread will wait in CopiedSpace::doneCopying() until
134 GCThread* thread = static_cast<GCThread*>(data); local
135 thread
[all...]
/macosx-10.9.5/WebCore-7537.78.1/storage/
H A DStorageThread.cpp69 void StorageThread::threadEntryPointCallback(void* thread) argument
71 static_cast<StorageThread*>(thread)->threadEntryPoint();
96 // Even in weird, exceptional cases, don't wait on a nonexistent thread to terminate.
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dthread.c25 * _cupsThreadCreate() - Create a thread.
33 #include "thread-private.h"
115 * '_cupsThreadCreate()' - Create a thread.
123 pthread_t thread; local
125 return (pthread_create(&thread, NULL, (void *(*)(void *))func, arg) == 0);
225 * '_cupsThreadCreate()' - Create a thread.
317 * '_cupsThreadCreate()' - Create a thread.
325 fputs("DEBUG: CUPS was compiled without threading support, no thread "
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dthread2.py3 import thread
31 # check a per thread-global
35 "lineNumbersDefault in thread %d" % thread.get_ident()
37 # (which is NOT per-thread in the python bindings)
49 # set on the main thread only
60 # the new value has been set on the main thread only
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dsemaphore.h92 thread_t thread);
109 thread_t thread);
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireUnit.cpp334 // retain since device->close() could start a termination thread
345 retain(); // will be released in thread function
347 thread_t thread; local
348 if( kernel_thread_start((thread_continue_t)IOFireWireUnit::terminateUnitThreadFunc, this, &thread) == KERN_SUCCESS )
350 thread_deallocate(thread);
367 // retain since we could start a termination thread
393 retain(); // will be released in thread function
395 thread_t thread; local
396 if( kernel_thread_start((thread_continue_t)IOFireWireUnit::terminateUnitThreadFunc, this, &thread) == KERN_SUCCESS )
398 thread_deallocate(thread);
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A Dbuildall.vc.bat34 :: Build the core and shell for thread support.
39 :: Build a static, thread support core library (no shell).
45 :: but now with thread support.
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A Dbuildall.vc.bat39 :: Build the core and shell for thread support.
44 :: Build a static, thread support core library (no shell).
50 :: but now with thread support.
/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DDefaultSharedWorkerRepository.cpp69 void setThread(PassRefPtr<SharedWorkerThread> thread) { m_thread = thread; } argument
70 SharedWorkerThread* thread() { return m_thread.get(); } function in class:WebCore::SharedWorkerProxy
103 GroupSettings* groupSettings() const; // Page GroupSettings used by worker thread.
112 // The thread is freed when the proxy is destroyed, so we need to make sure that the proxy stays around until the SharedWorkerContext exits.
126 // We should be the sole owner of the SecurityOrigin, as we will free it on another thread.
255 // Stop the worker thread - the proxy will stay around until we get workerThreadExited() notification.
279 // Since close() stops the thread event loop, this should not ever get called while closing.
336 // Hand off the just-loaded code to the repository to start up the worker thread.
367 // Another loader may have already started up a thread fo
369 RefPtr<SharedWorkerThread> thread = SharedWorkerThread::create(proxy.name(), proxy.url(), userAgent, proxy.groupSettings(), workerScript, proxy, proxy, DontPauseWorkerContextOnStart, contentSecurityPolicy, contentSecurityPolicyType); local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-salt.el84 "u" gnus-pick-unmark-article-or-thread
85 "." gnus-pick-article-or-thread
96 ["Thread" gnus-uu-mark-thread t]
102 ["Thread" gnus-uu-unmark-thread t]
192 (defun gnus-pick-article-or-thread (&optional arg)
193 "If `gnus-thread-hide-subtree' is t, then pick the thread on the current line.
195 If ARG, pick the article/thread on that line instead."
199 (if gnus-thread-hide-subtree
202 (gnus-uu-mark-thread))
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestcond.c124 apr_thread_t *thread[NTHREADS]; local
144 rv = apr_thread_create(&thread[i], NULL, thread_routine, &box[i], p);
167 rv = apr_thread_join(&retval, thread[i]);
208 apr_thread_t *thread[NTHREADS]; local
228 rv = apr_thread_create(&thread[i], NULL, thread_routine, &box, p);
248 rv = apr_thread_join(&retval, thread[i]);
309 apr_thread_t *thread = NULL; local
328 rv = apr_thread_create(&thread, NULL, thread_routine, &box, p);
340 rv = apr_thread_join(&retval, thread);
390 * a solid test to ensure one thread i
433 apr_thread_t *thread[NTHREADS]; local
[all...]
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtestcond.c124 apr_thread_t *thread[NTHREADS]; local
144 rv = apr_thread_create(&thread[i], NULL, thread_routine, &box[i], p);
167 rv = apr_thread_join(&retval, thread[i]);
208 apr_thread_t *thread[NTHREADS]; local
228 rv = apr_thread_create(&thread[i], NULL, thread_routine, &box, p);
248 rv = apr_thread_join(&retval, thread[i]);
309 apr_thread_t *thread = NULL; local
328 rv = apr_thread_create(&thread, NULL, thread_routine, &box, p);
340 rv = apr_thread_join(&retval, thread);
390 * a solid test to ensure one thread i
433 apr_thread_t *thread[NTHREADS]; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dsync_sema.c52 #include <kern/thread.h>
104 thread_t thread,
301 thread_t thread,
316 if (thread != THREAD_NULL) {
321 thread,
377 * If the specified thread is blocked on the semaphore, it is
378 * woken up. If a NULL thread was supplied, then any one
379 * thread is woken up. Otherwise the caller gets KERN_NOT_WAITING
385 thread_t thread)
393 thread,
299 semaphore_signal_internal( semaphore_t semaphore, thread_t thread, int options) argument
383 semaphore_signal_thread( semaphore_t semaphore, thread_t thread) argument
410 thread_t thread; local
[all...]
H A Dwait_queue.h109 * queue. It is the common first fields in a thread shuttle
111 * consist of both thread shuttle elements and links off of
114 * WARNING: These fields correspond to fields in the thread
120 void * wqe_type; /* Identifies link vs. thread */
130 * can be constructed so that any thread waiting on any number
132 * the thread only be linked on the single wait queue it blocked on.
134 * One use: ports in multiple portsets. Each thread is queued up
138 * with that port may wake up any thread from any of those portsets,
178 * a problem with a thread lock, it normally times out at the wait
216 #define wait_queue_assert_possible(thread) \
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dmisc.py162 associated with each thread, timer time-to-deadline frequencies, and
163 CPU time with user/system break down where applicable, with thread tags.
168 print '{:d}({:s}), terminated thread timer wakeups: {:d} {:d} 2ms: {:d} 5ms: {:d} UT: {:d} ST: {:d}'.format(
180 for thread in IterateQueue(task.threads, 'thread_t', 'task_threads'):
181 # if thread.thread_interrupt_wakeups == 0:
184 thread.thread_id,
185 thread.thread_tag,
186 0, #thread.thread_interrupt_wakeups,
187 0, #thread.thread_platform_idle_wakeups,
188 0, #thread
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/
H A Ddcethread.h110 /* Opaque thread type */
162 void dcethread_signal_to_interrupt(sigset_t *sigset, dcethread* thread);
197 int dcethread_detach(dcethread *thread);
198 int dcethread_detach_throw(dcethread *thread);
200 int dcethread_join(dcethread* thread, void **status);
201 int dcethread_join_throw(dcethread* thread, void **status);
203 int dcethread_setprio(dcethread* thread, int priority);
204 int dcethread_setprio_throw(dcethread* thread, int priority);
206 int dcethread_getprio(dcethread* thread);
207 int dcethread_getprio_throw(dcethread* thread);
[all...]
/macosx-10.9.5/libauto-185.5/
H A DThreadLocalCollector.cpp55 // Validates that block is a thread local block start pointer.
194 // we can't return to the general pool because the general collector thread may
297 // TODO: if we keep hitting this condition, we could use feedback to increase the thread local threshold.
317 auto_error(_zone, "not thread local garbage", (const void *)block);
326 // if the thread is not suspended then we can also possibly shrink the locals list size
327 // if the thread IS suspended then we must not allocate
396 bool ThreadLocalCollector::should_collect(Zone *zone, Thread &thread, bool canFinalizeNow) { argument
397 if (thread.thread_local_collector() == NULL) {
400 // bare minimum number of thread local objects. I strongly suggest that we also consider allocation thresholds
402 return (thread
413 should_collect_suspended(Thread &thread) argument
432 operator ()(Thread *thread, Range &range) argument
[all...]
H A DZone.h119 // thread management
181 // thread safe Large deallocation routines.
200 void *allocate_large(Thread &thread, usword_t &size, const usword_t layout, bool clear, bool refcount_is_one);
375 // If the calling thread is registered with the collector, returns the registered Thread object.
376 // If the calling thread is not registered, returns NULL.
379 Thread *thread = current_thread_direct(); local
380 if (__builtin_expect(thread == INVALID_THREAD_KEY_VALUE, 0)) {
387 return thread;
393 // Returns the Thread object for the calling thread.
394 // If the calling thread i
397 Thread *thread = current_thread(); local
693 Thread &thread = registered_thread(); local
814 Thread &thread = registered_thread(); local
1097 set_write_barrier(Thread &thread, DestBlock dest_block, const void **dest_addr, ValueBlock value_block, const void *value) argument
1357 typedef void (^thread_visitor_t) (Thread *thread); member in class:Auto::Zone
[all...]
H A DAdmin.h225 void *find_allocation(Thread &thread, usword_t &size, const usword_t layout, const bool refcount_is_one, bool &is_local);
267 // If per-thread cache available, use it, otherwise fill it and use it if possible, otherwise return NULL
269 void *thread_cache_allocate(Thread &thread, usword_t &size, const usword_t layout, const bool refcount_is_one, bool &is_local);
276 unsigned batch_allocate(Thread &thread, size_t &size, const usword_t layout, const bool refcount_is_one, const bool clear, void **results, unsigned num_requested);
298 // Set tables with information for cached allocation, one on a per-thread list
357 // find a block of suitable size (for use on the per-thread list)
H A DThread.cpp63 // mark the thread local block as global so that it can be collected
87 // release the per-thread allocation cache items
101 // The Kernel stores stores the environment, and command line arguments on the main thread stack.
114 // the stack will remain available until scanning is complete. Returns true if the thread
245 It is possible that a thread might construct a pointer to a block which is local to another thread.
247 It would be an error for the thread to dereference that pointer, but just storing it is technically ok.
248 We must be careful to validate that the block is local to *this* thread.
252 If we see a local garbage block we must first ensure that it is local to the current thread.
254 However, we don't currently have a way to discover when one thread loca
388 operator ()(Thread *thread, const Range &range) argument
576 Thread *thread = zone->threads(); local
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c38 #include <kern/thread.h>
250 thread_t thread = current_thread(); local
255 if(thread->t_chud & T_IN_CHUD) {
263 thread->t_chud |= T_IN_CHUD;
267 if(chudxnu_thread_get_state(thread,
281 thread->t_chud &= ~(T_IN_CHUD);
359 thread_t thread = current_thread(); local
361 if (KERN_SUCCESS == chudxnu_thread_get_state(thread,
365 (thread->task != kernel_task))) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap_r/
H A Dthr_lwp.c41 #include "ldap_pvt_thread.h" /* Get the thread interface */
72 /* need to destroy lwp_scheduler thread and clean up private
149 ldap_pvt_thread_create( ldap_pvt_thread_t * thread, argument
160 return( lwp_create( thread, lwp_create_stack, MINPRIO, 0,
216 * The lwp_scheduler thread periodically checks to see if any threads
219 * a thread need to be resumed ) and puts itself to sleep for that amount
273 ldap_pvt_thread_join( ldap_pvt_thread_t thread, void **thread_return ) argument
275 lwp_join( thread );
280 ldap_pvt_thread_kill( ldap_pvt_thread_t thread, int signo ) argument
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/win32/
H A Dthread.c106 * default the stack to the same size as the calling thread.
197 apr_thread_t *thread)
199 return apr_pool_userdata_get(data, key, thread->pool);
204 apr_thread_t *thread)
206 return apr_pool_userdata_set(data, key, cleanup, thread->pool);
281 APR_POOL_IMPLEMENT_ACCESSOR(thread)
/macosx-10.9.5/apr-30/apr/apr/threadproc/win32/
H A Dthread.c106 * default the stack to the same size as the calling thread.
197 apr_thread_t *thread)
199 return apr_pool_userdata_get(data, key, thread->pool);
204 apr_thread_t *thread)
206 return apr_pool_userdata_set(data, key, cleanup, thread->pool);
281 APR_POOL_IMPLEMENT_ACCESSOR(thread)
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DLocalFileSystemBlackBerry.cpp103 mode.append(String::number(workerContext->thread()->runLoop().createUniqueId()));
106 workerContext->thread()->runLoop().runInMode(workerContext, mode);
128 mode.append(String::number(workerContext->thread()->runLoop().createUniqueId()));

Completed in 143 milliseconds

1234567891011>>