Searched +defs:thread +defs:mutex (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/cups-408/cups/cups/
H A Dthread.c31 _cupsMutexInit(_cups_mutex_t *mutex) /* I - Mutex */ argument
42 _cupsMutexLock(_cups_mutex_t *mutex) /* I - Mutex */ argument
53 _cupsMutexUnlock(_cups_mutex_t *mutex) /* I - Mutex */ argument
112 pthread_t thread; local
127 _cupsMutexInit(_cups_mutex_t *mutex) argument
139 _cupsMutexLock(_cups_mutex_t *mutex) argument
163 _cupsMutexUnlock(_cups_mutex_t *mutex) argument
233 _cupsMutexInit(_cups_mutex_t *mutex) argument
244 _cupsMutexLock(_cups_mutex_t *mutex) argument
255 _cupsMutexUnlock(_cups_mutex_t *mutex) argument
[all...]
/macosx-10.10/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_cond_wait.c87 dcethread_cond_wait(dcethread_cond *cond, dcethread_mutex *mutex) argument
115 dcethread_cond_wait_throw(dcethread_cond *cond, dcethread_mutex *mutex) argument
131 dcethread_mutex mutex; local
164 dcethread* thread; local
173 dcethread* thread; local
223 dcethread* thread; local
[all...]
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DWorkerDebuggerAgent.cpp54 static LazyNeverDestroyed<std::mutex> mutex; local
74 RunInspectorCommandsTask(WorkerThread* thread, WorkerGlobalScope* workerGlobalScope) argument
112 interruptAndDispatchInspectorCommands(WorkerThread* thread) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/workers/
H A DWorkerThread.cpp57 static LazyNeverDestroyed<std::mutex> mutex; local
148 void WorkerThread::workerThreadStart(void* thread) argument
[all...]
/macosx-10.10/libpthread-105.1.4/src/
H A Dpthread_cancelable.c89 pthread_cancel(pthread_t thread) argument
198 pthread_t thread = (pthread_t)arg; local
212 pthread_join(pthread_t thread, void **value_ptr) argument
293 pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) argument
314 pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *abstime) argument
[all...]
H A Dpthread_cond.c242 _pthread_cond_signal(pthread_cond_t *ocond, bool broadcast, mach_port_t thread) argument
379 pthread_cond_signal_thread_np(pthread_cond_t *ocond, pthread_t thread) argument
418 _pthread_mutex *mutex = (_pthread_mutex *)omutex; local
565 pthread_mutex_t *mutex; local
568 pthread_t thread = pthread_self(); local
673 pthread_cond_timedwait_relative_np(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *abstime) argument
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dexception.c131 exception_deliver( thread_t thread, exception_type_t exception, mach_exception_data_t code, mach_msg_type_number_t codeCnt, struct exception_action *excp, lck_mtx_t *mutex) argument
320 check_exc_receiver_dependancy( exception_type_t exception, struct exception_action *excp, lck_mtx_t *mutex) argument
360 thread_t thread; local
363 lck_mtx_t *mutex; local
426 lck_mtx_t *mutex; local
468 sys_perf_notify(thread_t thread, int pid) argument
[all...]
H A Dlocks.c498 thread_t thread = current_thread(); local
556 thread_t thread = current_thread(); local
612 lck_mtx_t *mutex; local
702 thread_t thread = current_thread(); local
703 lck_mtx_t *mutex; local
762 thread_t thread = current_thread(); local
763 lck_mtx_t *mutex; local
910 thread_t thread = current_thread(); local
972 thread_t thread = current_thread(); local
1067 lck_rw_clear_promotion(thread_t thread) argument
[all...]
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestcond.c37 apr_thread_mutex_t *mutex; member in struct:toolbox_t
52 apr_thread_mutex_t *mutex = NULL; local
124 apr_thread_t *thread[NTHREADS]; local
125 apr_thread_mutex_t *mutex[NTHREADS]; local
207 apr_thread_mutex_t *mutex = NULL; local
208 apr_thread_t *thread[NTHREADS]; local
309 apr_thread_t *thread = NULL; local
310 apr_thread_mutex_t *mutex = NULL; local
433 apr_thread_t *thread[NTHREADS]; local
435 apr_thread_mutex_t *mutex = NULL; local
580 apr_thread_mutex_t *mutex = NULL; local
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOLocks.cpp121 lck_mtx_t *mutex; member in struct:_IORecursiveLock
123 thread_t thread; member in struct:_IORecursiveLock
[all...]
/macosx-10.10/apache-793/httpd/modules/core/
H A Dmod_watchdog.c47 apr_proc_mutex_t *mutex; member in struct:ap_watchdog_t
54 apr_thread_t *thread; member in struct:ap_watchdog_t
102 static void* APR_THREAD_FUNC wd_worker(apr_thread_t *thread, void *data) argument
[all...]
/macosx-10.10/ruby-106/ruby/lib/drb/
H A Ddrb.rb1764 def thread method in class:DRb
1789 def mutex # :nodoc: method in class:DRb
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dlocks_i386.c1080 thread_t thread; local
1311 thread_t thread = current_thread(); local
1562 lck_rw_clear_promotions_x86(thread_t thread) argument
1746 lck_mtx_unlock_wakeup_x86( lck_mtx_t *mutex, int prior_lock_state) argument
1771 thread_t thread = current_thread(); local
1823 lck_mtx_lock_acquire_x86( lck_mtx_t *mutex) argument
1826 thread_t thread; local
1883 lck_mtx_lock_spinwait_x86( lck_mtx_t *mutex) argument
1965 lck_mtx_lock_wait_x86( lck_mtx_t *mutex) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1129 extern "C" inline void* ThreadFuncWithCLinkage(void* thread) { argument
1272 GTestMutexLock(MutexBase* mutex) argument
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dthread.c395 rb_mutex_t *mutex; local
667 VALUE thread = rb_thread_alloc(klass); local
699 thread_initialize(VALUE thread, VALUE args) argument
2135 rb_thread_kill(VALUE thread) argument
2222 rb_thread_wakeup(VALUE thread) argument
2231 rb_thread_wakeup_alive(VALUE thread) argument
2266 rb_thread_run(VALUE thread) argument
2454 rb_thread_abort_exc(VALUE thread) argument
2472 rb_thread_abort_exc_set(VALUE thread, VALUE val) argument
2494 rb_thread_group(VALUE thread) argument
2556 rb_thread_status(VALUE thread) argument
2585 rb_thread_alive_p(VALUE thread) argument
2608 rb_thread_stop_p(VALUE thread) argument
2633 rb_thread_safe_level(VALUE thread) argument
2649 rb_thread_inspect(VALUE thread) argument
2665 rb_thread_local_aref(VALUE thread, ID id) argument
2744 rb_thread_aref(VALUE thread, VALUE id) argument
2750 rb_thread_local_aset(VALUE thread, ID id, VALUE val) argument
2819 rb_thread_variable_get(VALUE thread, VALUE id) argument
2844 rb_thread_variable_set(VALUE thread, VALUE id, VALUE val) argument
2968 rb_thread_variables(VALUE thread) argument
2997 rb_thread_variable_p(VALUE thread, VALUE key) argument
3029 rb_thread_priority(VALUE thread) argument
3064 rb_thread_priority_set(VALUE thread, VALUE prio) argument
3928 VALUE thread = (VALUE)key; local
4040 thgroup_add(VALUE group, VALUE thread) argument
4108 rb_mutex_t *mutex = ptr; local
4146 rb_mutex_t *mutex; local
4181 rb_mutex_t *mutex; local
4189 rb_mutex_t *mutex; local
4208 rb_mutex_t *mutex; local
4225 lock_func(rb_thread_t *th, rb_mutex_t *mutex, int timeout_ms) argument
4267 rb_mutex_t *mutex = (rb_mutex_t *)ptr; local
4292 rb_mutex_t *mutex; local
4369 rb_mutex_t *mutex; local
4380 rb_mutex_unlock_th(rb_mutex_t *mutex, rb_thread_t volatile *th) argument
4423 rb_mutex_t *mutex; local
4444 rb_mutex_t *mutex; local
4457 rb_mutex_t *mutex; local
4532 rb_mutex_synchronize(VALUE mutex, VALUE (*func)(VALUE arg), VALUE arg) argument
4628 VALUE mutex = GetThreadShieldPtr(self); local
4648 VALUE mutex = GetThreadShieldPtr(self); local
4659 VALUE mutex = GetThreadShieldPtr(self); local
5103 rb_mutex_t *mutex; local
5126 rb_mutex_t *mutex; local
[all...]

Completed in 167 milliseconds