| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-thrhandle.c | 28 pthread_t thrs[NTHR + NBOGUSTHR]; variable 76 thrs[0] = pthread_self (); 80 memset (&thrs[NTHR], 0, sizeof (pthread_t)); 81 memset (&thrs[NTHR + 1], 0xaa, sizeof (pthread_t)); 87 pthread_create (&thrs[i], NULL, do_work, &thr_data[i]); 93 pthread_join (thrs[i], NULL);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-thrhandle.c | 28 pthread_t thrs[NTHR + NBOGUSTHR]; variable 76 thrs[0] = pthread_self (); 80 memset (&thrs[NTHR], 0, sizeof (pthread_t)); 81 memset (&thrs[NTHR + 1], 0xaa, sizeof (pthread_t)); 87 pthread_create (&thrs[i], NULL, do_work, &thr_data[i]); 93 pthread_join (thrs[i], NULL);
|
| /src/external/gpl3/gcc.old/dist/libgomp/config/gcn/ |
| team.c | 73 struct gomp_thread *thrs = team_malloc_cleared (sizeof (*thrs) local 75 set_gcn_thrs (thrs); 83 pool->threads[tid] = &thrs[tid]; 89 thrs->thread_pool = pool;
|
| /src/external/gpl3/gcc/dist/libgomp/config/gcn/ |
| team.c | 92 struct gomp_thread *thrs = team_malloc_cleared (sizeof (*thrs) local 94 set_gcn_thrs (thrs); 102 pool->threads[tid] = &thrs[tid]; 108 thrs->thread_pool = pool;
|
| /src/external/gpl3/gcc/dist/libgomp/ |
| team.c | 1074 pthread_t *thrs local 1081 thrs[i] = gomp_thread_to_pthread_t (nthr); 1100 pthread_join (thrs[i], NULL);
|
| libgomp.h | 948 struct gomp_thread * __lds *thrs = (struct gomp_thread * __lds *)4; local 949 return *thrs; 954 struct gomp_thread * __lds *thrs = (struct gomp_thread * __lds *)4; local 955 *thrs = val;
|
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| team.c | 1073 pthread_t *thrs local 1080 thrs[i] = gomp_thread_to_pthread_t (nthr); 1099 pthread_join (thrs[i], NULL);
|
| libgomp.h | 839 struct gomp_thread * __lds *thrs = (struct gomp_thread * __lds *)4; local 840 return *thrs; 845 struct gomp_thread * __lds *thrs = (struct gomp_thread * __lds *)4; local 846 *thrs = val;
|