Home
last modified time | relevance | path

Searched refs:reap (Results 1 – 11 of 11) sorted by relevance

/external/libvorbis/lib/
Dblock.c120 link->next=vb->reap; in _vorbis_block_alloc()
122 vb->reap=link; in _vorbis_block_alloc()
139 struct alloc_chain *reap=vb->reap; in _vorbis_block_ripcord() local
140 while(reap){ in _vorbis_block_ripcord()
141 struct alloc_chain *next=reap->next; in _vorbis_block_ripcord()
142 _ogg_free(reap->ptr); in _vorbis_block_ripcord()
143 memset(reap,0,sizeof(*reap)); in _vorbis_block_ripcord()
144 _ogg_free(reap); in _vorbis_block_ripcord()
145 reap=next; in _vorbis_block_ripcord()
156 vb->reap=NULL; in _vorbis_block_ripcord()
/external/libusb_aah/
DPORTING20 Your backend must also provide an event handling function to "reap" ongoing
37 platform, you can emulate this using an internal library thread to reap I/O as
/external/libusb/
DPORTING20 Your backend must also provide an event handling function to "reap" ongoing
37 platform, you can emulate this using an internal library thread to reap I/O as
/external/libvorbis/include/vorbis/
Dcodec.h110 struct alloc_chain *reap; member
/external/elfutils/tests/
DChangeLog446 * run-native-test.sh: Do kill -9 and reap explicitly at end, since
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_klex.pkb938 …A9QrealA realisation )J!AD'Q=0'F realization )J!AD'Q=0'Freally#J!AD+reap0rearAreasone…
/external/openssh/
DChangeLog1030 install a SIGCHLD handler to reap expiried child process; ok markus@
/external/dnsmasq/
DCHANGELOG.archive2313 Handle EINTR returns from wait() correctly and reap
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf4706 V "reap" :G2P
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf5221 V "reap" :G2P
/external/strace/
DChangeLog-CVS3347 process has zombies it can reap. On the way out, if we reaped