Searched refs:EBUSY (Results 1 – 18 of 18) sorted by relevance
137 result = EBUSY; in pthread_rwlock_destroy()159 result = EBUSY; in pthread_rwlock_destroy()163 result = EBUSY; in pthread_rwlock_destroy()266 result = EBUSY; /* held by a writer or waiting writers */ in pthread_rwlock_tryrdlock()439 result = EBUSY; /* held by either writer or reader(s) */ in pthread_rwlock_trywrlock()
56 return EBUSY; in pthread_spin_trylock()
176 return EBUSY; in pthread_cond_destroy()180 if (result == EBUSY) in pthread_cond_destroy()
357 return EBUSY; in pthread_mutex_destroy()540 return EBUSY; in pthread_mutex_trylock()
98 return EBUSY; /* Threads are still waiting*/ in pthread_barrier_destroy()
104 #ifndef EBUSY105 #define EBUSY (ERROR_BASE_NO + 16) macro
63 #define EBUSY 16 /* Device or resource busy */ macro
91 error = -EBUSY; in lwp_startup()
94 #define EBUSY 16 /* Device or resource busy */ macro
143 rc = -EBUSY; in rt_condvar_timedwait()
90 ret = -EBUSY; in dfs_register()476 ret = -EBUSY; in dfs_umount()
1735 ret = -EBUSY; in dfs_file_unlink()1751 ret = -EBUSY; in dfs_file_unlink()
181 rt_set_errno(EBUSY); in sem_destroy()
296 error = EBUSY; in ttydev_open()304 error = EBUSY; in ttydev_open()311 error = EBUSY; in ttydev_open()
500 result = -EBUSY; in dfs_file_unlink()677 result = -EBUSY; in dfs_file_rename()
809 return EBUSY; in pppoe_connect()849 err = EBUSY; in pppoe_do_disconnect()
2078 set_errno(EBUSY); in lwip_select()
Completed in 31 milliseconds