HomeSort by relevance Sort by last modified time
    Searched refs:PyThread_type_lock (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pythread.h 5 typedef void *PyThread_type_lock;
17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
18 PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
19 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
22 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pythread.h 5 typedef void *PyThread_type_lock;
17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
18 PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
19 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
22 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_foobar.h 43 PyThread_type_lock
52 return (PyThread_type_lock) lock;
56 PyThread_free_lock(PyThread_type_lock lock)
62 PyThread_acquire_lock(PyThread_type_lock lock, int waitflag)
72 PyThread_release_lock(PyThread_type_lock lock)
thread_cthread.h 65 PyThread_type_lock
81 return (PyThread_type_lock) lock;
85 PyThread_free_lock(PyThread_type_lock lock)
92 PyThread_acquire_lock(PyThread_type_lock lock, int waitflag)
108 PyThread_release_lock(PyThread_type_lock lock)
thread_wince.h 69 PyThread_type_lock PyThread_allocate_lock(void)
84 return (PyThread_type_lock) aLock;
87 void PyThread_free_lock(PyThread_type_lock aLock)
100 int PyThread_acquire_lock(PyThread_type_lock aLock, int waitflag)
128 void PyThread_release_lock(PyThread_type_lock aLock)
thread_lwp.h 61 PyThread_type_lock PyThread_allocate_lock(void)
75 return (PyThread_type_lock) lock;
78 void PyThread_free_lock(PyThread_type_lock lock)
85 int PyThread_acquire_lock(PyThread_type_lock lock, int waitflag)
106 void PyThread_release_lock(PyThread_type_lock lock)
thread_solaris.h 79 PyThread_type_lock
95 return (PyThread_type_lock) lock;
99 PyThread_free_lock(PyThread_type_lock lock)
107 PyThread_acquire_lock(PyThread_type_lock lock, int waitflag)
125 PyThread_release_lock(PyThread_type_lock lock)
thread_os2.h 92 PyThread_type_lock
106 return (PyThread_type_lock)sem;
123 return (PyThread_type_lock)lock;
128 PyThread_free_lock(PyThread_type_lock aLock)
154 PyThread_acquire_lock(PyThread_type_lock aLock, int waitflag)
205 PyThread_release_lock(PyThread_type_lock aLock)
thread_pth.h 88 PyThread_type_lock PyThread_allocate_lock(void)
111 return (PyThread_type_lock) lock;
114 void PyThread_free_lock(PyThread_type_lock lock)
123 int PyThread_acquire_lock(PyThread_type_lock lock, int waitflag)
160 void PyThread_release_lock(PyThread_type_lock lock)
thread_atheos.h 153 PyThread_type_lock PyThread_allocate_lock(void)
169 return (PyThread_type_lock) NULL;
183 return (PyThread_type_lock) lock;
192 return (PyThread_type_lock) sema;
197 void PyThread_free_lock(PyThread_type_lock lock)
216 int PyThread_acquire_lock(PyThread_type_lock lock, int waitflag)
244 void PyThread_release_lock(PyThread_type_lock lock)
thread_beos.h 171 PyThread_type_lock PyThread_allocate_lock( void )
183 return (PyThread_type_lock)NULL;
192 return (PyThread_type_lock)NULL;
196 return (PyThread_type_lock) lock;
199 void PyThread_free_lock( PyThread_type_lock lock )
212 int PyThread_acquire_lock( PyThread_type_lock lock, int waitflag )
237 void PyThread_release_lock( PyThread_type_lock lock )
  /external/python/cpython2/Include/
pythread.h 5 typedef void *PyThread_type_lock;
17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
18 PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
19 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
22 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
  /external/python/cpython2/Python/
thread_foobar.h 43 PyThread_type_lock
52 return (PyThread_type_lock) lock;
56 PyThread_free_lock(PyThread_type_lock lock)
62 PyThread_acquire_lock(PyThread_type_lock lock, int waitflag)
72 PyThread_release_lock(PyThread_type_lock lock)
thread_cthread.h 65 PyThread_type_lock
81 return (PyThread_type_lock) lock;
85 PyThread_free_lock(PyThread_type_lock lock)
92 PyThread_acquire_lock(PyThread_type_lock lock, int waitflag)
108 PyThread_release_lock(PyThread_type_lock lock)
thread_wince.h 69 PyThread_type_lock PyThread_allocate_lock(void)
84 return (PyThread_type_lock) aLock;
87 void PyThread_free_lock(PyThread_type_lock aLock)
100 int PyThread_acquire_lock(PyThread_type_lock aLock, int waitflag)
128 void PyThread_release_lock(PyThread_type_lock aLock)
thread_lwp.h 61 PyThread_type_lock PyThread_allocate_lock(void)
75 return (PyThread_type_lock) lock;
78 void PyThread_free_lock(PyThread_type_lock lock)
85 int PyThread_acquire_lock(PyThread_type_lock lock, int waitflag)
106 void PyThread_release_lock(PyThread_type_lock lock)
thread_solaris.h 79 PyThread_type_lock
95 return (PyThread_type_lock) lock;
99 PyThread_free_lock(PyThread_type_lock lock)
107 PyThread_acquire_lock(PyThread_type_lock lock, int waitflag)
125 PyThread_release_lock(PyThread_type_lock lock)
thread_os2.h 92 PyThread_type_lock
106 return (PyThread_type_lock)sem;
123 return (PyThread_type_lock)lock;
128 PyThread_free_lock(PyThread_type_lock aLock)
154 PyThread_acquire_lock(PyThread_type_lock aLock, int waitflag)
205 PyThread_release_lock(PyThread_type_lock aLock)
thread_pth.h 88 PyThread_type_lock PyThread_allocate_lock(void)
111 return (PyThread_type_lock) lock;
114 void PyThread_free_lock(PyThread_type_lock lock)
123 int PyThread_acquire_lock(PyThread_type_lock lock, int waitflag)
160 void PyThread_release_lock(PyThread_type_lock lock)
  /prebuilts/gdb/darwin-x86/include/python2.7/
pythread.h 5 typedef void *PyThread_type_lock;
17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
18 PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
19 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
22 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
  /prebuilts/gdb/linux-x86/include/python2.7/
pythread.h 5 typedef void *PyThread_type_lock;
17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
18 PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
19 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
22 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pythread.h 5 typedef void *PyThread_type_lock;
17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
18 PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
19 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
22 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pythread.h 5 typedef void *PyThread_type_lock;
17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
18 PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
19 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
22 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
  /external/python/cpython3/Include/
pythread.h 5 typedef void *PyThread_type_lock;
25 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
26 PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
27 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
63 PyAPI_FUNC(PyLockStatus) PyThread_acquire_lock_timed(PyThread_type_lock,
67 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
  /external/python/cpython3/Python/
thread_foobar.h 42 PyThread_type_lock
51 return (PyThread_type_lock) lock;
55 PyThread_free_lock(PyThread_type_lock lock)
61 PyThread_acquire_lock(PyThread_type_lock lock, int waitflag)
67 PyThread_acquire_lock_timed(PyThread_type_lock lock, PY_TIMEOUT_T microseconds,
79 PyThread_release_lock(PyThread_type_lock lock)

Completed in 274 milliseconds

1 2 3 4