Home
last modified time | relevance | path

Searched refs:find_key (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dthread.c261 find_key(int key, void *value) in find_key() function
347 p = find_key(key, value); in PyThread_set_key_value()
360 struct key *p = find_key(key, NULL); in PyThread_get_key_value()
/external/python/cpython3/Python/
Dthread.c208 find_key(int set_value, int key, void *value) in find_key() function
290 p = find_key(1, key, value); in PyThread_set_key_value()
303 struct key *p = find_key(0, key, NULL); in PyThread_get_key_value()