Home
last modified time | relevance | path

Searched refs:tl_lock_count (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/src/thread/linux/
H A Dpthread_create.c108 static int tl_lock_count; variable
117 return tl_lock_count; in get_tl_lock_count()
154 tl_lock_count++; in __tl_lock()
164 if (tl_lock_count) { in __tl_unlock()
165 tl_lock_count--; in __tl_unlock()
327 // call __tl_unlock, the value of tl_lock_count will appear in __pthread_exit()
329 if(tl_lock_count != 0) { in __pthread_exit()
330 tl_lock_count_fail = tl_lock_count; in __pthread_exit()
331 tl_lock_count = 0; in __pthread_exit()
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_create.c19 static int tl_lock_count; variable
27 tl_lock_count++; in __tl_lock()
36 if (tl_lock_count) { in __tl_unlock()
37 tl_lock_count--; in __tl_unlock()
/third_party/musl/src/thread/liteos_a/
H A Dpthread_create.c19 static int tl_lock_count; variable
27 tl_lock_count++; in __tl_lock()
36 if (tl_lock_count) { in __tl_unlock()
37 tl_lock_count--; in __tl_unlock()
/third_party/musl/src/thread/
H A Dpthread_create.c29 static int tl_lock_count; variable
37 tl_lock_count++; in __tl_lock()
46 if (tl_lock_count) { in __tl_unlock()
47 tl_lock_count--; in __tl_unlock()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c104 static int tl_lock_count; variable
112 tl_lock_count++; in __tl_lock()
121 if (tl_lock_count) { in __tl_unlock()
122 tl_lock_count--; in __tl_unlock()

Completed in 4 milliseconds