HomeSort by relevance Sort by last modified time
    Searched refs:mmaped (Results 1 - 18 of 18) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/getpid/
1-1.c 113 /* We will place the child pid in a mmaped file */
115 void *mmaped; local
139 mmaped =
142 if (mmaped == MAP_FAILED) {
146 /* Set the sharedpid pointer to this mmaped area */
147 sharedpid = (pid_t *) mmaped;
  /external/compiler-rt/lib/asan/
asan_stats.cc 50 Printf("Stats: %zuM (%zuM-%zuM) mmaped; %zu maps, %zu unmaps\n",
51 (mmaped-munmaped)>>20, mmaped>>20, munmaped>>20,
114 malloc_stats->size_allocated = stats.mmaped;
152 return stats.mmaped - stats.munmaped;
158 uptr total_free = stats.mmaped
asan_stats.h 38 uptr mmaped; member in struct:__asan::AsanStats
asan_allocator.cc 181 thread_stats.mmaped += size;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
6-1.c 206 /* We will place the test data in a mmaped file */
209 void *mmaped; local
242 mmaped =
244 if (mmaped == MAP_FAILED) {
248 ctl = (int *)mmaped;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
1-2.c 211 /* We will place the test data in a mmaped file */
214 void *mmaped; local
247 mmaped =
249 if (mmaped == MAP_FAILED) {
253 td = (testdata_t *) mmaped;
2-1.c 178 /* We will place the test data in a mmaped file */
181 void *mmaped; local
214 mmaped =
216 if (mmaped == MAP_FAILED) {
220 td = (testdata_t *) mmaped;
4-2.c 212 /* We will place the test data in a mmaped file */
215 void *mmaped; local
248 mmaped =
250 if (mmaped == MAP_FAILED) {
254 td = (testdata_t *) mmaped;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
1-2.c 352 /* We will place the test data in a mmaped file */
355 void *mmaped; local
389 mmaped =
391 if (mmaped == MAP_FAILED) {
395 td = (testdata_t *) mmaped;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-4.c 304 /* We will place the test data in a mmaped file */
307 void *mmaped; local
340 mmaped =
342 if (mmaped == MAP_FAILED) {
346 td = (testdata_t *) mmaped;
2-7.c 310 /* We will place the test data in a mmaped file */
313 void *mmaped; local
346 mmaped =
348 if (mmaped == MAP_FAILED) {
352 td = (testdata_t *) mmaped;
4-2.c 261 /* We will place the test data in a mmaped file */
264 void *mmaped; local
297 mmaped =
299 if (mmaped == MAP_FAILED) {
303 td = (testdata_t *) mmaped;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
2-2.c 318 /* We will place the test data in a mmaped file */
321 void *mmaped; local
354 mmaped =
356 if (mmaped == MAP_FAILED) {
360 td = (testdata_t *) mmaped;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
stress1.c 451 /* We will place the test data in a mmaped file */
454 void *mmaped; local
488 mmaped =
490 if (mmaped == MAP_FAILED) {
494 td = (testdata_t *) mmaped;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
stress1.c 436 /* We will place the test data in a mmaped file */
439 void *mmaped; local
473 mmaped =
475 if (mmaped == MAP_FAILED) {
479 td = (testdata_t *) mmaped;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
1-2.c 366 /* We will place the test data in a mmaped file */
369 void *mmaped; local
400 mmaped = mmap(NULL, sz, PROT_READ | PROT_WRITE, MAP_SHARED,
402 if (mmaped == MAP_FAILED)
405 td = (struct testdata *)mmaped;
2-3.c 308 void *mmaped; local
335 mmaped =
337 if (mmaped == MAP_FAILED)
340 td = (struct testdata *)mmaped;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
2-1.c 394 /* We will place the test data in a mmaped file */
397 void *mmaped; local
431 mmaped =
433 if (mmaped == MAP_FAILED) {
437 td = (testdata_t *) mmaped;

Completed in 638 milliseconds