OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:module_rwlock
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c
441
pthread_rwlock_t
module_rwlock
;
member in struct:agent_info
447
thread should have locked agent->
module_rwlock
for reading before
474
use. A thread should have locked agent->
module_rwlock
for reading before
2306
if (!module_locked && pthread_rwlock_rdlock (&agent->
module_rwlock
))
2430
if (!module_locked && pthread_rwlock_unlock (&agent->
module_rwlock
))
3383
if (pthread_rwlock_init (&agent->
module_rwlock
, NULL))
3511
if (pthread_rwlock_wrlock (&agent->
module_rwlock
))
3557
if (pthread_rwlock_unlock (&agent->
module_rwlock
))
3787
if (pthread_rwlock_wrlock (&agent->
module_rwlock
))
3806
if (pthread_rwlock_unlock (&agent->
module_rwlock
))
[
all
...]
/src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c
449
pthread_rwlock_t
module_rwlock
;
member in struct:agent_info
455
thread should have locked agent->
module_rwlock
for reading before
482
use. A thread should have locked agent->
module_rwlock
for reading before
2150
if (!module_locked && pthread_rwlock_rdlock (&agent->
module_rwlock
))
2273
if (!module_locked && pthread_rwlock_unlock (&agent->
module_rwlock
))
3244
if (pthread_rwlock_init (&agent->
module_rwlock
, NULL))
3365
if (pthread_rwlock_wrlock (&agent->
module_rwlock
))
3410
if (pthread_rwlock_unlock (&agent->
module_rwlock
))
3531
if (pthread_rwlock_wrlock (&agent->
module_rwlock
))
3550
if (pthread_rwlock_unlock (&agent->
module_rwlock
))
[
all
...]
Completed in 22 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026