MCPcopy Create free account
hub / github.com/Tencent/libco / flock

Class flock

co_hook_sys_call.cpp:682–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680 case F_GETLK:
681 {
682 struct flock *param = va_arg(arg_list,struct flock *);
683 ret = g_sys_fcntl_func( fildes,cmd,param );
684 break;
685 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected