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