/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_fuchsia.cpp | 93 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()
|
D | asan_rtems.cpp | 108 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/ |
D | linux_udev.c | 209 static int udev_device_info(struct libusb_context *ctx, int detached, in udev_device_info() 233 int detached; in udev_hotplug_event() local
|
D | linux_netlink.c | 189 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/ |
D | private-lib-misc-lwsac.h | 61 char detached; /* if our refcount gets to zero, free the chunk list */ member
|
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/ |
D | context.h | 79 bool detached() const { return detached_; } in detached() function
|
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/ |
D | context.h | 63 bool detached() const { return detached_; } in detached() function
|
/external/oj-libjdwp/src/share/back/ |
D | invoker.h | 39 jboolean detached; /* Has the requesting debugger detached? */ member
|
D | invoker.c | 746 jboolean detached; in invoker_completeInvokeRequest() local
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_thread.cpp | 50 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached, void *arg) { in ThreadCreate()
|
D | lsan_fuchsia.cpp | 86 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.h | 47 bool detached; variable
|
D | sanitizer_thread_registry.cc | 121 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.h | 50 bool detached; variable
|
D | sanitizer_thread_registry.cpp | 135 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread()
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_thread.cpp | 76 bool detached) { in Create()
|
/external/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test_util_posix.cpp | 238 bool detached; member 382 ScopedThread::ScopedThread(bool detached, bool main) { in ScopedThread()
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test_util_posix.cc | 283 bool detached; member 407 ScopedThread::ScopedThread(bool detached, bool main) { in ScopedThread()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_thread.cc | 85 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) { in ThreadCreate()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
D | threads_scenarii.c | 30 int detached; /* 0 => joinable; 1 => detached */ member
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
D | threads_scenarii.c | 30 int detached; /* 0 => joinable; 1 => detached */ member
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
D | threads_scenarii.c | 30 int detached; /* 0 => joinable; 1 => detached */ member
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/ |
D | threads_scenarii.c | 34 int detached; member
|
/external/compiler-rt/lib/asan/ |
D | asan_win.cc | 110 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/ |
D | adig.c | 807 struct ares_addr_node *detached = head; in destroy_addr_list() local
|