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

  /external/skia/src/utils/
SkThreadUtils_pthread.cpp 59 static void* thread_start(void* arg) { function
77 thread_start,
SkThreadUtils_win.cpp 31 static DWORD WINAPI thread_start(LPVOID data) { function
54 thread_start, // thread function name (proxy)
  /frameworks/wilhelm/tests/sandbox/
multithread.c 42 void *thread_start(void *param) function
155 ok = pthread_create(&threads[i], (const pthread_attr_t *) NULL, thread_start,
  /external/openssh/
auth-pam.c 179 void *(*thread_start)(void *), void *arg)
192 thread_start(arg);

Completed in 155 milliseconds