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

Class tm

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

Source from the content-addressed store, hash-verified

87
88typedef int (*fcntl_pfn_t)(int fildes, int cmd, ...);
89typedef struct tm *(*localtime_r_pfn_t)( const time_t *timep, struct tm *result );
90
91typedef void *(*pthread_getspecific_pfn_t)(pthread_key_t key);
92typedef int (*pthread_setspecific_pfn_t)(pthread_key_t key, const void *value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected