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

  /external/ltp/include/
tst_safe_pthread.h 35 int safe_pthread_create(const char *file, const int lineno,
38 #define SAFE_PTHREAD_CREATE(thread_id, attr, thread_fn, arg) \
39 safe_pthread_create(__FILE__, __LINE__, thread_id, attr, thread_fn, arg)
  /external/ltp/lib/
safe_pthread.c 24 int safe_pthread_create(const char *file, const int lineno, function

Completed in 62 milliseconds