Searched refs:thread (Results 151 - 175 of 688) sorted by relevance

1234567891011>>

/macosx-10.10/ntp-92/lib/isc/win32/include/isc/
H A Dcondition.h27 #include <isc/thread.h>
/macosx-10.10/ruby-106/ruby/lib/drb/
H A Dgw.rb23 # s1.thread.join
24 # s2.thread.join
31 # DRb.thread.join
104 s1.thread.join
105 s2.thread.join
138 DRb.thread.join
158 DRb.thread.join
/macosx-10.10/ruby-106/ruby/sample/drb/
H A Ddcdbiff.rb40 DRb.thread.join
H A Ddrbssl_s.rb31 DRb.thread.join
H A Dring_echo.rb4 require 'thread'
29 DRb.thread.join
H A Dspeeds.rb31 DRb.thread.join
H A Ddrbm.rb57 s1.thread.join
58 s2.thread.join
H A Dextserv_test.rb51 server.thread.join
62 DRb.thread.join
/macosx-10.10/ruby-106/ruby/test/drb/
H A Dut_eq.rb29 DRb.thread.join
H A Dut_eval.rb30 DRb.thread.join
H A Dut_large.rb36 DRb.thread.join
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dexception.h51 /* Make an up-call to a thread's exception server */
58 extern kern_return_t sys_perf_notify(thread_t thread, int pid);
H A Dtask_swap.c44 #include <kern/thread.h>
/macosx-10.10/xnu-2782.1.97/tools/tests/affinity/
H A Dtags.c42 thread_tag_set(thread_t thread, int tag) argument
49 thread, THREAD_AFFINITY_POLICY,
59 thread_tag_get(thread_t thread) argument
67 thread, THREAD_AFFINITY_POLICY,
125 printf(" %d: thread 0x%08x tag %d\n",
133 printf(" %d: thread 0x%08x tag %d: ",
/macosx-10.10/apr-32/apr/apr/threadproc/unix/
H A Dthread.c141 apr_thread_t *thread = (apr_thread_t*)opaque; local
142 return thread->func(thread, thread->data);
267 apr_thread_t *thread)
269 return apr_pool_userdata_get(data, key, thread->pool);
274 apr_thread_t *thread)
276 return apr_pool_userdata_set(data, key, cleanup, thread->pool);
319 APR_POOL_IMPLEMENT_ACCESSOR(thread)
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_mqueue.c84 #include <kern/thread.h>
255 /* waitq/mqueue still locked, thread locked */
264 * go look for another thread that can.
292 continue; /* find another thread */
299 * This thread is going to take this message,
515 /* waitq still locked, thread locked */
530 * go look for another thread that can.
539 * We found a waiting thread.
541 * the thread we wake up will get that as its status.
554 * receiver thread did
711 ipc_mqueue_receive_on_thread( ipc_mqueue_t mqueue, mach_msg_option_t option, mach_msg_size_t max_size, mach_msg_timeout_t rcv_timeout, int interruptible, thread_t thread) argument
867 ipc_mqueue_select_on_thread( ipc_mqueue_t mqueue, mach_msg_option_t option, mach_msg_size_t max_size, thread_t thread) argument
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/uxkern/
H A Dux_exception.c53 #include <kern/thread.h>
150 mach_msg_port_descriptor_t thread; member in struct:exc_msg
194 thread_t thread = THREAD_NULL; local
197 (void) kernel_thread_start((thread_continue_t)ux_handler, NULL, &thread);
198 thread_deallocate(thread);
209 mach_port_t thread,
221 thread,
232 mach_port_t thread,
247 mach_port_name_t thread_name = CAST_MACH_PORT_TO_NAME(thread);
251 * Convert local thread nam
207 catch_exception_raise( __unused mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, exception_data_t code, __unused mach_msg_type_number_t codeCnt ) argument
230 catch_mach_exception_raise( __unused mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, mach_exception_data_t code, __unused mach_msg_type_number_t codeCnt ) argument
388 catch_exception_raise_state_identity( __unused mach_port_t exception_port, __unused mach_port_t thread, __unused mach_port_t task, __unused exception_type_t exception, __unused exception_data_t code, __unused mach_msg_type_number_t codeCnt, __unused int *flavor, __unused thread_state_t old_state, __unused mach_msg_type_number_t old_stateCnt, __unused thread_state_t new_state, __unused mach_msg_type_number_t *new_stateCnt) argument
405 catch_mach_exception_raise_state_identity( __unused mach_port_t exception_port, __unused mach_port_t thread, __unused mach_port_t task, __unused exception_type_t exception, __unused mach_exception_data_t code, __unused mach_msg_type_number_t codeCnt, __unused int *flavor, __unused thread_state_t old_state, __unused mach_msg_type_number_t old_stateCnt, __unused thread_state_t new_state, __unused mach_msg_type_number_t *new_stateCnt) argument
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dgenassym.c63 #include <kern/thread.h>
76 #include <i386/thread.h>
168 DECLARE("TH_RECOVER", offsetof(struct thread, recover));
169 DECLARE("TH_CONTINUATION", offsetof(struct thread, continuation));
170 DECLARE("TH_KERNEL_STACK", offsetof(struct thread, kernel_stack));
171 DECLARE("TH_MUTEX_COUNT", offsetof(struct thread, mutex_count));
172 DECLARE("TH_WAS_PROMOTED_ON_WAKEUP", offsetof(struct thread, was_promoted_on_wakeup));
173 DECLARE("TH_IOTIER_OVERRIDE", offsetof(struct thread, iotier_override));
175 DECLARE("TH_SYSCALLS_MACH", offsetof(struct thread, syscalls_mach));
176 DECLARE("TH_SYSCALLS_UNIX", offsetof(struct thread, syscalls_uni
[all...]
/macosx-10.10/libpthread-105.1.4/src/
H A Dpthread.c91 // pthread (other than the main thread) has been created.
118 // Mach message notification that a thread needs to be recycled.
121 pthread_t thread; member in struct:_pthread_reap_msg_t
146 static int _pthread_allocate(pthread_t *thread, const pthread_attr_t *attrs, void **stack);
164 static int _pthread_find_thread(pthread_t thread);
205 extern pthread_t __bsdthread_create(void *(*func)(void *), void * func_arg, void * stack, pthread_t thread, unsigned int flags);
226 // Allocate a thread structure, stack and guard page.
228 // The thread structure may optionally be placed in the same allocation as the
235 // The allocated thread structure is initialized with values that indicate how
239 _pthread_allocate(pthread_t *thread, cons argument
880 pthread_threadid_np(pthread_t thread, uint64_t *thread_id) argument
903 pthread_getname_np(pthread_t thread, char *threadname, size_t len) argument
1059 pthread_create(pthread_t *thread, const pthread_attr_t *attr, void *(*start_routine)(void *), void *arg) argument
1129 pthread_create_suspended_np(pthread_t *thread, const pthread_attr_t *attr, void *(*start_routine)(void *), void *arg) argument
1176 pthread_detach(pthread_t thread) argument
1319 pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param) argument
1347 pthread_setschedparam_internal(pthread_t thread, mach_port_t kport, int policy, const struct sched_param *param) argument
1483 _pthread_testcancel(pthread_t thread, int isconforming) argument
1599 pthread_t thread = &_thread; local
1709 _pthread_join_cleanup(pthread_t thread, void ** value_ptr, int conforming) argument
1727 _pthread_find_thread(pthread_t thread) argument
1748 _pthread_lookup_thread(pthread_t thread, mach_port_t *portp, int only_joinable) argument
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap_r/
H A Dthr_posix.c1 /* thr_posix.c - wrapper around posix and posixish thread implementations. */
30 #include "ldap_pvt_thread.h" /* Get the thread interface */
133 ldap_pvt_thread_create( ldap_pvt_thread_t * thread, argument
141 /* Always create the thread attrs, so we can set stacksize if we need to */
163 rtn = pthread_create( thread, attr, start_routine, arg );
165 rtn = pthread_create( thread, &attr, start_routine, arg );
173 pthread_detach( thread );
190 ldap_pvt_thread_join( ldap_pvt_thread_t thread, void **thread_return ) argument
197 return ERRVAL( pthread_join( thread, thread_return ) );
201 ldap_pvt_thread_kill( ldap_pvt_thread_t thread, in argument
[all...]
/macosx-10.10/libpthread-105.1.4/lldbmacros/
H A Dpthread.py66 @header("{0: <24s} {1: <24s} {2: <24s}".format('thread', 'thread_id', 'uthread'))
67 def GetPthreadSummary(thread):
70 threadstr = str("{0: <#020x}".format(thread))
71 if int(thread.static_param):
74 uthread = Cast(thread.uthread, "uthread_t")
78 return format.format(threadstr, hex(thread.thread_id), uthreadstr)
119 display information about a thread's pthread state
125 thread = kern.GetValueFromAddress(cmd_args[0], "thread_t")
127 print GetPthreadSummary(thread)
129 uthread = Cast(thread
[all...]
/macosx-10.10/ruby-106/ruby/lib/rake/
H A Dthread_history_display.rb20 rename(stat, :thread, threads)
26 stat[:thread],
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dsemaphore.defs68 thread : thread_act_t);
/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A Dcopyio.c81 thread_t thread; local
92 thread = current_thread();
96 nbytes, thread->machine.copyio_state, 0);
101 pmap = thread->map->pmap;
110 ((nbytes && (user_addr+nbytes <= user_addr)) || ((user_addr + nbytes) > vm_map_max(thread->map)))) {
119 * we need to switch back to the user's map/cr3. The thread is flagged
120 * "CopyIOActive" at this time so that if the thread is pre-empted,
123 recursive_CopyIOActive = thread->machine.specFlags & CopyIOActive;
124 thread->machine.specFlags |= CopyIOActive;
132 * Ensure that we're running on the target thread'
[all...]
/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DAsyncFileStream.cpp51 RefPtr<FileThread> thread = FileThread::create(); local
52 if (!thread->start())
54 return thread.release();
60 static FileThread* thread = createFileThread().leakRef(); local
61 return thread;
75 // Hold a reference so that the instance will not get deleted while there are tasks on the file thread.
81 // FIXME: It is not correct to check m_client from a secondary thread - stop() could be racing with this check.

Completed in 401 milliseconds

1234567891011>>