pthread

  1. T

    Solved Process-shared mutex issues in FreeBSD 12.3?

    I am having timing-specific problems with a process-shared mutex in FreeBSD 12.3; sometimes pthread_mutex_lock or pthread_mutex_unlock will throw an exception. I have seen comments that process-shared mutexes were not supported in some older versions of FreeBSD, but it appears it should be...
  2. D

    C pthreads error: 'PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP' was not declared in this scope

    Hello, I'm trying to switch from Linux to FreeBSD, but am unable to compile one of our custom software. After compiling many files, it eventually halts when trying to compile a file containing some pthread code: Building file: ../feedProcessor.cpp Invoking: GCC C++ Compiler g++7...
  3. Petr Fischer

    Linux compatibility layer - ulimit - pthread_setschedparam failed: Operation not permitted

    Hello, I need to run some smalltalk VM, that uses thread for "heartbeat", and when I run this binary (VM), this error occurs: pthread_setschedparam failed: Operation not permitted Advice from VM developers are (this is advice for Linux!): 1) add file to dir /etc/security/limits.d/ with this...
Back
Top