Searched refs:B_NO_ERROR (Results 1 – 3 of 3) sorted by relevance
26 if( ben->_sem < B_NO_ERROR ) { in benaphore_create()38 if( ben->_sem >= B_NO_ERROR ) { in benaphore_destroy()131 if( tid > B_NO_ERROR ) { in PyThread_start_new_thread()135 return ( success == B_NO_ERROR ? tid : -1 ); in PyThread_start_new_thread()161 exit_thread( B_NO_ERROR ); in PyThread_exit_thread()
187 if( the_id < B_NO_ERROR ) { in _PyImport_GetDynLoadFunc()215 if( retval != B_NO_ERROR || p == NULL ) { in _PyImport_GetDynLoadFunc()
623 pub const B_NO_ERROR: status_t = 0; constant