Home
last modified time | relevance | path

Searched refs:thread_created (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/
D1-1.c28 volatile int thread_created = 0; variable
32 thread_created = 1; in thread_func()
87 if (thread_created == 0) { in main()
D1-2.c29 volatile int thread_created = 0; variable
33 thread_created = 1; in thread_func()
89 if (thread_created == 0) { in main()
/external/libchrome/base/message_loop/
Dmessage_loop_perftest.cc101 bool thread_created = in Start() local
103 if (thread_created) in Start()
106 return thread_created; in Start()