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

/macosx-10.10.1/libauto-186/
H A DSubzone.cpp45 Subzone::PendingCountAccumulator::PendingCountAccumulator(Thread &thread) : _thread(thread), _last_pended_subzone(NULL), _pended_count(0) {
46 _thread.set_pending_count_accumulator(this);
51 _thread.set_pending_count_accumulator(NULL);
H A DThreadLocalCollector.cpp203 Zone *zone = _thread.zone();
218 if (!_thread.thread_cache_add(block, subzone, q)) {
328 if (_thread.suspended())
455 assert(_thread.thread_local_collector() == NULL);
456 _thread.set_thread_local_collector(this);
458 _thread.tlc_watchdog_reset();
466 _thread.scan_current_thread(^(Thread *thread, const Range &range) {
471 _thread.scan_current_thread(helper, _stack_bottom);
482 _thread.set_thread_local_collector(NULL);
485 _thread
[all...]
H A DThreadLocalCollector.h54 Thread &_thread; member in class:Auto::ThreadLocalCollector
81 _tlcBuffer(thread.tlc_buffer()), _tlcBufferCount(0), _thread(thread), _zombies(NULL)
H A DThread.cpp50 : _next(NULL), _zone(zone), _pthread(NULL), _thread(MACH_PORT_NULL), _stack_base(NULL),
100 _thread = pthread_mach_thread_np(_pthread);
122 _thread = MACH_PORT_NULL;
421 kern_return_t err = thread_get_state(_thread, flavor, state.data, &user_count);
435 err = thread_get_state(_thread, flavor, state.data, &user_count);
507 kern_return_t err = thread_suspend(_thread);
530 kern_return_t err = thread_resume(_thread);
546 snprintf(buf, bufsz, "Thread %p: _pthread = %p, _thread = 0x%x, _stack_base = %p, enlivening %s, %d local blocks",
547 this,_pthread, _thread, _stack_base,
H A DZoneCollectionChecking.cpp145 Thread &_thread; member in class:report_uncollected_blocks_visitor
149 report_uncollected_blocks_visitor(Zone *zone, auto_zone_collection_checking_callback_t callback) : _callback(callback), _thread(zone->registered_thread()) {
H A DThread.h209 mach_port_t _thread; // mach thread member in class:Auto::Thread
301 inline mach_port_t thread() { return _thread; }
H A DReferenceIterator.h67 Thread *_thread; // kind == kStackReference || kRegistersReference member in union:Auto::ReferenceInfo::__anon9164
74 // ReferenceInfo(const ReferenceInfo &other) : _kind(kRootReference), _wb(NULL), _thread(NULL), _object(NULL), _key(NULL) {}
78 ReferenceInfo(ReferenceKind kind, Thread *thread) : _kind(kind), _thread(thread) {}
86 Thread &thread() const { return *_thread; }
H A DSubzone.h818 Thread &_thread; member in class:Auto::Subzone::PendingCountAccumulator
/macosx-10.10.1/libauto-186/auto_tester/
H A DTLC.m42 pthread_t _thread;
52 pthread_t _thread;
91 _thread = pthread_self();
102 if (_thread == pthread_self())
113 _thread = pthread_self();
123 if (_thread == pthread_self() && !_somethingFinalized)
H A DUnregisteredThread.m31 pthread_t _thread;
38 pthread_t _thread;
75 if (pthread_create(&_thread, NULL, (void *(*)(void *))unregisterTest, self) != 0) {
79 pthread_join(_thread, NULL);
98 if (pthread_create(&_thread, NULL, (void *(*)(void *))registerTest, self) != 0) {
102 pthread_join(_thread, NULL);
/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_create.c122 dcethread_create(dcethread** _thread, dcethread_attr* attr, void *(*start_routine)(void *), void *arg) argument
168 *_thread = thread;
173 dcethread_create_throw(dcethread** _thread, dcethread_attr* attr, void *(*start_routine)(void *), void *arg) argument
175 DCETHREAD_WRAP_THROW(dcethread_create(_thread, attr, start_routine, arg));
/macosx-10.10.1/libxml2-26/libxml2/python/tests/
H A Dthread2.py4 from _thread import get_ident
/macosx-10.10.1/libpthread-105.1.4/src/
H A Dpthread.c127 static struct _pthread _thread = {0}; variable in typeref:struct:_pthread
318 if (t != &_thread) {
350 if (t == &_thread) {
779 if (t == pthread_self() || t == &_thread) {
808 if (t == pthread_self() || t == &_thread) {
861 return &_thread;
1390 if (t == pthread_self() || t == &_thread ) {
1443 p = &_thread;
1599 pthread_t thread = &_thread;
1633 if (_thread
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/include/dce/
H A Ddcethread.h194 int dcethread_create(dcethread** _thread, dcethread_attr* attr, void *(*start_routine)(void *), void *arg);
195 int dcethread_create_throw(dcethread** _thread, dcethread_attr* attr, void *(*start_routine)(void *), void *arg);

Completed in 129 milliseconds