HomeSort by: relevance | last modified time | path
    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 22 milliseconds