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

1 2

  /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/c-ares/
adig.c 823 struct ares_addr_node *detached = head; local
825 free(detached);
  /toolchain/binutils/binutils-2.25/gprof/
cg_print.c 314 Arc *arc, *detached, sorted, *prev;
318 *arc the arc you have detached and are inserting.
319 *detached the rest of the arcs to be sorted.
324 for (arc = child->cg.parents; arc; arc = detached)
326 detached = arc->next_parent;
401 Arc *arc, *detached, sorted, *prev;
405 *arc the arc you have detached and are inserting.
406 *detached the rest of the arcs to be sorted.
411 for (arc = parent->cg.children; arc; arc = detached)
413 detached = arc->next_child
313 Arc *arc, *detached, sorted, *prev; local
400 Arc *arc, *detached, sorted, *prev; local
    [all...]
  /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:__anon5448
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:__anon5455
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:__anon5761
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:__anon5768
823 self->detached = 0;
    [all...]
  /external/ppp/pppd/
main.c 147 int detached; /* have detached from terminal */ variable
800 if (detached)
823 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:__anon30233
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:__anon30240
839 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...]
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
picasso-2.5.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/picasso/picasso/2.5.2/
picasso-2.5.2.jar 
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc1/
adapters-1.0-rc1.jar 

Completed in 911 milliseconds

1 2