Home
last modified time | relevance | path

Searched refs:B_NO_ERROR (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Python/
Dthread_beos.h26 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()
Ddynload_beos.c187 if( the_id < B_NO_ERROR ) { in _PyImport_GetDynLoadFunc()
215 if( retval != B_NO_ERROR || p == NULL ) { in _PyImport_GetDynLoadFunc()
/external/libxml2/
Dthreads.c239 if (acquire_sem(tok->sem) != B_NO_ERROR) { in xmlMutexLock()
492 if (acquire_sem(global_init_lock) != B_NO_ERROR) { in __xmlGlobalInitMutexLock()
/external/rust/crates/libc/src/unix/haiku/
Dnative.rs399 pub const B_NO_ERROR: status_t = 0; constant