Home
last modified time | relevance | path

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

/dports/lang/racket/racket-8.3/src/bc/gc2/
H A Dvm_osx.c52 #define OSX_THREAD_TABLE_SIZE 256 macro
53 static OSXThreadData *osxthreads[OSX_THREAD_TABLE_SIZE];
57 int index = threadid % OSX_THREAD_TABLE_SIZE; in get_mach_thread_tlvs()
85 int index = thread_self % OSX_THREAD_TABLE_SIZE; in register_mach_thread()
102 int index = thread_self % OSX_THREAD_TABLE_SIZE; in unregister_mach_thread()
/dports/lang/racket-minimal/racket-8.3/src/bc/gc2/
H A Dvm_osx.c52 #define OSX_THREAD_TABLE_SIZE 256 macro
53 static OSXThreadData *osxthreads[OSX_THREAD_TABLE_SIZE];
57 int index = threadid % OSX_THREAD_TABLE_SIZE; in get_mach_thread_tlvs()
85 int index = thread_self % OSX_THREAD_TABLE_SIZE; in register_mach_thread()
102 int index = thread_self % OSX_THREAD_TABLE_SIZE; in unregister_mach_thread()