Searched refs:B_NO_ERROR (Results 1 – 4 of 4) 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()
239 if (acquire_sem(tok->sem) != B_NO_ERROR) { in xmlMutexLock()492 if (acquire_sem(global_init_lock) != B_NO_ERROR) { in __xmlGlobalInitMutexLock()
399 pub const B_NO_ERROR: status_t = 0; constant