Searched defs:detached (Results 1 - 22 of 22) sorted by relevance

/external/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cc249 int detached = 0; local
250 pthread_attr_getdetachstate(attr, &detached);
257 int tid = ThreadCreate(GetCurrentThread(), *(uptr *)th, detached);
H A Dlsan_thread.cc80 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) { argument
81 return thread_registry->CreateThread(user_id, detached, parent_tid,
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8CustomElementLifecycleCallbacks.cpp50 V(detached, DetachedCallback) \
53 PassRefPtr<V8CustomElementLifecycleCallbacks> V8CustomElementLifecycleCallbacks::create(ScriptState* scriptState, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged) argument
66 return adoptRef(new V8CustomElementLifecycleCallbacks(scriptState, prototype, created, attached, detached, attributeChanged));
69 static CustomElementLifecycleCallbacks::CallbackType flagSet(v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged) argument
77 if (!detached.IsEmpty())
92 V8CustomElementLifecycleCallbacks::V8CustomElementLifecycleCallbacks(ScriptState* scriptState, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged) argument
93 : CustomElementLifecycleCallbacks(flagSet(attached, detached, attributeChanged))
100 , m_detached(scriptState->isolate(), detached)
198 void V8CustomElementLifecycleCallbacks::detached(Element* element) function in class:blink::V8CustomElementLifecycleCallbacks
H A DCustomElementConstructorBuilder.cpp156 v8::Handle<v8::Function> detached = retrieveCallback(isolate, "detachedCallback"); local
159 m_callbacks = V8CustomElementLifecycleCallbacks::create(m_scriptState.get(), m_prototype, created, attached, detached, attributeChanged);
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dlinux_netlink.c196 static int linux_netlink_parse(char *buffer, size_t len, int *detached, const char **sys_name, argument
204 *detached = 0;
212 *detached = 1;
272 int detached, r; local
286 r = linux_netlink_parse(buffer, len, &detached, &sys_name,
292 busnum, devaddr, sys_name, detached ? "yes" : "no");
295 if (detached)
H A Dlinux_udev.c198 static int udev_device_info(struct libusb_context *ctx, int detached, argument
213 return linux_get_device_address(ctx, detached, busnum, devaddr,
222 int detached; local
231 detached = !strncmp(udev_action, "remove", 6);
233 r = udev_device_info(NULL, detached, udev_dev, &busnum, &devaddr, &sys_name);
242 } else if (detached) {
H A Dlinux_usbfs.c606 int linux_get_device_address (struct libusb_context *ctx, int detached, argument
612 usbi_dbg("getting address for device: %s detached: %d", sys_name, detached);
614 * device has been detached */
615 if (!sysfs_can_relate_devices || detached || NULL == sys_name) {
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.h65 // Used to mark the tab as having been detached. Once this has happened, the
68 bool detached() const { return detached_; } function in class:Tab
315 // True if the tab has been detached.
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc22 detached(false), parent_tid(0), next(0) {
49 CHECK_EQ(false, detached);
57 if (!detached)
73 detached = _detached;
121 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, argument
152 tctx->SetCreated(user_id, total_threads_++, detached,
234 tctx->detached = true;
262 if (tctx->detached) {
H A Dsanitizer_thread_registry.h47 bool detached; member in class:__sanitizer::ThreadContextBase
94 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc125 if (!detached) {
155 if (tctx->detached || tctx->status != ThreadStatusFinished)
222 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { argument
225 int tid = ctx->thread_registry->CreateThread(uid, detached, thr->tid, &args);
H A Dtsan_interceptors.cc864 int detached = 0; local
865 REAL(pthread_attr_getdetachstate)(attr, &detached);
881 int tid = ThreadCreate(thr, pc, *(uptr*)th, detached);
/external/openssl/crypto/cms/
H A Dcms_lib.c83 /* Never detached */
94 /* If content detached data goes nowhere: create NULL BIO */
97 /* If content not detached and created return memory BIO
315 int CMS_set_detached(CMS_ContentInfo *cms, int detached) argument
321 if (detached)
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher.cc581 void WindowEventDispatcher::OnWindowRemovingFromRootWindow(Window* detached, argument
583 if (!host_->window()->Contains(detached))
588 DispatchMouseExitToHidingWindow(detached);
589 SynthesizeMouseMoveAfterChangeToWindow(detached);
593 OnWindowHidden(detached, new_root ? WINDOW_MOVING : WINDOW_HIDDEN);
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_unittest.cc540 WebContents* detached = tabstrip.DetachWebContentsAt(2); local
542 tabstrip.AppendWebContents(detached, true);
544 State s1(detached, 2, MockTabStripModelObserver::DETACH);
546 State s2(detached, ui::ListSelectionModel::kUnselectedIndex,
557 State s5(detached, 2, MockTabStripModelObserver::INSERT);
562 State s7(detached, 2, MockTabStripModelObserver::ACTIVATE);
566 State s8(detached, 2, MockTabStripModelObserver::SELECT);
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureFlat.h515 SkFlatData* detached = this->detachScratch(); local
516 fHash.add(detached);
517 *fIndexedData.append() = detached;
519 return detached;
544 SkFlatData* detached = (SkFlatData*)fController->allocThrow(fScratch.bytesWritten()); local
549 memcpy(detached, scratch, fScratch.bytesWritten());
551 // We can now reuse fScratch, and detached will live until fController dies.
552 return detached;
/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc181 int detached = 0; local
183 REAL(pthread_attr_getdetachstate)(attr, &detached);
188 asanThreadRegistry().CreateThread(*(uptr*)t, detached, current_tid, &args);
722 bool detached = false; // FIXME: how can we determine it on Windows? local
723 asanThreadRegistry().CreateThread(*(uptr*)t, detached, current_tid, &args);
/external/skia/src/core/
H A DSkPictureFlat.h512 SkFlatData* detached = this->detachScratch(); local
513 fHash.add(detached);
514 *fIndexedData.append() = detached;
516 return detached;
541 SkFlatData* detached = (SkFlatData*)fController->allocThrow(fScratch.bytesWritten()); local
546 memcpy(detached, scratch, fScratch.bytesWritten());
548 // We can now reuse fScratch, and detached will live until fController dies.
549 return detached;
/external/valgrind/main/drd/
H A Ddrd_thread.c489 void DRD_(thread_delete)(const DrdThreadId tid, const Bool detached) argument
506 if (detached)
519 * joinable threads, not for detached threads.
531 * Once a detached thread has finished, its stack is deallocated and
537 * For a detached thread, calling pthread_exit() invalidates the
538 * POSIX thread ID associated with the detached thread. For joinable
591 /** Returns true for joinable threads and false for detached threads. */
599 /** Store the thread mode: joinable or detached. */
/external/openssl/crypto/pkcs7/
H A Dpkcs7.h187 int detached; member in struct:pkcs7_st
/external/openssl/include/openssl/
H A Dpkcs7.h187 int detached; member in struct:pkcs7_st
/external/ppp/pppd/
H A Dmain.c148 int detached; /* have detached from terminal */ variable
800 if (detached)
823 detached = 1;

Completed in 7628 milliseconds