OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tstate
(Results
1 - 11
of
11
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
ceval.h
126
PyAPI_FUNC(void) PyEval_AcquireThread(PyThreadState *
tstate
);
variable
127
PyAPI_FUNC(void) PyEval_ReleaseThread(PyThreadState *
tstate
);
variable
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
ceval.h
126
PyAPI_FUNC(void) PyEval_AcquireThread(PyThreadState *
tstate
);
variable
127
PyAPI_FUNC(void) PyEval_ReleaseThread(PyThreadState *
tstate
);
variable
/external/libppp/src/
slcompress.c
87
register struct cstate *
tstate
= comp->
tstate
;
local
91
tstate
[i].cs_id = i;
92
tstate
[i].cs_next = &
tstate
[i - 1];
94
tstate
[0].cs_next = &
tstate
[max_state];
95
tstate
[0].cs_id = 0;
96
comp->last_cs = &
tstate
[0];
slcompress.h
131
struct cstate *last_cs; /* most recently used
tstate
*/
135
struct cstate
tstate
[MAX_VJ_STATES]; /* xmit connection states */
member in struct:slcompress
/external/ppp/pppd/include/net/
vjcompress.h
119
struct cstate *last_cs; /* most recently used
tstate
*/
126
struct cstate
tstate
[MAX_STATES]; /* xmit connection states */
member in struct:vjcompress
slcompress.h
120
struct cstate *last_cs; /* most recently used
tstate
*/
134
struct cstate
tstate
[MAX_STATES]; /* xmit connection states */
member in struct:slcompress
/external/chromium_org/third_party/bintrees/bintrees/
cwalker.c
2883
PyThreadState *
tstate
= PyThreadState_GET();
local
2899
PyThreadState *
tstate
= PyThreadState_GET();
local
3047
PyThreadState *
tstate
= PyThreadState_GET();
local
[
all
...]
qavltree.c
2365
PyThreadState *
tstate
= PyThreadState_GET();
local
2381
PyThreadState *
tstate
= PyThreadState_GET();
local
2529
PyThreadState *
tstate
= PyThreadState_GET();
local
[
all
...]
qbintree.c
2360
PyThreadState *
tstate
= PyThreadState_GET();
local
2376
PyThreadState *
tstate
= PyThreadState_GET();
local
2524
PyThreadState *
tstate
= PyThreadState_GET();
local
[
all
...]
qrbtree.c
2362
PyThreadState *
tstate
= PyThreadState_GET();
local
2378
PyThreadState *
tstate
= PyThreadState_GET();
local
2526
PyThreadState *
tstate
= PyThreadState_GET();
local
[
all
...]
/external/mksh/src/
sh.h
1226
struct
tstate
{
struct
[
all
...]
Completed in 95 milliseconds