Searched defs:aiocbp_table (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c4533 static OSet* aiocbp_table = NULL; variable
4538 aiocbp_table = VG_(OSetWord_Create)(VG_(malloc), "syswrap.aio", VG_(free));
4553 was_a_successful_aio_read = VG_(OSetWord_Remove)(aiocbp_table, (UWord)aiocbp);
4620 VG_(OSetWord_Insert)(aiocbp_table, (UWord)aiocbp);

Completed in 68 milliseconds