Home
last modified time | relevance | path

Searched defs:LOCK_NB (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/fs/doio/include/
Dfile_lock.h41 #define LOCK_NB 0x0001 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dfile.h9 #define LOCK_NB 4 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dfile.h9 #define LOCK_NB 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dfile.h9 #define LOCK_NB 4 macro
/third_party/musl/include/sys/
Dfile.h9 #define LOCK_NB 4 macro
/third_party/musl/ndk_musl_include/sys/
Dfile.h9 #define LOCK_NB 4 macro
/third_party/python/Modules/
Dfcntlmodule.c303 #define LOCK_NB 4 /* don't block when locking */ in fcntl_flock_impl() macro
384 #define LOCK_NB 4 /* don't block when locking */ in fcntl_lockf_impl() macro