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

  /external/v8/src/
platform-macos.cc 414 static void* ThreadEntry(void* arg) {
427 pthread_create(&thread_handle_data()->thread_, NULL, ThreadEntry, this);
platform-openbsd.cc 385 static void* ThreadEntry(void* arg) {
398 pthread_create(&thread_handle_data()->thread_, NULL, ThreadEntry, this);
platform-solaris.cc 360 static void* ThreadEntry(void* arg) {
373 pthread_create(&thread_handle_data()->thread_, NULL, ThreadEntry, this);
platform-freebsd.cc 412 static void* ThreadEntry(void* arg) {
425 pthread_create(&thread_handle_data()->thread_, NULL, ThreadEntry, this);
platform-linux.cc 506 static void* ThreadEntry(void* arg) {
519 pthread_create(&thread_handle_data()->thread_, NULL, ThreadEntry, this);
platform-win32.cc     [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 140 typedef struct ThreadEntry {
144 } ThreadEntry;
198 ThreadEntry* threads;
451 const ThreadEntry *threadA, *threadB;
455 threadA = (ThreadEntry const *)a;
456 threadB = (ThreadEntry const *)b;
816 pKeys->threads = (ThreadEntry*) malloc(sizeof(ThreadEntry) * count);
981 return ((const ThreadEntry*) thread1)->threadId -
982 ((const ThreadEntry*) thread2)->threadId
    [all...]

Completed in 693 milliseconds