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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pythread.h 28 PyAPI_FUNC(int) PyThread_create_key(void);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pythread.h 28 PyAPI_FUNC(int) PyThread_create_key(void);
  /external/python/cpython2/Include/
pythread.h 28 PyAPI_FUNC(int) PyThread_create_key(void);
  /prebuilts/gdb/darwin-x86/include/python2.7/
pythread.h 28 PyAPI_FUNC(int) PyThread_create_key(void);
  /prebuilts/gdb/linux-x86/include/python2.7/
pythread.h 28 PyAPI_FUNC(int) PyThread_create_key(void);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pythread.h 28 PyAPI_FUNC(int) PyThread_create_key(void);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pythread.h 28 PyAPI_FUNC(int) PyThread_create_key(void);
  /external/python/cpython3/Include/
pythread.h 77 PyAPI_FUNC(int) PyThread_create_key(void);
  /external/python/cpython3/Python/
thread_foobar.h 89 PyThread_create_key(void)
thread.c 133 Use PyThread_create_key() to create a new key. This is typically shared
158 their own locking. This isn't true of PyThread_create_key(), though (see
161 There's a hidden assumption that PyThread_create_key() will be called before
163 that calls to PyThread_create_key() are serialized externally.
184 static int nkeys = 0; /* PyThread_create_key() hands out nkeys+1 next */
255 PyThread_create_key(void)
thread_nt.h 356 PyThread_create_key(void)
pystate.c 715 autoTLSkey = PyThread_create_key();
748 if ((autoTLSkey = PyThread_create_key()) == -1)
thread_pthread.h 607 PyThread_create_key(void)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread.c 186 Use PyThread_create_key() to create a new key. This is typically shared
211 their own locking. This isn't true of PyThread_create_key(), though (see
214 There's a hidden assumption that PyThread_create_key() will be called before
216 that calls to PyThread_create_key() are serialized externally.
237 static int nkeys = 0; /* PyThread_create_key() hands out nkeys+1 next */
305 PyThread_create_key(void)
pystate.c 525 autoTLSkey = PyThread_create_key();
549 if ((autoTLSkey = PyThread_create_key()) == -1)
thread_nt.h 297 PyThread_create_key(void)
  /external/python/cpython2/Python/
thread.c 186 Use PyThread_create_key() to create a new key. This is typically shared
211 their own locking. This isn't true of PyThread_create_key(), though (see
214 There's a hidden assumption that PyThread_create_key() will be called before
216 that calls to PyThread_create_key() are serialized externally.
237 static int nkeys = 0; /* PyThread_create_key() hands out nkeys+1 next */
305 PyThread_create_key(void)
thread_nt.h 297 PyThread_create_key(void)
pystate.c 527 autoTLSkey = PyThread_create_key();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystate.c 527 autoTLSkey = PyThread_create_key();
  /external/python/cpython3/Modules/
_tracemalloc.c 990 tracemalloc_reentrant_key = PyThread_create_key();
    [all...]

Completed in 583 milliseconds