Home
last modified time | relevance | path

Searched refs:pthr_shmaddr (Results 1 – 1 of 1) sorted by last modified time

/dports/audio/xmcd/xmcd-3.3.2/cdda_d/
H A Dpthr.c72 STATIC void *pthr_shmaddr; /* Shared memory pointer */ variable
325 if (pthr_shmaddr == NULL) { in cdda_pthr_getshm()
334 cd->cds = (cd_size_t *) pthr_shmaddr; in cdda_pthr_getshm()
337 (void) memcpy(pthr_shmaddr, cd_tmp_size, sizeof(cd_size_t)); in cdda_pthr_getshm()
341 ((byte_t *) pthr_shmaddr + sizeof(cd_size_t)); in cdda_pthr_getshm()
665 if (pthr_shmaddr != NULL) { in cdda_pthr_cleanup()
666 MEM_FREE(pthr_shmaddr); in cdda_pthr_cleanup()
667 pthr_shmaddr = NULL; in cdda_pthr_cleanup()
1393 if (pthr_shmaddr == NULL) { in cdda_pthr_initipc()
1400 cdp->cds = (cd_size_t *) pthr_shmaddr; in cdda_pthr_initipc()
[all …]