HomeSort by: relevance | last modified time | path
    Searched defs:ephemeral_memories_write_lock (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c 435 pthread_mutex_t ephemeral_memories_write_lock; member in struct:agent_info
1845 if (pthread_mutex_lock (&agent->ephemeral_memories_write_lock))
1865 if (pthread_mutex_unlock (&agent->ephemeral_memories_write_lock))
3398 if (pthread_mutex_init (&agent->ephemeral_memories_write_lock, NULL))
3869 if (pthread_mutex_destroy (&agent->ephemeral_memories_write_lock))
plugin-gcn.c 435 pthread_mutex_t ephemeral_memories_write_lock; member in struct:agent_info
1845 if (pthread_mutex_lock (&agent->ephemeral_memories_write_lock))
1865 if (pthread_mutex_unlock (&agent->ephemeral_memories_write_lock))
3398 if (pthread_mutex_init (&agent->ephemeral_memories_write_lock, NULL))
3869 if (pthread_mutex_destroy (&agent->ephemeral_memories_write_lock))

Completed in 235 milliseconds