Searched refs:curlwp_storage (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/rump/librump/rumpkern/
H A Drump_curlwp___thread.h28 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 118 milliseconds