Perguntas sobre 'pthreads'

0
respostas

: ./producer: símbolo indefinido: sem_post, versão GLIBC_2.2.5

Funcionou aqui void* Produce(void* param) { Item* itemP = (Item*) param; sem_wait(empty); sem_wait(lock); Item item; snprintf(item.msg, 100, "%lu_msg_%i", pthread_self(), item.msgIndex); shared.buffer[shared.f...
29.10.2017 / 18:40