Home | Sort by: relevance | last modified time | path |
/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()) { |