Searched refs:thread_local_storage (Results 1 – 17 of 17) sorted by relevance
46 static void *thread_local_storage = NULL; variable120 thread_local_storage = value; in __gthread_objc_thread_set_data()128 return thread_local_storage; in __gthread_objc_thread_get_data()
324 static void *thread_local_storage = NULL; variable486 thread_local_storage = value; in __gthread_objc_thread_set_data()498 return thread_local_storage; in __gthread_objc_thread_get_data()
323 static void *thread_local_storage = NULL; variable485 thread_local_storage = value; in __gthread_objc_thread_set_data()497 return thread_local_storage; in __gthread_objc_thread_get_data()
322 static void *thread_local_storage = NULL; variable484 thread_local_storage = value; in __gthread_objc_thread_set_data()496 return thread_local_storage; in __gthread_objc_thread_get_data()
Completed in 25 milliseconds