File: _ki_brute_threadmodule.h

package info (click to toggle)
python-kinterbasdb 3.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,044 kB
  • ctags: 1,157
  • sloc: ansic: 6,879; python: 2,517; makefile: 77
file content (6 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
/* The following structure definition is stolen from Python's standard
** threadmodule.c */
typedef struct {
  PyObject_HEAD
  PyThread_type_lock lock_lock;
} _bruteforce_lockobject;