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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_pth.h 18 * The pth_lock struct implements a Python lock as a "locked?" bit
29 } pth_lock; typedef in typeref:struct:__anon5870
90 pth_lock *lock;
97 lock = (pth_lock *) malloc(sizeof(pth_lock));
98 memset((void *)lock, '\0', sizeof(pth_lock));
116 pth_lock *thelock = (pth_lock *)lock;
126 pth_lock *thelock = (pth_lock *)lock;
    [all...]
  /external/python/cpython2/Python/
thread_pth.h 18 * The pth_lock struct implements a Python lock as a "locked?" bit
29 } pth_lock; typedef in typeref:struct:__anon36881
90 pth_lock *lock;
97 lock = (pth_lock *) malloc(sizeof(pth_lock));
98 memset((void *)lock, '\0', sizeof(pth_lock));
116 pth_lock *thelock = (pth_lock *)lock;
126 pth_lock *thelock = (pth_lock *)lock
    [all...]

Completed in 1710 milliseconds