Searched refs:B_NAME_NOT_FOUND (Results 1 – 2 of 2) sorted by relevance
144 return ( tid != B_NAME_NOT_FOUND ? tid : -1 ); in PyThread_get_thread_ident()
384 pub const B_NAME_NOT_FOUND: status_t = B_GENERAL_ERROR_BASE + 7; constant