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

  /prebuilts/go/darwin-x86/src/sync/
rwmutex_test.go 17 func parallelReader(m *RWMutex, clocked, cunlock, cdone chan bool) {
22 cdone <- true
30 cdone := make(chan bool)
32 go parallelReader(&m, clocked, cunlock, cdone)
43 <-cdone
54 func reader(rwm *RWMutex, num_iterations int, activity *int32, cdone chan bool) {
66 cdone <- true
69 func writer(rwm *RWMutex, num_iterations int, activity *int32, cdone chan bool) {
81 cdone <- true
89 cdone := make(chan bool
    [all...]
mutex_test.go 20 func HammerSemaphore(s *uint32, loops int, cdone chan bool) {
25 cdone <- true
60 func HammerMutex(m *Mutex, loops int, cdone chan bool) {
65 cdone <- true
  /prebuilts/go/linux-x86/src/sync/
rwmutex_test.go 17 func parallelReader(m *RWMutex, clocked, cunlock, cdone chan bool) {
22 cdone <- true
30 cdone := make(chan bool)
32 go parallelReader(&m, clocked, cunlock, cdone)
43 <-cdone
54 func reader(rwm *RWMutex, num_iterations int, activity *int32, cdone chan bool) {
66 cdone <- true
69 func writer(rwm *RWMutex, num_iterations int, activity *int32, cdone chan bool) {
81 cdone <- true
89 cdone := make(chan bool
    [all...]
mutex_test.go 20 func HammerSemaphore(s *uint32, loops int, cdone chan bool) {
25 cdone <- true
60 func HammerMutex(m *Mutex, loops int, cdone chan bool) {
65 cdone <- true
  /external/eigen/bench/
bench_gemm.cpp 52 static std::complex<double> cdone = 1; variable
99 zgemm_(&notrans,&notrans,&M,&N,&K,(double*)&cdone,
101 const_cast<double*>((const double*)b.data()),&ldb,(double*)&cdone,

Completed in 192 milliseconds