Searched refs:pfut (Results 1 – 2 of 2) sorted by relevance
/third_party/musl/porting/liteos_a/user/src/aio/ |
D | aio_suspend.c | 12 volatile int dummy_fut, *pfut; in aio_suspend() local 46 pfut = &dummy_fut; in aio_suspend() 49 pfut = (void *)&cb->__err; in aio_suspend() 51 a_cas(pfut, EINPROGRESS, expect); in aio_suspend() 54 pfut = &__aio_fut; in aio_suspend() 56 expect = a_cas(pfut, 0, tid); in aio_suspend() 65 ret = __timedwait_cp(pfut, expect, CLOCK_MONOTONIC, ts?&at:0, 1); in aio_suspend()
|
/third_party/musl/src/aio/ |
D | aio_suspend.c | 11 volatile int dummy_fut, *pfut; in aio_suspend() local 44 pfut = &dummy_fut; in aio_suspend() 47 pfut = (void *)&cb->__err; in aio_suspend() 49 a_cas(pfut, EINPROGRESS, expect); in aio_suspend() 52 pfut = &__aio_fut; in aio_suspend() 54 expect = a_cas(pfut, 0, tid); in aio_suspend() 63 ret = __timedwait_cp(pfut, expect, CLOCK_MONOTONIC, ts?&at:0, 1); in aio_suspend()
|