Home
last modified time | relevance | path

Searched defs:detached (Results 1 – 25 of 50) sorted by relevance

12

/external/llvm-project/compiler-rt/lib/asan/
Dasan_fuchsia.cpp93 uptr user_id, bool detached, in CreateAsanThread()
146 static void *BeforeThreadCreateHook(uptr user_id, bool detached, in BeforeThreadCreateHook()
217 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook()
Dasan_rtems.cpp108 uptr user_id, bool detached, in CreateAsanThread()
149 static void *BeforeThreadCreateHook(uptr user_id, bool detached, in BeforeThreadCreateHook()
239 void *__sanitizer_before_thread_create_hook(uptr thread, bool detached, in __sanitizer_before_thread_create_hook()
/external/libusb/libusb/os/
Dlinux_udev.c209 static int udev_device_info(struct libusb_context *ctx, int detached, in udev_device_info()
233 int detached; in udev_hotplug_event() local
Dlinux_netlink.c189 static int linux_netlink_parse(const char *buffer, size_t len, int *detached, in linux_netlink_parse()
288 int detached, r; in linux_netlink_read_message() local
/external/libwebsockets/lib/misc/lwsac/
Dprivate-lib-misc-lwsac.h61 char detached; /* if our refcount gets to zero, free the chunk list */ member
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dcontext.h79 bool detached() const { return detached_; } in detached() function
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dcontext.h63 bool detached() const { return detached_; } in detached() function
/external/oj-libjdwp/src/share/back/
Dinvoker.h39 jboolean detached; /* Has the requesting debugger detached? */ member
Dinvoker.c746 jboolean detached; in invoker_completeInvokeRequest() local
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_thread.cpp50 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached, void *arg) { in ThreadCreate()
Dlsan_fuchsia.cpp86 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h47 bool detached; variable
Dsanitizer_thread_registry.cc121 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h50 bool detached; variable
Dsanitizer_thread_registry.cpp135 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.cpp76 bool detached) { in Create()
/external/llvm-project/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cpp238 bool detached; member
382 ScopedThread::ScopedThread(bool detached, bool main) { in ScopedThread()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc283 bool detached; member
407 ScopedThread::ScopedThread(bool detached, bool main) { in ScopedThread()
/external/compiler-rt/lib/lsan/
Dlsan_thread.cc85 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) { in ThreadCreate()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dthreads_scenarii.c30 int detached; /* 0 => joinable; 1 => detached */ member
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
Dthreads_scenarii.c30 int detached; /* 0 => joinable; 1 => detached */ member
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Dthreads_scenarii.c30 int detached; /* 0 => joinable; 1 => detached */ member
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
Dthreads_scenarii.c34 int detached; member
/external/compiler-rt/lib/asan/
Dasan_win.cc110 bool detached = false; // FIXME: how can we determine it on Windows? in INTERCEPTOR_WINAPI() local
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dadig.c807 struct ares_addr_node *detached = head; in destroy_addr_list() local

12