Searched refs:thread_ (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/tool/
H A Dupdate-deps29 vals.gsub!(/thread_\$\(THREAD_MODEL\)/, 'thread_pthread')
58 dd.gsub!(/thread_\$\(THREAD_MODEL\)/, 'thread_pthread')
115 inc = inc.sub(/\Athread_pthread/, 'thread_$(THREAD_MODEL)')
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1158 // The thread can be created only after all fields except thread_
1161 pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base));
1167 GTEST_CHECK_POSIX_SUCCESS_(pthread_join(thread_, 0));
1185 pthread_t thread_; // The native thread object. member in class:testing::internal::ThreadWithParam
/macosx-10.10.1/ruby-106/ruby/
H A Dcommon.mk622 VM_CORE_H_INCLUDES = {$(VPATH)}vm_core.h {$(VPATH)}thread_$(THREAD_MODEL).h \
741 {$(VPATH)}thread_$(THREAD_MODEL).c $(ENCODING_H_INCLUDES) \

Completed in 186 milliseconds