Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/tests/
Dlock-autospawn-test.c37 pa_log("%i, Trying to acquire lock.", PA_PTR_TO_INT(k)); in thread_func()
41 pa_log("%i, Got the lock!, Sleeping for 5s", PA_PTR_TO_INT(k)); in thread_func()
45 pa_log("%i, Releasing", PA_PTR_TO_INT(k)); in thread_func()
57 pa_log("%i, Trying to acquire lock.", PA_PTR_TO_INT(k)); in thread_func2()
74 pa_log("%i, woke up", PA_PTR_TO_INT(k)); in thread_func2()
77 pa_log("%i, Got the lock!, Sleeping for 5s", PA_PTR_TO_INT(k)); in thread_func2()
81 pa_log("%i, Releasing", PA_PTR_TO_INT(k)); in thread_func2()
/third_party/pulseaudio/src/pulsecore/
Dmacro.h213 #define PA_PTR_TO_INT(p) ((int) ((intptr_t) (p))) macro
/third_party/pulseaudio/src/modules/
Dmodule-loopback.c890 time_delta = PA_PTR_TO_INT(data); in sink_input_process_msg_cb()