HomeSort by: relevance | last modified time | path
    Searched defs:shm_ok (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/librt/
shm.c 60 static bool shm_ok = false; variable in typeref:typename:bool
85 shm_ok = true;
89 return shm_ok;
97 if (__predict_false(!shm_ok) && !_shm_check_fs()) {
shm.c 60 static bool shm_ok = false; variable in typeref:typename:bool
85 shm_ok = true;
89 return shm_ok;
97 if (__predict_false(!shm_ok) && !_shm_check_fs()) {

Completed in 21 milliseconds