Home
last modified time | relevance | path

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

/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-engine/
H A Dxine.c197 } *holder_threads; member
265 void *new = realloc (this->holder_threads, sizeof (*this->holder_threads) * (i + 33)); in ticket_acquire_internal()
270 this->holder_threads = new; in ticket_acquire_internal()
273 this->holder_threads[i].count = 1; in ticket_acquire_internal()
285 this->holder_threads[i].count++; in ticket_acquire_internal()
322 this->holder_threads[i].count--; in ticket_release_internal()
326 this->holder_threads[i].count = this->holder_threads[this->holder_thread_count].count; in ticket_release_internal()
327 this->holder_threads[i].holder = this->holder_threads[this->holder_thread_count].holder; in ticket_release_internal()
608 free (this->holder_threads); in ticket_dispose()
647 port_ticket->holder_threads = malloc (32 * sizeof (*port_ticket->holder_threads)); in ticket_init()
[all …]