Searched refs:busy (Results 1 – 3 of 3) sorted by relevance
95 _Atomic int* busy; in uv_async_send() local98 busy = (_Atomic int*) &handle->u.fd; in uv_async_send()105 atomic_fetch_add(busy, 1); in uv_async_send()112 atomic_fetch_add(busy, -1); in uv_async_send()122 _Atomic int* busy; in uv__async_spin() local126 busy = (_Atomic int*) &handle->u.fd; in uv__async_spin()137 if (atomic_load(busy) == 0) in uv__async_spin()
112 resource busy or locked304 text file is busy
302 * unix,win: fix busy loop with zero timeout timers (Matheus Izvekov)673 * unix: remove busy loop from uv_async_send (Jameson Nash)6017 * unix: fix busy loop, write if POLLERR or POLLHUP (Ben Noordhuis)
Completed in 18 milliseconds