Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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()