Searched refs:fInterlocked (Results 1 – 2 of 2) sorted by relevance
152 bool csr_ll_is_list_empty(tDblLinkList *pList, bool fInterlocked) in csr_ll_is_list_empty() argument162 if (fInterlocked) in csr_ll_is_list_empty()167 if (fInterlocked) in csr_ll_is_list_empty()241 bool fInterlocked) in csr_ll_insert_tail() argument249 if (fInterlocked) in csr_ll_insert_tail()254 if (fInterlocked) in csr_ll_insert_tail()260 bool fInterlocked) in csr_ll_insert_head() argument269 if (fInterlocked) in csr_ll_insert_head()274 if (fInterlocked) in csr_ll_insert_head()280 tListElem *pNewEntry, bool fInterlocked) in csr_ll_insert_entry() argument[all …]
73 bool csr_ll_is_list_empty(tDblLinkList *pList, bool fInterlocked);75 bool fInterlocked);77 bool fInterlocked);80 tListElem *pNewEntry, bool fInterlocked);81 tListElem *csr_ll_peek_head(tDblLinkList *pList, bool fInterlocked);82 tListElem *csr_ll_peek_tail(tDblLinkList *pList, bool fInterlocked);83 tListElem *csr_ll_remove_head(tDblLinkList *pList, bool fInterlocked);84 tListElem *csr_ll_remove_tail(tDblLinkList *pList, bool fInterlocked);86 bool fInterlocked);87 void csr_ll_purge(tDblLinkList *pList, bool fInterlocked);[all …]