| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| tls-so_extern_main.c | 24 tls_ptr (void *p) function 37 tls_ptr (NULL); 39 pthread_create (&threads[0], NULL, tls_ptr, NULL); 40 pthread_create (&threads[1], NULL, tls_ptr, NULL); 45 tls_ptr (NULL);
|
| tls-so_extern_main.c | 24 tls_ptr (void *p) function 37 tls_ptr (NULL); 39 pthread_create (&threads[0], NULL, tls_ptr, NULL); 40 pthread_create (&threads[1], NULL, tls_ptr, NULL); 45 tls_ptr (NULL);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| tls-so_extern_main.c | 24 tls_ptr (void *p) function 37 tls_ptr (NULL); 39 pthread_create (&threads[0], NULL, tls_ptr, NULL); 40 pthread_create (&threads[1], NULL, tls_ptr, NULL); 45 tls_ptr (NULL);
|
| tls-so_extern_main.c | 24 tls_ptr (void *p) function 37 tls_ptr (NULL); 39 pthread_create (&threads[0], NULL, tls_ptr, NULL); 40 pthread_create (&threads[1], NULL, tls_ptr, NULL); 45 tls_ptr (NULL);
|
| /src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| hwasan_linux.cpp | 354 uptr *tls_ptr = GetCurrentThreadLongPtr(); local 355 uptr old_value = *tls_ptr; 356 *tls_ptr = kMagicValue; 364 *tls_ptr = old_value;
|
| hwasan_linux.cpp | 354 uptr *tls_ptr = GetCurrentThreadLongPtr(); local 355 uptr old_value = *tls_ptr; 356 *tls_ptr = kMagicValue; 364 *tls_ptr = old_value;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/ |
| hwasan_linux.cpp | 302 uptr *tls_ptr = GetCurrentThreadLongPtr(); local 303 uptr old_value = *tls_ptr; 304 *tls_ptr = kMagicValue; 312 *tls_ptr = old_value;
|
| hwasan_linux.cpp | 302 uptr *tls_ptr = GetCurrentThreadLongPtr(); local 303 uptr old_value = *tls_ptr; 304 *tls_ptr = kMagicValue; 312 *tls_ptr = old_value;
|