HomeSort by relevance Sort by last modified time
    Searched defs:detached (Results 1 - 25 of 26) sorted by null

1 2

  /external/oj-libjdwp/src/share/back/
invoker.h 39 jboolean detached; /* Has the requesting debugger detached? */ member in struct:InvokeRequest
invoker.c 293 request->detached = JNI_FALSE;
746 jboolean detached; local
770 detached = request->detached;
771 if (!detached) {
810 if (!detached) {
860 request->detached = JNI_TRUE;
  /external/compiler-rt/lib/lsan/
lsan_interceptors.cc 239 int detached = 0; local
240 pthread_attr_getdetachstate(attr, &detached);
255 int tid = ThreadCreate(GetCurrentThread(), *(uptr *)th, detached);
  /external/libusb/libusb/os/
linux_udev.c 198 static int udev_device_info(struct libusb_context *ctx, int detached,
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) {
linux_netlink.c 198 static int linux_netlink_parse(const char *buffer, size_t len, int *detached,
206 *detached = 0;
214 *detached = 1;
297 int detached, r; local
340 r = linux_netlink_parse(msg_buffer, (size_t)len, &detached, &sys_name, &busnum, &devaddr);
345 busnum, devaddr, sys_name, detached ? "yes" : "no");
348 if (detached)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
threads_scenarii.c 33 /* 0 => joinable; 1 => detached */
34 int detached; member in struct:__scenario
85 * the detached threads execution
91 .detached = det, \
114 * -> Do not have a detached thread use an alternative stack;
121 CASE_POS(1, 0, 0, 0, 0, 0, 0, 0, "detached"),
135 CASE_POS(1, 0, 0, 0, 0, 1, 0, 0, "Detached, Alternative stack"),
137 "Detached, Min stack size, no guard"), CASE_UNK(1, 0, 0, 0,
139 "Detached, Min stack size, 1p guard"),
161 "Detached, explicit FIFO max param")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
threads_scenarii.c 30 int detached; /* 0 => joinable; 1 => detached */ member in struct:__scenario
44 sem_t sem; /* This semaphore is used to signal the end of the detached threads execution */
48 .detached=det, \
66 * -> Do not have a detached thread use an alternative stack;
75 , CASE_POS(1, 0, 0, 0, 0, 0, 0, 0, "detached")
100 , CASE_POS(1, 0, 0, 0, 0, 1, 0, 0, "Detached, Alternative stack")
102 "Detached, Min stack size, no guard")
104 "Detached, Min stack size, 1p guard")
120 "Detached, explicit FIFO max param"
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
threads_scenarii.c 30 int detached; /* 0 => joinable; 1 => detached */ member in struct:__scenario
44 sem_t sem; /* This semaphore is used to signal the end of the detached threads execution */
48 .detached=det, \
66 * -> Do not have a detached thread use an alternative stack;
75 , CASE_POS(1, 0, 0, 0, 0, 0, 0, 0, "detached")
100 , CASE_POS(1, 0, 0, 0, 0, 1, 0, 0, "Detached, Alternative stack")
102 "Detached, Min stack size, no guard")
104 "Detached, Min stack size, 1p guard")
120 "Detached, explicit FIFO max param"
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
threads_scenarii.c 30 int detached; /* 0 => joinable; 1 => detached */ member in struct:__scenario
44 sem_t sem; /* This semaphore is used to signal the end of the detached threads execution */
48 .detached=det, \
66 * -> Do not have a detached thread use an alternative stack;
76 , CASE_POS(1, 0, 0, 0, 0, 0, 0, 0, "detached")
101 , CASE_POS(1, 0, 0, 0, 0, 0, 0, 0, "detached")
123 , CASE_POS(1, 0, 0, 0, 0, 0, 0, 0, "detached")
145 , CASE_POS(1, 0, 0, 0, 0, 0, 0, 0, "detached")
168 /*,CASE_POS(1, 0, 0, 0, 0, 1, 0, 0, "Detached, Alternative stack") *
    [all...]
  /external/compiler-rt/lib/asan/
asan_win.cc 110 bool detached = false; // FIXME: how can we determine it on Windows? local
113 AsanThread::Create(start_routine, arg, current_tid, &stack, detached);
132 /* parent_tid */ -1, /* stack */ nullptr, /* detached */ true);
asan_interceptors.cc 246 int detached = 0; local
248 REAL(pthread_attr_getdetachstate)(attr, &detached);
266 AsanThread::Create(start_routine, arg, current_tid, &stack, detached);
asan_thread.cc 85 bool detached) {
92 asanThreadRegistry().CreateThread(*reinterpret_cast<uptr *>(thread), detached, local
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h 47 bool detached; member in class:__sanitizer::ThreadContextBase
96 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 285 vector<string> detached; local
286 input_->NextWithComments(&trailing, &detached, &leading);
293 upcoming_detached_comments_.swap(detached);
294 location->AttachComments(&leading, &trailing, &detached);
297 // drop pending upcoming detached comments.
298 upcoming_detached_comments_.swap(detached);
300 // Otherwise, append the new detached comments to the existing upcoming
301 // detached comments.
303 detached.begin(), detached.end())
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
bufferedio.c 79 "After the raw stream has been detached, the buffer is in an unusable\n"
197 int detached; member in struct:__anon5359
301 if (self->detached) { \
303 "raw stream has been detached"); \
313 if (self->detached) { \
315 "raw stream has been detached"); \
508 self->detached = 1;
    [all...]
textio.c 34 "After the underlying buffer has been detached, the TextIO is in an\n"
662 int detached; member in struct:__anon5366
839 self->detached = 0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
bufferedio.c 79 "After the raw stream has been detached, the buffer is in an unusable\n"
197 int detached; member in struct:__anon5672
301 if (self->detached) { \
303 "raw stream has been detached"); \
313 if (self->detached) { \
315 "raw stream has been detached"); \
492 self->detached = 1;
    [all...]
textio.c 34 "After the underlying buffer has been detached, the TextIO is in an\n"
646 int detached; member in struct:__anon5679
823 self->detached = 0;
    [all...]
  /external/ppp/pppd/
main.c 147 int detached; /* have detached from terminal */ variable
777 if (detached)
800 detached = 1;
    [all...]
  /external/python/cpython2/Modules/_io/
bufferedio.c 79 "After the raw stream has been detached, the buffer is in an unusable\n"
196 int detached; member in struct:__anon36638
300 if (self->detached) { \
302 "raw stream has been detached"); \
312 if (self->detached) { \
314 "raw stream has been detached"); \
507 self->detached = 1;
    [all...]
textio.c 34 "After the underlying buffer has been detached, the TextIO is in an\n"
662 int detached; member in struct:__anon36645
841 self->detached = 0;
    [all...]
  /external/python/cpython3/Modules/_io/
bufferedio.c 136 After the raw stream has been detached, the buffer is in an unusable
205 int detached; member in struct:__anon37236
317 if (self->detached) { \
319 "raw stream has been detached"); \
329 if (self->detached) { \
331 "raw stream has been detached"); \
553 self->detached = 1;
    [all...]
textio.c 64 "After the underlying buffer has been detached, the TextIO is in an\n"
642 int detached; member in struct:__anon37244
1034 self->detached = 0;
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 919 int detached = 0; local
920 REAL(pthread_attr_getdetachstate)(attr, &detached);
937 detached == PTHREAD_CREATE_DETACHED);
    [all...]
  /external/v8/src/builtins/
builtins-array-gen.cc 342 Label fast(this), slow(this), done(this), detached(this, Label::kDeferred);
362 // The only way how this can bailout is because of a detached buffer.
364 KeyedAccessStoreMode::STANDARD_STORE, &detached, local
372 BIND(&detached);
675 Node* array_buffer, const CallResultProcessor& processor, Label* detached,
680 GotoIf(IsDetachedBuffer(array_buffer), detached);
    [all...]

Completed in 1264 milliseconds

1 2