Home
last modified time | relevance | path

Searched refs:busy (Results 1 – 3 of 3) sorted by relevance

/libuv/src/unix/
H A Dasync.c95 _Atomic int* busy; in uv_async_send() local
98 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() local
126 busy = (_Atomic int*) &handle->u.fd; in uv__async_spin()
137 if (atomic_load(busy) == 0) in uv__async_spin()
/libuv/docs/src/
H A Derrors.rst112 resource busy or locked
304 text file is busy
/libuv/
H A DChangeLog253 * unix,win: fix busy loop with zero timeout timers (Matheus Izvekov)
624 * unix: remove busy loop from uv_async_send (Jameson Nash)
5968 * unix: fix busy loop, write if POLLERR or POLLHUP (Ben Noordhuis)

Completed in 23 milliseconds