"csrc/api/dense_decode_kvfp8.h" did not exist on "2033d805a8feeae9e941470e0d30e20ef476b585"
Commit 08945326 authored by peastman's avatar peastman
Browse files

Attempting to get an alternate pthreads implementation to work

parent 0f76088d
This diff is collapsed.
#include "pthread.h"
volatile long _pthread_cancelling;
int _pthread_concur;
/* Will default to zero as needed */
pthread_once_t _pthread_tls_once;
DWORD _pthread_tls;
/* Note initializer is zero, so this works */
pthread_rwlock_t _pthread_key_lock;
long _pthread_key_max;
long _pthread_key_sch;
void (**_pthread_key_dest)(void *);
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment