Home
last modified time | relevance | path

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

/third_party/python/Programs/
D_testembed.c247 static void bpo20891_thread(void *lockp) in bpo20891_thread() argument
249 PyThread_type_lock lock = *((PyThread_type_lock*)lockp); in bpo20891_thread()
/third_party/ntfs-3g/libfuse-lite/
Dfuse.c2468 static void delete_lock(struct lock **lockp) in delete_lock() argument
2470 struct lock *l = *lockp; in delete_lock()
2471 *lockp = l->next; in delete_lock()