Searched defs:nsc_rmlock_t (Results 1 – 3 of 3) sorted by relevance
43 } nsc_rmlock_t; typedef
118 void nsc_rm_lock_dealloc(nsc_rmlock_t *) { } in nsc_rm_lock_dealloc() argument 119 int nsc_rm_lock(nsc_rmlock_t *) { } in nsc_rm_lock() argument 120 void nsc_rm_unlock(nsc_rmlock_t *) { } in nsc_rm_unlock() argument
354 typedef struct nsc_rmlock_s { int x; } nsc_rmlock_t; typedef