OSDN Git Service

fifo: pull out clock_nanosleep and futex to separate files
authorGlenn Kasten <gkasten@google.com>
Thu, 1 Dec 2016 16:30:21 +0000 (08:30 -0800)
committerGlenn Kasten <gkasten@google.com>
Thu, 1 Dec 2016 16:32:17 +0000 (08:32 -0800)
commitbe9f4d88b19a052f4fbafcee3a1f05ff6fdbb6ad
treeebd62bbd31280625782f96ab813eeb3ca6888748
parent98fc8ea7bb606cb430a53dd12ec95b0741a8a504
fifo: pull out clock_nanosleep and futex to separate files

This is one of a series of CLs to isolate the dependencies.

Test: builds OK on Android, host Linux, and host macOS
Change-Id: I8ffcab7b7c4acab141b09f75f593ebde1ebec31a
audio_utils/fifo.cpp
audio_utils/include/audio_utils/clock_nanosleep.h [new file with mode: 0644]
audio_utils/include/audio_utils/fifo.h
audio_utils/include/audio_utils/futex.h [new file with mode: 0644]