Searched defs:_nlp (Results 1 – 2 of 2) sorted by relevance
83 #define NLP_LOCK_INIT(_nlp) mtx_init(&((_nlp)->nl_lock), "nlp mtx", NULL, MTX_DEF) argument 84 #define NLP_LOCK_DESTROY(_nlp) mtx_destroy(&((_nlp)->nl_lock)) argument 85 #define NLP_LOCK(_nlp) mtx_lock(&((_nlp)->nl_lock)) argument 82 NLP_LOCK_INIT(_nlp) global() argument
54 NLP_LOG(_l,_nlp,_fmt,...) global() argument