OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rpc_call_key
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/rpc/
clnt_simple.c
103
static thread_key_t
rpc_call_key
;
variable in typeref:typename:thread_key_t
110
thr_keycreate(&
rpc_call_key
, rpc_call_destroy);
146
rcp = thr_getspecific(
rpc_call_key
);
159
thr_setspecific(
rpc_call_key
, (void *) rcp);
clnt_simple.c
103
static thread_key_t
rpc_call_key
;
variable in typeref:typename:thread_key_t
110
thr_keycreate(&
rpc_call_key
, rpc_call_destroy);
146
rcp = thr_getspecific(
rpc_call_key
);
159
thr_setspecific(
rpc_call_key
, (void *) rcp);
Completed in 54 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025