lock              620 core/gps.c             lock(0);
lock              969 core/gps.c             lock(1) ;
lock             1257 core/gps.c             lock(2) ;
lock             1351 core/gps.c             lock(3);
lock             1448 core/gps.c         lock(4);
lock             1564 core/gps.c         lock(5);                      // note : kbd task lock = 5
lock             1597 core/gps.c         lock(5);                       // note : kbd task lock = 5
lock              162 lib/lua/lauxlib.h #define lua_ref(L,lock) ((lock) ? luaL_ref(L, LUA_REGISTRYINDEX) : \
lock              508 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int AcquireRecursiveLock(int lock,int timeout/*?*/);
lock              509 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int AcquireRecursiveLockStrictly(int lock,int timeout/*?*/,const char *file, int line);