Home
last modified time | relevance | path

Searched refs:thread_ (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dlogger.cc62 LOGGER_ASSERT(0 == pthread_create(&thread_, NULL, &StartRoutine, this)); in StartThread()
81 retval = pthread_join(thread_, NULL); in StopThread()
H A Dlogger.h132 pthread_t thread_; variable
H A Dworker.h392 pthread_t thread_; // Pthread thread ID. variable
H A Dworker.cc348 int result = pthread_create(&thread_, NULL, thread_spawner_, this); in SpawnThread()
365 return (pthread_kill(thread_, SIGINT) == 0); in KillThread()
370 int result = pthread_join(thread_, NULL); in JoinThread()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info4039 can only watch the value of an expression _in a single thread_. If
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info4039 can only watch the value of an expression _in a single thread_. If