HomeSort by relevance Sort by last modified time
    Searched refs:pwait (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Synch.py 240 pwait = thread.allocate_lock()
241 pwait.acquire()
247 thread.start_new_thread(producer, (buffer, pwait, n))
248 pwait.acquire()
  /external/python/cpython2/Demo/metaclasses/
Synch.py 240 pwait = thread.allocate_lock()
241 pwait.acquire()
247 thread.start_new_thread(producer, (buffer, pwait, n))
248 pwait.acquire()
  /toolchain/binutils/binutils-2.27/libiberty/
pexecute.c 85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) function
  /toolchain/binutils/binutils-2.27/libiberty/testsuite/
test-pexecute.c 414 if (pwait (pid1, &status, 0) < 0)
415 FATAL_ERROR ("write pwait 1 failed", errno);
419 if (pwait (pid2, &status, 0) < 0)
420 FATAL_ERROR ("write pwait 1 failed", errno);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 591 /* pexecute and pwait are the old pexecute interface, still here for
610 extern int pwait (int, int *, int);
  /toolchain/binutils/binutils-2.27/include/
libiberty.h 603 /* pexecute and pwait are the old pexecute interface, still here for
622 extern int pwait (int, int *, int);
  /toolchain/binutils/binutils-2.27/binutils/
dllwrap.c 408 pid = pwait (pid, &wait_status, 0);
411 warn (_("pwait returns: %s"), strerror (errno));
    [all...]
nlmconv.c     [all...]
dlltool.c     [all...]

Completed in 174 milliseconds