OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curlwp_storage
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/rump/librump/rumpkern/
rump_curlwp___thread.h
28
extern __thread struct lwp *
curlwp_storage
;
32
__thread struct lwp *
curlwp_storage
;
variable in typeref:struct:lwp *
42
KASSERT(
curlwp_storage
== NULL);
43
curlwp_storage
= l;
46
KASSERT(
curlwp_storage
== l);
47
curlwp_storage
= NULL;
62
return
curlwp_storage
;
rump_curlwp___thread.h
28
extern __thread struct lwp *
curlwp_storage
;
32
__thread struct lwp *
curlwp_storage
;
variable in typeref:struct:lwp *
42
KASSERT(
curlwp_storage
== NULL);
43
curlwp_storage
= l;
46
KASSERT(
curlwp_storage
== l);
47
curlwp_storage
= NULL;
62
return
curlwp_storage
;
Completed in 20 milliseconds
Indexes created Fri Nov 07 05:10:14 GMT 2025